10000 Releases · zeokku/vite-plugin-vue-css-modules · GitHub
[go: up one dir, main page]

Skip to content

Releases: zeokku/vite-plugin-vue-css-modules

4.0.0 - Source maps and code rework

17 Apr 23:05
591866c
Compare
Choose a tag to compare
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

28 Mar 08:06
Compare
Choose a tag to compare
  • 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

12 Nov 00:20
Compare
Choose a tag to compare

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

22 Jul 10:34
Compare
Choose a tag to compare
1.0.0

upd readme
0