Skip to content

Latest commit

 

History

History
148 lines (78 loc) · 4.85 KB

CHANGELOG.md

File metadata and controls

148 lines (78 loc) · 4.85 KB

Change Log

6.1.0

Minor Changes

  • feat: add preset and plugin options for browserslist

Patch Changes

  • enable “go to definition” via declaration maps
  • fix: add missing type declarations to plugins with options

6.0.3

Patch Changes

  • 83d3268: chore: update autoprefixer and browerslist
  • f461389: chore: update colord version

6.0.2

Patch Changes

  • 26bbbd3: chore: update minimum browserslist version to 4.22.2
  • 26bbbd3: chore: update postcss-selector-parser to 6.0.13

6.0.1

Patch Changes

  • 18331a6: fix: update cssnano peer dependency to 8.4.31 to avoid security issue

6.0.0

Major Changes

  • ca9d3f55: Switch minimum supported Node version to 14 for all packages

5.3.1

Patch Changes

  • fix(postcss-colormin): don't minify colors in src declarations

5.3.0

Minor Changes

  • feature: add TypeScript type declarations

5.2.5

Patch Changes

  • Publish untranspiled CommonJS source

5.2.4

Patch Changes

  • refactor: remove implicit boolean conversion
  • refactor: replace array with set

5.2.3 (2022-01-07)

Patch Changes

  • refactor: use Map as a cache

5.2.2 (2021-12-16)

Patch Changes

5.2.1 (2021-11-01)

Chore

  • postcss-colormin: use colord plugin for color minification (#1207) (3dbaa04)

5.2.0 (2021-05-28)

Features

  • Output 4 and 8 hex colors if it reduces the output size and the target browsers support it.

Bug Fixes

  • Preserve color alpha precision.

5.1.1 (2021-05-21)

Bug Fixes

5.1.0 (2021-05-19)

Features

5.0.0 (2021-04-06)

Note: Version bump only for package postcss-colormin

5.0.0-rc.2 (2021-03-15)

Note: Version bump only for package postcss-colormin

5.0.0-rc.1 (2021-03-04)

Note: Version bump only for package postcss-colormin

5.0.0-rc.0 (2021-02-19)

Bug Fixes

  • postcss-colormin: fixed plugin running error (#856) (eb37dd5)

chore

  • minimum require version of node is 10.13 (#871) (28bda24)

Features

BREAKING CHANGES

  • minimum supported postcss version is 8.2.1
  • minimum require version of node is 10.13

4.1.9 (2019-02-12)

Performance Improvements

4.1.1 (2018-09-24)

Bug Fixes