Skip to content

Releases: egoist/vue-content-loader

v2.0.1

29 Nov 18:32
Compare
Choose a tag to compare

2.0.1 (2021-11-29)

Bug Fixes

  • update svg attributes on props change (275b8d7), closes #316

v2.0.0

27 Jan 14:30
Compare
Choose a tag to compare

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

19 Jan 09:21
Compare
Choose a tag to compare

1.0.1 (2021-01-19)

Bug Fixes

  • properly set props default values (f5729b1)

v1.0.0

18 Jan 15:52
007bde6
Compare
Choose a tag to compare

1.0.0 (2021-01-18)

Features

BREAKING CHANGES

  • Require Vue 3

v0.2.3

03 Mar 14:20
1052c1e
Compare
Choose a tag to compare

0.2.3 (2020-03-03)

Bug Fixes

  • Added string as prototype for width and height (#66) (1052c1e), closes #65

v0.2.2

14 Jun 06:49
Compare
Choose a tag to compare

0.2.2 (2019-06-14)

Bug Fixes