Skip to content

Releases: danielstgt/laravel-mix-svg-vue

v0.4.1

15 Aug 14:31
Compare
Choose a tag to compare

Remove Vue.js 3 as a peer dependency from the svg-vue3 component. This should remove any npm install warnings when using Vue.js 2.

v0.4.0

15 Aug 13:41
Compare
Choose a tag to compare

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

14 Aug 22:04
Compare
Choose a tag to compare

Fix option settings

v0.3.6

31 Jul 20:23
Compare
Choose a tag to compare

The built-in plugin list of SVGO is now included in the config options.

v0.3.5

30 Jul 16:24
Compare
Choose a tag to compare

Fix unused SVGO options.

Thanks @fr0tt

v0.3.4

19 Jul 07:26
Compare
Choose a tag to compare

Switch to svgo-loader. Fixes compatbility issues for Laravel Mix 6.0.20 and above.

Thanks @Xperator 👍🏻

v0.3.3

05 Jun 12:11
Compare
Choose a tag to compare

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

15 Apr 22:25
Compare
Choose a tag to compare

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

30 Dec 05:49
Compare
Choose a tag to compare

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

27 Dec 06:46
Compare
Choose a tag to compare

Added support for Laravel Mix v6.