npm vue-content-loader 2.0.0
v2.0.0

latest release: 2.0.1
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"

Don't miss a new vue-content-loader release

NewReleases is sending notifications on new releases.