Skip to content

v2.0.0

Compare
Choose a tag to compare
@egoist egoist released this 27 Jan 14:30
· 207 commits to master since this release

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"