Releases: css-modules/postcss-modules-local-by-default
Releases · css-modules/postcss-modules-local-by-default
v4.1.0
4.1.0 - 2024-11-11
- feat: add
global()
and local()
for animations
- feat: add pure ignore comment
- fix: css nesting and pure mode
v4.0.5
4.0.5 - 2024-04-03
Fixes
- don't break the
@scope
at-rule without params
v4.0.4
4.0.4 - 2024-01-17
Fixes
- handle
@scope
at-rule
- css nesting
- do not tread negative values as identifiers in the animation shorthand
v4.0.3
4.0.3 - 2023-05-23
Fixes
- fix: do not localize
animation-name
property with var and env functions
v4.0.2
4.0.2 - 2023-05-23
Fixes
- don't handle identifiers in nested function for the
animation
property
v4.0.1
4.0.1 - 2023-05-19
Fixes
- don't handle global values in
animation
and animation-name
properties
- handle all possible identifiers in
animation
and animation-name
properties
- fix bug with nested
:global
and :local
in pseudo selectors
v4.0.0
4.0.0 - 2020-10-13
Fixes
- compatibility with plugins other plugins
v4.0.0-rc.4
Fixes
- compatibility with plugins other plugins
v4.0.0-rc.2
BREAKING CHANGE
- minimum supported
postcss
version is ^8.1.0
Fixes
- minimum supported
Node.js
version is ^10 || ^12 || >= 14
- compatibility with PostCSS 8
v4.0.0-rc.3
Fixes
- compatibility with plugins other plugins