Releases: egoist/vue-content-loader
Releases · egoist/vue-content-loader
v2.0.1
2.0.1 (2021-11-29)
Bug Fixes
- update svg attributes on props change (275b8d7), closes #316
v2.0.0
2.0.0 (2021-01-27)
Bug Fixes
- comply to width & height attributes (8e844cf), closes #46
Features
BREAKING CHANGES
width
and height
attributes are now applied as-is to the svg
element, if you want the previous, responsive behavior, use only the new viewBox
prop instead.
Before: width="200" height="100"
After: viewBox="0 0 200 100"
v1.0.1
1.0.1 (2021-01-19)
Bug Fixes
- properly set props default values (f5729b1)
v1.0.0
1.0.0 (2021-01-18)
Features
BREAKING CHANGES
v0.2.3
0.2.3 (2020-03-03)
Bug Fixes
- Added string as prototype for width and height (#66) (1052c1e), closes #65
v0.2.2
0.2.2 (2019-06-14)
Bug Fixes