Skip to content

Latest commit

 

History

History
187 lines (107 loc) · 6.07 KB

CHANGELOG.md

File metadata and controls

187 lines (107 loc) · 6.07 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
  • Updated dependencies
    • cssnano-utils@4.0.2

6.0.4

Patch Changes

  • 83d3268: chore: update autoprefixer and browerslist

6.0.3

Patch Changes

  • f233b22: chore: update-postcss-selector-parser to 6.0.14
  • 26bbbd3: chore: update minimum browserslist version to 4.22.2
  • 26bbbd3: chore: update postcss-selector-parser to 6.0.13
  • 1ead72d: chore: update postcss-selector-parser to 6.0.15

6.0.2

Patch Changes

  • 18331a6: fix: update cssnano peer dependency to 8.4.31 to avoid security issue
  • Updated dependencies [18331a6]
    • cssnano-utils@4.0.1

6.0.1

Patch Changes

  • fix(postcss-merge-rules): do not merge nested rules

6.0.0

Major Changes

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

Patch Changes

  • Updated dependencies [ca9d3f55]
    • cssnano-utils@4.0.0

5.1.4

Patch Changes

  • fix(postcss-merge-rules): do not merge conflicting flex and border properties

5.1.3

Patch Changes

  • fix: update autoprefixer and browserslist

5.1.2

Patch Changes

  • chore: update TypeScript and improve types

5.1.1

Patch Changes

  • fix: correct package.json dependency version specifier

5.1.0

Minor Changes

  • feature: add TypeScript type declarations

Patch Changes

  • Updated dependencies
    • cssnano-utils@3.1.0

5.0.6

Patch Changes

  • Publish untranspiled CommonJS source
  • Updated dependencies
    • cssnano-utils@3.0.2

5.0.5

Patch Changes

  • refactor: remove implicit boolean conversion
  • Updated dependencies
    • cssnano-utils@3.0.1

5.0.4 (2022-01-07)

Patch Changes

  • refactor: remove getMatch function from cssnano-utils

    The getMatch function allows nested arrays to emulate a map. It is better to replace this function with a regular Map(). It's unlikely this function is used outside of cssnano as it requires a very specific nested array struture.

  • Updated dependencies

    • cssnano-utils@3.0.0

5.0.3 (2021-11-16)

Chore

  • 31d5c07dc07a4: refactor: drop one-liner dependencies

5.0.2 (2021-05-28)

Bug fixes

5.0.1 (2021-05-19)

Bug Fixes

  • postcss-merge-rules: add some missing known pseudo classes. (#1099) (4d7fe36)
  • postcss-merge-rules: prevent breaking rule merges (#1072) (c5e0a5e), closes #999

5.0.0 (2021-04-06)

Note: Version bump only for package postcss-merge-rules

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

Note: Version bump only for package postcss-merge-rules

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

Note: Version bump only for package postcss-merge-rules

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

Bug Fixes

  • don't unsafe merge 'all' declaration (#872) (6ea9e5d)
  • focus-visible issue (#882) (4cfcaaf)
  • merge-rules, merge-idents: add support for nested at-rules (#719) (cdedda7)
  • postcss-merge-rules: don't change specificity of prefixed properties (#723) (863cf2b)

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