Skip to content

Releases: indooorsman/esbuild-css-modules-plugin

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

v2.6.3

08 Dec 10:15
Compare
Choose a tag to compare

Full Changelog: v2.6.2...v2.6.3

v2.6.2

28 Oct 07:27
Compare
Choose a tag to compare

Full Changelog: v2.6.0...v2.6.2

v2.6.0

08 Oct 02:59
Compare
Choose a tag to compare

What's Changed

  • @parcel/css now named lightningcss
  • Support pascal case by @FuriouZz in #43

New Contributors

Full Changelog: v2.5.2...v2.6.0

v2.5.2

17 Aug 06:11
Compare
Choose a tag to compare

upgrade esbuild version in peerDependencies to ^0.14.0 || ^0.15.0

v2.5.0

27 Jul 04:44
Compare
Choose a tag to compare
  • upgrade @parcel/css to 1.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

19 Jul 11:46
39e8286
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.3.2...v2.4.0

v2.3.2

27 Jun 03:20
fdc1064
Compare
Choose a tag to compare

feat: add support for named exports #38

this is contributed by @LucaColonnello

v2.3.1

07 Jun 14:21
Compare
Choose a tag to compare

V2.3.1

Full Changelog: v2.3.0...v2.3.1

v2.3.0

07 Jun 14:07
Compare
Choose a tag to compare

V2.3.0

Full Changelog: v2.2.16...v2.3.0