Releases: indooorsman/esbuild-css-modules-plugin
Releases · indooorsman/esbuild-css-modules-plugin
v2.2.14
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.:
- in
@parcel/[email protected]
:.some-class
==>.some-class_[hash]
- in
@parcel/[email protected]
:.some-class
==>.[hash]_some-class
Full Changelog: v2.2.13...v2.2.14
v2.2.13
- [v2] [bugfix] exports of entry js are lost with auto inject
Full Changelog: v2.2.12...v2.2.13
v2.2.12
- [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
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
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
- [v2] refine some logs
- [v2] make hash of outputs stable
- [v2] support
entryPoints
as object - Full Changelog: v2.2.6...7a92fa5
v2.2.6
V2.2.6
- [v2] refine some logs
- [v2] handle
onResolve
for.modules.css
files to addsideEffects: true
&namespace
to the resolve result - [v2] better support
watch
mode
Full Changelog: v2.2.5...v2.2.6
v2.2.5
What's Changed
- refactor a lot,
v2
will not generate temporary folders/files anymore v2
now support auto inject generated css into pageinject
for and only forv2
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 todocument.head
Full Changelog: v2.2.1...v2.2.5
v2.2.1
v2.2.0
What's Changed
- Refactor v 2 2 by @indooorsman in #23
v2
now support auto inject generated css into pageinject
for and only forv2
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 todocument.head
Full Changelog: v2.1.6...v2.2.0