Releases: css-modules/postcss-modules-scope
Releases · css-modules/postcss-modules-scope
v3.2.1
11 Nov 14:52
Compare
Sorry, something went wrong.
No results found
Chore
update postcss-selector-parser
v3.2.0
03 Apr 13:01
Compare
Sorry, something went wrong.
No results found
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
03 Apr 10:34
Compare
Sorry, something went wrong.
No results found
3.1.2 - 2024-04-03
Fixes
export a root and limit from the @scope
at-rule
v3.1.1
18 Jan 16:42
Compare
Sorry, something went wrong.
No results found
3.1.1 - 2024-01-18
Fixes
handle @scope
at-rule
fix CSS nesting logic
v3.1.0
21 Dec 13:07
Compare
Sorry, something went wrong.
No results found
3.1.0 - 2023-12-21
Fixes
Feature
pass a node to the generateExportEntry
option
v3.0.0-rc.2
13 Oct 13:09
Compare
Sorry, something went wrong.
No results found
3.0.0-rc.2 - 2020-10-11
BREAKING CHANGE
minimum supported postcss
version is ^8.1.0
Fixes
minimum supported Node.js
version is ^10 || ^12 || >= 14
compatibility with PostCSS 8
v3.0.0
13 Oct 13:08
Compare
Sorry, something went wrong.
No results found
3.0.0 - 2020-10-13
Fixes
compatibility with plugins other plugins
handle animation short name
perf
v3.0.0-rc.1
22 Sep 13:01
Compare
Sorry, something went wrong.
No results found
BREAKING CHANGE
do not handle invalid syntax
v3.0.0-rc.0
21 Sep 17:12
Compare
Sorry, something went wrong.
No results found
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 to peerDependencies
, you need to install postcss
in your project before use the plugin
v2.2.0
19 Mar 11:59
Compare
Sorry, something went wrong.
No results found
[2.2.0] - 2020-03-19
added the exportGlobals
option to export global classes and ids