Skip to content

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

v4.2.0

Choose a tag to compare

@alexander-akait alexander-akait released this 11 Dec 14:46

4.2.0 - 2024-12-11

  • feat: add support a /* cssmodules-pure-no-check */ comment

v4.1.0

Choose a tag to compare

@alexander-akait alexander-akait released this 11 Nov 20:56

4.1.0 - 2024-11-11

  • feat: add global() and local() for animations
  • feat: add pure ignore comment
  • fix: css nesting and pure mode

v4.0.5

Choose a tag to compare

@alexander-akait alexander-akait released this 03 Apr 11:07

4.0.5 - 2024-04-03

Fixes

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

v4.0.4

Choose a tag to compare

@alexander-akait alexander-akait released this 17 Jan 18:28

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

Choose a tag to compare

@alexander-akait alexander-akait released this 23 May 16:44

4.0.3 - 2023-05-23

Fixes

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

v4.0.2

Choose a tag to compare

@alexander-akait alexander-akait released this 22 May 22:12

4.0.2 - 2023-05-23

Fixes

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

v4.0.1

Choose a tag to compare

@alexander-akait alexander-akait released this 19 May 00:03

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

Choose a tag to compare

@alexander-akait alexander-akait released this 13 Oct 11:41

4.0.0 - 2020-10-13

Fixes

  • compatibility with plugins other plugins

v4.0.0-rc.4

Choose a tag to compare

@alexander-akait alexander-akait released this 11 Oct 19:07

4.0.0-rc.4 - 2020-10-11

Fixes

  • compatibility with plugins other plugins

v4.0.0-rc.2

Choose a tag to compare

@alexander-akait alexander-akait released this 08 Oct 16:04

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