Skip to content

Releases: indooorsman/esbuild-css-modules-plugin

v2.2.14

13 Apr 08:36
Compare
Choose a tag to compare

Lock @parcel/css version to 1.7.3, there's a breaking change from 1.7.3 to 1.7.4, the position of hash in selector changed, e.g.:

Full Changelog: v2.2.13...v2.2.14

v2.2.13

30 Mar 11:45
Compare
Choose a tag to compare
  • [v2] [bugfix] exports of entry js are lost with auto inject

Full Changelog: v2.2.12...v2.2.13

v2.2.12

28 Mar 03:45
Compare
Choose a tag to compare
  • [v2] only use cache in watch mode
  • [v2] refine inject logic
  • [v2] add example of custom inject to tests

Full Changelog: v2.2.11...v2.2.12

v2.2.11

25 Mar 03:40
Compare
Choose a tag to compare

replace process.memoryUsage.rss() to process.memoryUsage().rss to support Nodejs<15.6.0

Full Changelog: v2.2.10...v2.2.11

v2.2.10

25 Mar 02:15
cf686d9
Compare
Choose a tag to compare

What's Changed

  • [v2] refine cache logic
  • [v2] replace fs sync methods with promises

Full Changelog: v2.2.8...v2.2.10

v2.2.9

23 Mar 05:06
Compare
Choose a tag to compare
  • [v2] refine some logs
  • [v2] make hash of outputs stable
  • [v2] support entryPoints as object
  • Full Changelog: v2.2.6...7a92fa5

v2.2.6

22 Mar 11:34
Compare
Choose a tag to compare

V2.2.6

  • [v2] refine some logs
  • [v2] handle onResolve for .modules.css files to add sideEffects: true & namespace to the resolve result
  • [v2] better support watch mode

Full Changelog: v2.2.5...v2.2.6

v2.2.5

22 Mar 05:11
Compare
Choose a tag to compare

What's Changed

  • refactor a lot, v2 will not generate temporary folders/files anymore
  • v2 now support auto inject generated css into page
  • inject for and only for v2 can be set to a css selector of the element which you want to inject css to, if the element can't be found then inject to document.head

Full Changelog: v2.2.1...v2.2.5

v2.2.1

18 Mar 12:35
1d1e414
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.0...v2.2.1

v2.2.0

18 Mar 12:15
c615441
Compare
Choose a tag to compare

What's Changed

  • Refactor v 2 2 by @indooorsman in #23
  • v2 now support auto inject generated css into page
  • inject for and only for v2 can be set to a css selector of the element which you want to inject css to, if the element can't be found then inject to document.head

Full Changelog: v2.1.6...v2.2.0