Vue Content Loader Versions Save

SVG component to create placeholder loading, like Facebook cards loading.

v2.0.1

2 years ago

2.0.1 (2021-11-29)

Bug Fixes

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

v2.0.0

3 years ago

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

3 years ago

1.0.1 (2021-01-19)

Bug Fixes

  • properly set props default values (f5729b1)

v1.0.0

3 years ago

1.0.0 (2021-01-18)

Features

BREAKING CHANGES

  • Require Vue 3

v0.2.3

4 years ago

0.2.3 (2020-03-03)

Bug Fixes

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

v0.2.2

4 years ago

0.2.2 (2019-06-14)

Bug Fixes