Skip to content

Releases: css-modules/postcss-modules-extract-imports

v3.1.0

03 Apr 13:24
Compare
Choose a tag to compare

3.1.0 - 2024-04-03

Features

  • support multiple composes, i.e. .class { composes: a b, c, e d from global, f g from "./file.css"; }

v3.0.0

13 Oct 11:52
df00cb0
Compare
Choose a tag to compare

3.0.0 - 2020-10-13

Fixes

  • compatibility with plugins other plugins

v3.0.0-rc.3

11 Oct 21:24
Compare
Choose a tag to compare

Fixes

  • broken release

v3.0.0-rc.2

11 Oct 21:14
Compare
Choose a tag to compare

3.0.0-rc.2 - 2020-10-08

BREAKING CHANGE

  • minimum supported postcss version is ^8.1.0

Fixes

  • minimum supported Node.js version is ^10 || ^12 || >= 14
  • compatibility with other plugins
  • compatibility with PostCSS 8

v3.0.0-rc.1

22 Sep 12:29
f17f368
Compare
Choose a tag to compare

3.0.0-rc.1 - 2020-09-18

Fixes

  • avoid using postcss directly for new rules and decls

v3.0.0-rc.0

21 Sep 16:26
Compare
Choose a tag to compare
  • 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

v1.2.0

22 May 06:41
Compare
Choose a tag to compare
v1.2.0 Pre-release
Pre-release

Adds predictable imports order #131

Will be available under the dist tag: postcss-modules-extract-imports@next