Releases: css-modules/postcss-modules-scope
Releases · css-modules/postcss-modules-scope
Release list
v3.2.1
v3.2.0
3.2.0 - 2024-04-03
Features
- supports multiple composes, i.e.
.class { composes: a b, global(c), d e from "./path/file.css" }
v3.1.2
v3.1.1
v3.1.0
3.1.0 - 2023-12-21
Fixes
- scoped class attribute
Feature
- pass a node to the
generateExportEntryoption
v3.0.0-rc.2
3.0.0-rc.2 - 2020-10-11
BREAKING CHANGE
- minimum supported
postcssversion is^8.1.0
Fixes
- minimum supported
Node.jsversion is^10 || ^12 || >= 14 - compatibility with PostCSS 8
v3.0.0
v3.0.0-rc.1
v3.0.0-rc.0
BREAKING CHANGE
- minimum supported
Node.jsversion is>= 10.13.0 || >= 12.13.0 || >= 14 - minimum supported
postcssversion is^8.0.3 postcsswas moved topeerDependencies, you need to installpostcssin your project before use the plugin
v2.2.0
[2.2.0] - 2020-03-19
- added the
exportGlobalsoption to export global classes and ids