Skip to content

Releases: css-modules/postcss-modules-scope

v3.2.0

03 Apr 13:01
Compare
Choose a tag to compare

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
Choose a tag to compare

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
Choose a tag to compare

3.1.1 - 2024-01-18

Fixes

  • handle @scope at-rule
  • fix CSS nesting logic

v3.1.0

21 Dec 13:07
Compare
Choose a tag to compare

3.1.0 - 2023-12-21

Fixes

  • scoped class attribute

Feature

  • pass a node to the generateExportEntry option

v3.0.0-rc.2

13 Oct 13:09
Compare
Choose a tag to compare

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
Choose a tag to compare

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
3f4272c
Compare
Choose a tag to compare

3.0.0-rc.1 - 2020-09-22

BREAKING CHANGE

  • do not handle invalid syntax

v3.0.0-rc.0

21 Sep 17:12
Compare
Choose a tag to compare

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
Choose a tag to compare

[2.2.0] - 2020-03-19

  • added the exportGlobals option to export global classes and ids

v2.1.1

27 Nov 19:43
Compare
Choose a tag to compare

[2.1.1] - 2019-03-05

Fixed

  • add additional space after the escape sequence