Skip to content

Releases: css-modules/postcss-modules-local-by-default

4.0.0-rc.0

16 Sep 16:19
Compare
Choose a tag to compare

[4.0.0-rc.0] - 2020-09-16

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

v3.0.3

25 Jul 12:43
Compare
Choose a tag to compare

Fixed

  • treat :import and :export statements as pure

v3.0.2

04 Jun 22:04
Compare
Choose a tag to compare

[3.0.2] - 2019-06-05

Fixed

  • better handle invalid syntax

v3.0.1

16 May 09:57
Compare
Choose a tag to compare

[3.0.1] - 2019-05-16

Fixed

  • adds safety check before accessing "rule parent"

v3.0.0

07 May 12:51
Compare
Choose a tag to compare

[3.0.0] - 2019-05-07

Features

  • don't localize imported values in selectors

Changes

  • don't localize imported values in selectors

v2.0.6

05 Mar 11:10
Compare
Choose a tag to compare

[2.0.6] - 2019-03-05

Fixed

  • handles properly selector with escaping characters (like: .\31 a2b3c { color: red })

v2.0.5

06 Feb 14:58
Compare
Choose a tag to compare

[2.0.5] - 2019-02-06

Fixed

  • Path to index.js

v2.0.4

04 Jan 17:59
Compare
Choose a tag to compare

[2.0.4] - 2019-01-04

Fixed

  • Inappropriate modification of steps function arguments

v2.0.3

21 Dec 10:19
Compare
Choose a tag to compare

[2.0.3] - 2018-12-21

Fixed

  • Don't modify inappropriate animation keywords

v2.0.2

05 Dec 12:08
Compare
Choose a tag to compare

Fixed

  • Don't break unicode characters.