Skip to content

Releases: cssnano/cssnano

v5.1.4

16 Mar 18:21
b012425
Compare
Choose a tag to compare

Bug Fixes

  • postcss-merge-longhand: preserve custom property case (5428d5fc9)

v5.1.3

11 Mar 17:56
f0ccbc7
Compare
Choose a tag to compare

Bug Fixes

  • fix: do not merge declarations containing custom properties when it might create invalid declarations (2c699341)

v5.1.2

10 Mar 23:07
2875a6f
Compare
Choose a tag to compare

Bug fixes

  • preserve empty custom properties and ensure they work in Chrome (4ed39679)

v5.1.0

04 Mar 20:26
Compare
Choose a tag to compare

New Feature

Add TypeScript types

v5.0.17

07 Feb 17:57
374af70
Compare
Choose a tag to compare

Patch Changes

  • Publish untranspiled CommonJS source

v5.0.16

23 Jan 18:57
e0d6f5c
Compare
Choose a tag to compare

5.0.16

Patch Changes

  • refactor: replace natural sort with built-in array sort
  • Updated dependencies

v5.0.15

10 Jan 21:33
46b400c
Compare
Choose a tag to compare

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

v5.0.14

20 Dec 12:58
350d272
Compare
Choose a tag to compare

Bug fixes

  • fix(cssnano): correctly resolve presets in pnpm monorepo (#1269) (6f9c7477eb)

v5.0.13

17 Dec 19:58
a110495
Compare
Choose a tag to compare

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

v5.0.12

27 Nov 17:48
33a537f
Compare
Choose a tag to compare

Bug fixes