Releases: cssnano/cssnano
Releases · cssnano/cssnano
v7.1.2
What's Changed
- fix: enhanced recognition of css comments by @Nirvana-Jie in #1730
- chore: use npm trusted publishing by @ludofischer in #1731
- fix: update browserslist by @ludofischer in #1733
Full Changelog: https://github.com/cssnano/cssnano/compare/cssnano@7.1.1...cssnano@7.1.2
v71.1.1
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
Changes
- Update to SVGO 4.0
- Update browserslist
cssnano@7.0.7
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
What's Changed
- Update postcss-calc and selector-parser by @ludofischer in #1663
- fix(postcss-convert-values): convert
0msto0sby @btea in #1665
Full Changelog: https://github.com/cssnano/cssnano/compare/cssnano@7.0.5...cssnano@7.0.6
v7.0.5
v7.0.4
v7.0.3
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
Bug Fixes
- fix invalid output in some cases where selectors contain comments
v7.0.1
Patch changes
Update postcss-calc dependency to latest version