⚠️ Support for vite v6 (50b6b8a)
⚠️ Support for vite v6 (50b6b8a)
- Wenqing wenqing@kerrylan.com
- Upgrade vite peerDependencies version (5a79d53)
- Wenqing wenqing@kerrylan.com
- Wenqing wenqing@kerrylan.com
- Update readme (f7fd7cc)
- Wenqing wenqing@kerrylan.com
- vite:
⚠️ Support for vite v5 (cbd1ee8)
- vite:
⚠️ Support for vite v5 (cbd1ee8)
- Wenqing wenqing@kerrylan.com
- Do not return config from hook (7590dab)
- Use configResolved + config.mode (3d091e8)
- Use resolved config + mode rather than modifying or mutating config (8219678)
- Wenqing wenqing@kerrylan.com
- Daniel Roe daniel@roe.dev
- Update typescript to v5 and other non-major deps (042091d)
- Wenqing wenqing@kerrylan.com
- Support for vite 4.4 vue 3.3 (6e56e2b)
- example: Update example (511e742)
- example: Update favicon (fde54c8)
- example: Update example (6569490)
- Migrate to pnpm (bc04f7c)
- Wenqing wenqing@kerrylan.com
- cache: Using id as build cache key instead of idWithoutQuery (ab30049)
- example: Example 404 error (93ecab6)
- example: Update example (a394ec4)
- Wenqing wenqing@kerrylan.com
- Upgrade deps svgo-extra to 2.1 (7ab6d12)
- docs: Update readme (fa6d9ec)
- Elenh (@yisibell)
- Wenqing wenqing@kerrylan.com
- Support source map (b67b947)
- Wenqing wenqing@kerrylan.com
- Support work with arbitrary file path via set assetsDirName to false (88a21c2)
- example: Fix example build error (af8b7e2)
- Wenqing wenqing@kerrylan.com
- Update svgo-extra to 2.0.0 (f8d2fa4)
- Wenqing wenqing@kerrylan.com
- Update pkg to module type (1e84f47)
- example: Update deploy branch (80f9ecf)
- Wenqing wenqing@kerrylan.com
- Upgrade vite to 4.3 (b591dd5)
- docs: Update readme (96b384a)
- Wenqing wenqing@kerrylan.com
- docs: Update readme (920bb21)
- Update example (e64775d)
- docs: Update readme (8579dd2)
- Wenqing wenqing@kerrylan.com
- GetSearchParams use URL error (6e87abb)
- Fix example deps (533c650)
- Wenqing wenqing@kerrylan.com
- Support skipsvgo search param (e3bef55)
- Support disabled svgo global (dd31b25)
- Wenqing wenqing@kerrylan.com
- Support switch svgo preset-default configuration (d6ac771)
- docs: Update example (0697b1e)
- docs: Update readme (160df31)
- docs: Update readme (d39d5e9)
- Wenqing wenqing@kerrylan.com
- docs: Update readme (15949b4)
- Elenh (@yisibell)
- svgo-plugins: Move built-in svgo plugins into svgo-extra (6bbbda6)
- docs: Update readme (43ad361)
- Wenqing wenqing@kerrylan.com
- Add css vars error (7ccce52)
- Wenqing wenqing@kerrylan.com
- Add origin size with unit css vars (2dd2453)
- docs: Update readme (9e274b2)
- example: Update example (b402604)
- Wenqing wenqing@kerrylan.com
- Support modifying fill-opacity and stroke-opacity on the svg node (5252255)
- example: Update example (585ae02)
- docs: Update readme (3282e0c)
- example: Fix example deploy error (dcad7b9)
- Wenqing wenqing@kerrylan.com
- docs: Update readme (ebcb3fa)
- Wenqing wenqing@kerrylan.com
- Support optimize svg stroke attribute so that you can change a outline svg color (ba88849)
- Wenqing wenqing@kerrylan.com
- example: Update example (fb8f68a)
- Wenqing wenqing@kerrylan.com
- Raw svg compile error (7f437be)
- Wenqing wenqing@kerrylan.com
- Support raw svg optimize (70adae7)
- Wenqing wenqing@kerrylan.com
- Upgrade rollup config for load json file (c2c4ebc)
- Update readme docs (bdfab83)
- Wenqing wenqing@kerrylan.com
Upgrade
- upgrade
svgo plugin
definition.
Features
- Support change svg icon size with
font-size
and it will be responsive.
Breaking changes
- 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 mainvue/compiler-sfc
deep import instead. - Change svgo default config.
Features
- Support change svg icon color when the svg is a monochrome svg icon.
Features
- Support caching at build time.
Bugfixs
- fix package.json
files
.
Features
- Support
assetsDirName
to Limit the svg icon in a folder. - Add declaration file for Vue app. client.d.ts.
- Change
defaultExport
tourl
.