Skip to content

Latest commit

 

History

History
103 lines (55 loc) · 3.6 KB

CHANGELOG.md

File metadata and controls

103 lines (55 loc) · 3.6 KB

Change Log

6.0.2

Patch Changes

  • b1aea33: chore: update svgo to 3.2.0
  • 42249e7: chore(postcss-svgo): update SVGO to 3.1.0

6.0.1

Patch Changes

  • 18331a6: fix: update cssnano peer dependency to 8.4.31 to avoid security issue
  • 18331a6: deps(postcss-svgo): update SVGO to 3.0.5 and update doc

6.0.0

Major Changes

  • 4e272f88: Upgrade dependency svgo to v3 and increase the minimum supported node version to v14.

5.1.0

Minor Changes

  • feature: add TypeScript type declarations

5.0.4

Patch Changes

  • Publish untranspiled CommonJS source

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

5.0.3 (2021-11-01)

Bug fixes

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

Chore

5.0.2 (2021-05-28)

Bug fixes

5.0.1 (2021-05-19)

Note: Version bump only for package postcss-svgo

5.0.0 (2021-04-06)

Note: Version bump only for package postcss-svgo

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

Bug Fixes

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

Note: Version bump only for package postcss-svgo

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

Bug Fixes

  • preserve base64 url suffixes in postcss-svgo (#808) (4336afd)
  • postcss-svgo: security problem with js-yaml (#736) (7241049)

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)

Performance Improvements

4.1.2 (2018-09-25)

Bug Fixes