Releases: css-modules/postcss-modules-local-by-default
Releases · css-modules/postcss-modules-local-by-default
v4.0.0-rc.1
BREAKING CHANGE
- update
icss-utils
for PostCSS 8 compatibility
4.0.0-rc.0
[4.0.0-rc.0] - 2020-09-16
BREAKING CHANGE
- minimum supported
Node.js
version is>= 10.13.0 || >= 12.13.0 || >= 14
- minimum supported
postcss
version is^8.0.3
postcss
was moved topeerDependencies
, you need to installpostcss
in your project before use the plugin
v3.0.3
Fixed
- treat
:import
and:export
statements as pure
v3.0.2
[3.0.2] - 2019-06-05
Fixed
- better handle invalid syntax
v3.0.1
[3.0.1] - 2019-05-16
Fixed
- adds safety check before accessing "rule parent"
v3.0.0
[3.0.0] - 2019-05-07
Features
- don't localize imported values in selectors
Changes
- don't localize imported values in selectors
v2.0.6
[2.0.6] - 2019-03-05
Fixed
- handles properly selector with escaping characters (like:
.\31 a2b3c { color: red }
)
v2.0.5
[2.0.5] - 2019-02-06
Fixed
- Path to
index.js
v2.0.4
[2.0.4] - 2019-01-04
Fixed
- Inappropriate modification of
steps
function arguments
v2.0.3
[2.0.3] - 2018-12-21
Fixed
- Don't modify inappropriate animation keywords