Skip to content

Latest commit

 

History

History
314 lines (189 loc) · 11.2 KB

CHANGELOG.md

File metadata and controls

314 lines (189 loc) · 11.2 KB

Change Log

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)