Releases: zeokku/vite-plugin-vue-css-modules
Releases · zeokku/vite-plugin-vue-css-modules
4.0.0 - Source maps and code rework
4.0.0 release 🎉 - Proper fine grained sourcemap transforms for html and pug templates and script macro transforms: close #8 - Much simpler and cleaner code - More tests - Add named modules support - Remove several dependencies, switch to own name generator
Cross reference names between components
- Added a feature to reference class names from any components' CSS modules
- Added new static class/id escaped attributes
--class=""
and--id=""
, where entire value will be preserved as-is - Added basic tests
The end game release
After several months, I have finally achieved the end game - CSS modules are now fully static everywhere both in templates and scripts.
Also now it can process HTML as well, so it's not limited to Pug only, thus the package was renamed now to vite-plugin-vue-static-css-modules
.
Initial release
1.0.0 upd readme