Releases: indooorsman/esbuild-css-modules-plugin
Releases · indooorsman/esbuild-css-modules-plugin
v2.7.0
- fix inject logic to avoid styles missing in some micro-frontend framework
- Important: there's a breaking change of inject logic, before this version the inject method would be deleted once it's called, from this verson it will not be deleted anymore, for people using custom inject method please pay attention.
Full Changelog: v2.6.3...v2.7.0
v2.6.3
- upgrade dependencies
- fix #45 #46, thanks to @markdalgleish
Full Changelog: v2.6.2...v2.6.3
v2.6.2
Full Changelog: v2.6.0...v2.6.2
v2.6.0
v2.5.2
upgrade esbuild version in peerDependencies
to ^0.14.0 || ^0.15.0
v2.5.0
- upgrade
@parcel/css
to1.12.0
- validate class name, js keywords are considered to be invalid, e.g.
.default { } .const { }
will throw error during building
Full Changelog: v2.4.0...v2.5.0
v2.4.0
What's Changed
- Add filter option: Regular expression used to match CSS module files by @christianvuerings in #40
New Contributors
- @christianvuerings made their first contribution in #40
Full Changelog: v2.3.2...v2.4.0
v2.3.2
feat: add support for named exports #38
this is contributed by @LucaColonnello
v2.3.1
v2.3.0
V2.3.0
- V2: upgrade
@parcel/css
to1.9.0
- V2: add a new option
v2CssModulesOption
, refer to https://github.com/parcel-bundler/parcel-css/releases/tag/v1.9.0
Full Changelog: v2.2.16...v2.3.0