Skip to content

Latest commit

 

History

History
472 lines (299 loc) · 14.9 KB

CHANGELOG.md

File metadata and controls

472 lines (299 loc) · 14.9 KB

Change Log

7.0.1

Patch Changes

  • Updated dependencies [2a26e29]
    • cssnano-preset-default@7.0.1

7.0.0

Major Changes

  • 0d10597: chore: drop support for Node.js 14 and 16

Patch Changes

  • Updated dependencies [0d10597]
    • cssnano-preset-default@7.0.0
    • postcss-discard-unused@7.0.0
    • postcss-reduce-idents@7.0.0
    • postcss-merge-idents@7.0.0
    • postcss-zindex@7.0.0

6.1.2

Patch Changes

  • fix(cssnano-preset-default): update css-declaration-sorter
  • 2f3fb50: chore: update autoprefixer
  • Updated dependencies
    • cssnano-preset-default@6.1.2

6.1.1

Patch Changes

  • Updated dependencies [0856f86]
    • postcss-discard-unused@6.0.5
    • cssnano-preset-default@6.1.1

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-preset-default@6.1.0
    • postcss-discard-unused@6.0.4
    • postcss-merge-idents@6.0.3
    • postcss-reduce-idents@6.0.3
    • postcss-zindex@6.0.2

6.0.5

Patch Changes

  • 83d3268: chore: update autoprefixer and browerslist
    • cssnano-preset-default@6.0.5

6.0.4

Patch Changes

  • Updated dependencies [3757056]
    • postcss-discard-unused@6.0.3
    • postcss-merge-idents@6.0.2
    • cssnano-preset-default@6.0.4

6.0.3

Patch Changes

  • 9c6b0bc: fix(cssnano-preset-default): do not sort unknown properties
  • 26bbbd3: chore: update minimum browserslist version to 4.22.2
  • 26bbbd3: chore: update postcss-selector-parser to 6.0.13
  • Updated dependencies [9c6b0bc]
  • Updated dependencies [f233b22]
  • Updated dependencies [26bbbd3]
  • Updated dependencies [1ead72d]
    • cssnano-preset-default@6.0.3
    • postcss-discard-unused@6.0.2

6.0.2

Patch Changes

  • 18331a6: fix: update cssnano peer dependency to 8.4.31 to avoid security issue
  • 18331a6: fix: update postcss-calc to 9.0.1 to solve disappearing expressions inside two brackets
  • 18331a6: deps(postcss-svgo): update SVGO to 3.0.5 and update doc
  • 18331a6: chore: update css-declaration-sorter
  • 18331a6: fix(postcss-minify-selectors): prevent mangling of timeline range names
  • 18331a6: fix(postcss-convert-values): keep percent unit in @Property
  • Updated dependencies [18331a6]
    • cssnano-preset-default@6.0.2
    • postcss-discard-unused@6.0.1
    • postcss-merge-idents@6.0.1
    • postcss-reduce-idents@6.0.2
    • postcss-zindex@6.0.1

6.0.1

Patch Changes

  • fix(postcss-reduce-idents): minify grid line names correctly
  • Updated dependencies
    • cssnano-preset-default@6.0.1
    • postcss-reduce-idents@6.0.1

6.0.0

Major Changes

  • ca9d3f55: chore: bump node versions for packages depending on svgo
  • ca9d3f55: Switch minimum supported Node version to 14 for all packages

Patch Changes

  • Updated dependencies [ca9d3f55]
  • Updated dependencies [ca9d3f55]
    • cssnano-preset-default@6.0.0
    • postcss-discard-unused@6.0.0
    • postcss-reduce-idents@6.0.0
    • postcss-merge-idents@6.0.0
    • postcss-zindex@6.0.0

5.3.10

Patch Changes

  • fix(postcsss-reduce-initial): fix mask-repeat conversion fix(postcss-colormin): don't minify colors in src declarations fix(postcss-merge-rules): do not merge conflicting flex and border properties
  • Updated dependencies
    • cssnano-preset-default@5.2.14

5.3.9

Patch Changes

  • fix: update autoprefixer and browserslist
  • fix(postcss-reduce-initial): improve initial properties data
  • Updated dependencies
    • cssnano-preset-default@5.2.13

5.3.8

Patch Changes

  • fix: preserve hyphenated property case
  • fix: ensure sorting properties does not break the output
  • fix: recognize 'constant' as a function
  • Updated dependencies
    • cssnano-preset-default@5.2.12

5.3.7

Patch Changes

  • fix: preserve constant values
  • Updated dependencies
    • cssnano-preset-default@5.2.11

5.3.6

Patch Changes

  • chore: update TypeScript and improve types
  • fix: preserve similar nested selectors
  • Updated dependencies
    • cssnano-preset-default@5.2.10

5.3.5

Patch Changes

  • fix: preserve more color function fallbacks
  • Updated dependencies
    • cssnano-preset-default@5.2.9

5.3.4

Patch Changes

  • postcss-convert-values: preserve percentage sign on IE 11
  • postcss-minify-params: refactor
  • Updated dependencies
    • cssnano-preset-default@5.2.8

5.3.3

Patch Changes

  • fix: update postcss-merge-longhand. It was skipped by mistake in the previous release.
  • Updated dependencies
    • cssnano-preset-default@5.2.7

