Download Latest Version v2.0.1 source code.zip (167.9 kB)
Email in envelope

Get an email when there's a new version of vue-content-loader

Home / v2.0.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2021-01-27 859 Bytes
v2.0.0 source code.tar.gz 2021-01-27 169.8 kB
v2.0.0 source code.zip 2021-01-27 176.2 kB
Totals: 3 Items   346.9 kB 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"

Source: README.md, updated 2021-01-27