Releases: indooorsman/esbuild-css-modules-plugin
Releases · indooorsman/esbuild-css-modules-plugin
v3.1.2
- Fix #74
Full Changelog: v3.1.1...v3.1.2
v3.1.1
What's Changed
- fix build with
bundle: true
&splitting: true
& multiple entrypoints by @indooorsman in #72
Full Changelog: v3.1.0...v3.1.1
v3.1.0
What's Changed
- v3.1.0 by @indooorsman in #64
- fix issue#61
- fix issue#59
- do not modify user's configuration, throw warning if configuration is no valid for css modules plugin
- support more options of
lightningcss
, see index.d.ts for details
Full Changelog: v3.0.3...v3.1.0
v3.0.3
- fix sourcemap issue
Full Changelog: v3.0.2...v3.0.3
v3.0.2
- Do not emit .d.ts for files outside of build root
Full Changelog: v3.0.1...v3.0.2
v3.0.1
V3.0.1
- add ability to custom ts declaration file outdir, e.g.:
{
emitDeclarationFile: {
'.css.d.ts': './dist/no-bundle',
'.d.css.ts': './generated-dts'
}
}
v3.0.0
V3.0.0
This version has some breaking changes:
- drop postcss-module, as a result most of postcss-module configurations are removed as well
- remove
v2
feature flag
Other changes:
- full support of
compose
- code refactor
- export both
commonjs
&es
module
Full Changelog: v2.7.1...v3.0.0
v3.0.0-dev.16
- refactor code
- support
compose
Breaking changes:
- postcss dependencies are removed
v2
option is removed
npm i [email protected]
v2.7.1
- support esbuild@^0.17
Full Changelog: v2.7.0...v2.7.1
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