Skip to content

Releases: indooorsman/esbuild-css-modules-plugin

v3.1.2

25 Apr 14:39
Compare
Choose a tag to compare

Full Changelog: v3.1.1...v3.1.2

v3.1.1

12 Apr 04:25
Compare
Choose a tag to compare

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

29 Nov 06:55
8f2eace
Compare
Choose a tag to compare

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

28 Sep 06:27
Compare
Choose a tag to compare
  • fix sourcemap issue

Full Changelog: v3.0.2...v3.0.3

v3.0.2

21 Sep 08:45
Compare
Choose a tag to compare
  • Do not emit .d.ts for files outside of build root

Full Changelog: v3.0.1...v3.0.2

v3.0.1

28 Aug 07:46
Compare
Choose a tag to compare

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

27 Aug 11:02
Compare
Choose a tag to compare

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

19 Jun 03:02
Compare
Choose a tag to compare
  • refactor code
  • support compose

Breaking changes:

  • postcss dependencies are removed
  • v2 option is removed

npm i [email protected]

v2.7.1

19 Jan 09:15
Compare
Choose a tag to compare
  • support esbuild@^0.17

Full Changelog: v2.7.0...v2.7.1

v2.7.0

11 Jan 10:11
Compare
Choose a tag to compare
  • 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