Skip to content

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

v4.0.5

03 Apr 11:07
Compare
Choose a tag to compare

4.0.5 - 2024-04-03

Fixes

  • don't break the @scope at-rule without params

v4.0.4

17 Jan 18:28
Compare
Choose a tag to compare

4.0.4 - 2024-01-17

Fixes

  • handle @scope at-rule
  • css nesting
  • do not tread negative values as identifiers in the animation shorthand

v4.0.3

23 May 16:44
Compare
Choose a tag to compare

4.0.3 - 2023-05-23

Fixes

  • fix: do not localize animation-name property with var and env functions

v4.0.2

22 May 22:12
Compare
Choose a tag to compare

4.0.2 - 2023-05-23

Fixes

  • don't handle identifiers in nested function for the animation property

v4.0.1

19 May 00:03
Compare
Choose a tag to compare

4.0.1 - 2023-05-19

Fixes

  • don't handle global values in animation and animation-name properties
  • handle all possible identifiers in animation and animation-name properties
  • fix bug with nested :global and :local in pseudo selectors

v4.0.0

13 Oct 11:41
Compare
Choose a tag to compare

4.0.0 - 2020-10-13

Fixes

  • compatibility with plugins other plugins

v4.0.0-rc.4

11 Oct 19:07
Compare
Choose a tag to compare

4.0.0-rc.4 - 2020-10-11

Fixes

  • compatibility with plugins other plugins

v4.0.0-rc.2

08 Oct 16:04
Compare
Choose a tag to compare

4.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 PostCSS 8

v4.0.0-rc.3

08 Oct 21:23
Compare
Choose a tag to compare

4.0.0-rc.3 - 2020-10-08

Fixes

  • compatibility with plugins other plugins

v4.0.0-rc.1

22 Sep 11:23
Compare
Choose a tag to compare

BREAKING CHANGE

  • update icss-utils for PostCSS 8 compatibility