Skip to content

Releases: cssnano/cssnano

v7.1.2

29 Oct 12:59

Choose a tag to compare

What's Changed

Full Changelog: https://github.com/cssnano/cssnano/compare/cssnano@7.1.1...cssnano@7.1.2

v71.1.1

22 Aug 17:43

Choose a tag to compare

Bug Fixes

  • fix(convert-values): exclude linear() from stripping % from value 0 by @cernymatej in #1720

Full Changelog: https://github.com/cssnano/cssnano/compare/cssnano@7.1.0...cssnano@7.1.1

cssnano@7.1.0

14 Jul 18:55

Choose a tag to compare

Changes

  • Update to SVGO 4.0
  • Update browserslist

cssnano@7.0.7

06 May 13:53

Choose a tag to compare

What's Changed

  • fix: update browserslist by @ludofischer in #1675
  • fix: update postcss peer dependency to version without vulnerabilities by @ludofischer in #1676
  • fix: update TypeScript declarations by @ludofischer in #1685
  • perf: load default preset in startup by @43081j in #1691
  • Add support for selector order preservation to postcss-minify-selectors by @ezzak in #1688
  • fix(postcss-convert-values): preserve percent sign in percentage values in at-rules with double quotes by @aramikuto in #1695

Full Changelog: https://github.com/cssnano/cssnano/compare/cssnano@7.0.6...cssnano@7.0.7

v7.0.6

04 Sep 17:36

Choose a tag to compare

What's Changed

Full Changelog: https://github.com/cssnano/cssnano/compare/cssnano@7.0.5...cssnano@7.0.6

v7.0.5

09 Aug 13:47

Choose a tag to compare

Bug Fixes

  • Fix layer rule deduping #1656

v7.0.4

05 Jul 09:09

Choose a tag to compare

Bug fixes

  • fix(postcss-convert-values): preserve percent sign in border-image-width in #1645

v7.0.3

19 Jun 08:45

Choose a tag to compare

Bug Fixes

  • cssnano-preset-default: preserve SVG viewbox and title by default
  • postcss-convert-values: preserve percent sign in arguments of color functions when needed
  • postcss-ordered-values: preserve correct order in animation property
  • postcss-minify-selectors: preserve quotes when escaping selector is required
  • postcss-discard-comments: do not remove strings that only look like comments in selectors

Thanks to @ota-meshi and @seiyab for their contributions to this release.

v7.0.2

05 Jun 10:09

Choose a tag to compare

Bug Fixes

  • fix invalid output in some cases where selectors contain comments

v7.0.1

26 Apr 13:46

Choose a tag to compare

Patch changes

Update postcss-calc dependency to latest version