Files
dewedev/node_modules/@svgr/plugin-svgo/CHANGELOG.md
dwindown 7f2dd5260f Initial commit: Developer Tools MVP with visual editor
- Complete React app with 7 developer tools
- JSON Tool with visual structured editor
- Serialize Tool with visual structured editor
- URL, Base64, CSV/JSON, Beautifier, Diff tools
- Responsive navigation with dropdown menu
- Dark/light mode toggle
- Mobile-responsive design with sticky header
- All tools working with copy/paste functionality
2025-08-02 09:31:26 +07:00

3.8 KiB

Change Log

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

5.5.0 (2020-11-15)

Features

Performance Improvements

  • replace merge-deep with smaller deepmerge (#463) (1f015eb)

5.4.0 (2020-04-27)

Note: Version bump only for package @svgr/plugin-svgo

5.3.0 (2020-03-22)

Bug Fixes

5.2.0 (2020-02-23)

Bug Fixes

  • verify that svgoConfig.plugins is an array (#397) (88110b6)

5.1.0 (2020-01-20)

Bug Fixes

5.0.1 (2019-12-29)

Bug Fixes

  • fix engines in package.json (a45d6fc)

4.3.1 (2019-07-01)

Note: Version bump only for package @svgr/plugin-svgo

4.2.0 (2019-04-11)

Bug Fixes

  • keep viewBox when dimensions are removed (#281) (f476c8e)

4.0.3 (2018-11-13)

Bug Fixes

4.0.0 (2018-11-04)

Features

BREAKING CHANGES

  • v4: - template option must now returns a Babel AST
  • @svgr/core does not include svgo & prettier by default