Releases: indooorsman/esbuild-css-modules-plugin
Releases · indooorsman/esbuild-css-modules-plugin
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
v2.2.16
V2: pass relative path to @parcel/css
as filename to keep hash stable in different machines
Full Changelog: changelog.md