Releases: danielstgt/laravel-mix-svg-vue
v0.4.1
v0.4.0
All attributes from the SVGO result are now included in the Vue.js output.
Previously only the viewBox
was available, which clashes with some possible SVGO settings (e.g. removeViewBox).
Although this is a version upgrade, it could actually be considered as a fix. However, there could be some cases where this would produce side effects for the output because of the newly included attributes.
v0.3.7
Fix option settings
v0.3.6
The built-in plugin list of SVGO is now included in the config options.
v0.3.5
v0.3.4
v0.3.3
Bump version of dependencies, which now have reactive icon attributes. More regarding this topic can be found here: danielstgt/svg-vue3#1
Thanks @andrey-hohlov 👍🏻
v0.3.2
Refactor to exclusively use the composition API for Vue 3.
To upgrade, run:
npm install laravel-mix-svg-vue
Or if you prefer yarn:
yarn add laravel-mix-svg-vue
v0.3.0
Added support for Vue 3.
To upgrade, run:
npm install laravel-mix-svg-vue
Or if you prefer yarn:
yarn add laravel-mix-svg-vue
v0.2.7
Added support for Laravel Mix v6.