5.3.2

Patch Changes

  • fix: preserve border color when merging border properties
  • Updated dependencies
    • cssnano-preset-default@5.2.6

5.3.1

Patch Changes

  • fix: correct package.json dependency version specifier
  • Updated dependencies
    • cssnano-preset-default@5.2.5
    • postcss-merge-idents@5.1.1

5.3.0

Minor Changes

  • feature: reduce grid-row and grid-column properties

Patch Changes

  • Updated dependencies
    • postcss-reduce-idents@5.2.0

5.2.5

Patch Changes

  • fix: preserve custom property case
  • Updated dependencies
    • cssnano-preset-default@5.2.4

5.2.4

Patch Changes

  • fix: do not merge declarations containing custom properties when it might create invalid declarations
  • Updated dependencies
    • cssnano-preset-default@5.2.3

5.2.3

Patch Changes

  • fix: preserve empty custom properties and ensure they work in Chrome
  • Updated dependencies
    • cssnano-preset-default@5.2.2

5.2.2

Patch Changes

  • fix: remove comments with PostCSS 8.4.6 and greater
  • Updated dependencies
    • cssnano-preset-default@5.2.1

5.2.1

Patch Changes

  • fix: improve type declarations

5.2.0

Minor Changes

  • feature: add TypeScript type declarations

Patch Changes

  • Updated dependencies
    • cssnano-preset-default@5.2.0
    • postcss-discard-unused@5.1.0
    • postcss-merge-idents@5.1.0
    • postcss-reduce-idents@5.1.0
    • postcss-zindex@5.1.0

5.1.12

Patch Changes

  • Publish untranspiled CommonJS source
  • Updated dependencies
    • cssnano-preset-default@5.1.12
    • postcss-discard-unused@5.0.3
    • postcss-merge-idents@5.0.3
    • postcss-reduce-idents@5.0.3
    • postcss-zindex@5.0.2

5.1.11

Patch Changes

  • refactor: replace natural sort with built-in array sort
  • Updated dependencies
    • postcss-discard-unused@5.0.2
    • postcss-reduce-idents@5.0.2
    • cssnano-preset-default@5.1.11

5.1.10 (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.

  • fix: update postcss-calc to 8.2

    Remove a crash when postcss-calc cannot parse the value

  • Updated dependencies

    • cssnano-preset-default@5.1.10
    • postcss-merge-idents@5.0.2

5.1.9 (2021-12-16)

Patch Changes

  • chore(postcss-normalize-url): reduce dependencies (#1255)(a4267dedcd6)
  • fix(postcss-colormin): accept configuration options (#1263)(3b38038007)
  • Updated dependencies
    • cssnano-preset-default@5.1.9

5.1.8 (2021-11-27)

Bug fixes

  • fix(postcss-reduce-initial): update initial values data (#1242) (c6e9f00b785)
  • Updated dependencies
    • cssnano-preset-default@5.1.8

5.1.7 (2021-11-16)

Bug fixes

  • c38f14c3ce3d0b: postcss-normalize-url: avoid changing parameter encoding

Chore

  • 31d5c07dc07a4: refactor: drop one-liner dependencies
  • 07172825ffbb4f4: postcss-merge-longhand: drop css-color-names dependency

5.1.6 (2021-11-05)

Bug fixes

  • postcss-merge-longhand: prevent crash in some situations (#1222) (83009a)

5.1.5 (2021-11-01)

Bug fixes

  • cssnano-preset-advanced: update autoprefixer (#1213) (f19932)

  • postcss-svgo: normalize SVG with escaped quote characters (#1200) (4ef5e41)

  • postcss-convert-values: preserve percentage-only properties (#1212) (8f3453)

  • postcss-minify-gradients: handle 2 color-stop-length in linear gradient (#1215) (8bb7ba6c)

Chore

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

5.1.4 (2021-08-18)

Chore

  • postcss-minify-gradients: remove extra dependencies (#1181) (50eb53)

5.1.3 (2021-06-09)

Bug Fixes

postcss-normalize-url: bump normalize-url dependency to 6.0.1 (#1142) (b60f54bed)

postcss-ordered-values: preserve columns count (#1144) (9acd6a2fe3e)

5.1.1 (2021-05-21)

Bug Fixes

5.1.0 (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

Features

5.0.1 (2021-04-26)

Note: Version bump only for package cssnano-preset-advanced

5.0.0 (2021-04-06)

Note: Version bump only for package cssnano-preset-advanced

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

Note: Version bump only for package cssnano-preset-advanced

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

Note: Version bump only for package cssnano-preset-advanced

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

Bug Fixes

  • postcss-convert-values: prevent zero units from being dropped in line-height. (#801) (d781855)
  • postcss-merge-rules: don't change specificity of prefixed properties (#723) (863cf2b)
  • postcss-normalize-positions: correct optimize math (calc and etc) and variable functions (var and env) (#750) (a81e8df)

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)

4.1.7 (2018-10-22)

4.1.6 (2018-10-22)

4.1.5 (2018-10-17)

4.1.4 (2018-09-27)

4.1.3 (2018-09-25)

4.1.2 (2018-09-25)

4.1.1 (2018-09-24)

Bug Fixes

Features

  • postcss-ordered-values: support ordering animation values (#574) (17ec039)