Skip to content

Latest commit

 

History

History
452 lines (224 loc) · 9.59 KB

CHANGELOG.md

File metadata and controls

452 lines (224 loc) · 9.59 KB

CHANGE LOG

v3.1.2

compare changes

v3.1.1

compare changes

🏡 Chore

  • example: Update glob example (54f3126)
  • Update example site and docs (a7ebdfd)

❤️ Contributors

v3.1.0

compare changes

🚀 Enhancements

🏡 Chore

❤️ Contributors

v3.0.0

compare changes

🚀 Enhancements

  • vite: ⚠️ Support for vite v5 (cbd1ee8)

⚠️ Breaking Changes

  • vite: ⚠️ Support for vite v5 (cbd1ee8)

❤️ Contributors

v2.17.1

compare changes

🩹 Fixes

  • Do not return config from hook (7590dab)
  • Use configResolved + config.mode (3d091e8)
  • Use resolved config + mode rather than modifying or mutating config (8219678)

❤️ Contributors

v2.17.0

compare changes

🚀 Enhancements

  • Update typescript to v5 and other non-major deps (042091d)

❤️ Contributors

v2.16.0

compare changes

🚀 Enhancements

  • Support for vite 4.4 vue 3.3 (6e56e2b)

🏡 Chore

❤️ Contributors

v2.15.0

compare changes

🚀 Enhancements

  • cache: Using id as build cache key instead of idWithoutQuery (ab30049)

🩹 Fixes

  • example: Example 404 error (93ecab6)

🏡 Chore

  • example: Update example (a394ec4)

❤️ Contributors

v2.14.0

compare changes

🚀 Enhancements

  • Upgrade deps svgo-extra to 2.1 (7ab6d12)

🏡 Chore

❤️ Contributors

v2.13.0

compare changes

🚀 Enhancements

❤️ Contributors

v2.12.0

compare changes

🚀 Enhancements

  • Support work with arbitrary file path via set assetsDirName to false (88a21c2)

🏡 Chore

  • example: Fix example build error (af8b7e2)

❤️ Contributors

v2.11.0

compare changes

🚀 Enhancements

  • Update svgo-extra to 2.0.0 (f8d2fa4)

❤️ Contributors

v2.10.0

compare changes

🚀 Enhancements

  • Update pkg to module type (1e84f47)

🏡 Chore

  • example: Update deploy branch (80f9ecf)

❤️ Contributors

v2.9.0

compare changes

🚀 Enhancements

🏡 Chore

❤️ Contributors

v2.8.2

🏡 Chore

  • docs: Update readme (920bb21)
  • Update example (e64775d)
  • docs: Update readme (8579dd2)

❤️ Contributors

v2.8.1

🩹 Fixes

  • GetSearchParams use URL error (6e87abb)

🏡 Chore

  • Fix example deps (533c650)

❤️ Contributors

v2.8.0

🚀 Enhancements

  • Support skipsvgo search param (e3bef55)
  • Support disabled svgo global (dd31b25)

❤️ Contributors

v2.7.0

🚀 Enhancements

  • Support switch svgo preset-default configuration (d6ac771)

🏡 Chore

  • docs: Update example (0697b1e)
  • docs: Update readme (160df31)
  • docs: Update readme (d39d5e9)

❤️ Contributors

v2.6.1

🏡 Chore

  • docs: Update readme (15949b4)

❤️ Contributors

v2.6.0

🚀 Enhancements

  • svgo-plugins: Move built-in svgo plugins into svgo-extra (6bbbda6)

🏡 Chore

  • docs: Update readme (43ad361)

❤️ Contributors

v2.5.1

🩹 Fixes

  • Add css vars error (7ccce52)

❤️ Contributors

v2.5.0

🚀 Enhancements

  • Add origin size with unit css vars (2dd2453)

🏡 Chore

  • docs: Update readme (9e274b2)
  • example: Update example (b402604)

❤️ Contributors

v2.4.0

🚀 Enhancements

  • Support modifying fill-opacity and stroke-opacity on the svg node (5252255)

🏡 Chore

  • example: Update example (585ae02)
  • docs: Update readme (3282e0c)
  • example: Fix example deploy error (dcad7b9)

❤️ Contributors

v2.3.1

🏡 Chore

  • docs: Update readme (ebcb3fa)

❤️ Contributors

v2.3.0

🚀 Enhancements

  • Support optimize svg stroke attribute so that you can change a outline svg color (ba88849)

❤️ Contributors

v2.2.2

🏡 Chore

  • example: Update example (fb8f68a)

❤️ Contributors

v2.2.1

🩹 Fixes

  • Raw svg compile error (7f437be)

❤️ Contributors

v2.2.0

🚀 Enhancements

  • Support raw svg optimize (70adae7)

❤️ Contributors

v2.1.6

📦 Build

  • Upgrade rollup config for load json file (c2c4ebc)

🏡 Chore

  • Update readme docs (bdfab83)

❤️ Contributors

2.1.0 (2022-12-21)

Upgrade

  1. upgrade svgo plugin definition.

Features

  1. Support change svg icon size with font-size and it will be responsive.

2.0.0 (2022-12-21)

Breaking changes

  1. As of @vue/compiler-sfc 3.2.13+, this package is included as a dependency of the main vue package and can be accessed as vue/compiler-sfc. This means you no longer need to explicitly install this package and ensure its version match that of vue's. Just use the main vue/compiler-sfc deep import instead.
  2. Change svgo default config.

Features

  1. Support change svg icon color when the svg is a monochrome svg icon.

1.2.0 (2022-12-20)

Features

  1. Support caching at build time.

1.1.1 (2022-12-20)

Bugfixs

  1. fix package.json files.

1.1.0 (2022-12-20)

Features

  1. Support assetsDirName to Limit the svg icon in a folder.
  2. Add declaration file for Vue app. client.d.ts.
  3. Change defaultExport to url.