Skip to content

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

v3.1.0

Choose a tag to compare

@alexander-akait alexander-akait released this 03 Apr 13:24

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

Choose a tag to compare

@alexander-akait alexander-akait released this 13 Oct 11:52
df00cb0

3.0.0 - 2020-10-13

Fixes

  • compatibility with plugins other plugins

v3.0.0-rc.3

Choose a tag to compare

@alexander-akait alexander-akait released this 11 Oct 21:24

Fixes

  • broken release

v3.0.0-rc.2

Choose a tag to compare

@alexander-akait alexander-akait released this 11 Oct 21:14

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

Choose a tag to compare

@alexander-akait alexander-akait released this 22 Sep 12:29
f17f368

3.0.0-rc.1 - 2020-09-18

Fixes

  • avoid using postcss directly for new rules and decls

v3.0.0-rc.0

Choose a tag to compare

@alexander-akait alexander-akait released this 21 Sep 16:26
  • 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

v1.2.0 Pre-release
Pre-release

Choose a tag to compare

@mightyaleksey mightyaleksey released this 22 May 06:41

Adds predictable imports order #131

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