v2.0.0
2.0.0 (2021-01-27)
Bug Fixes
Features
BREAKING CHANGES
width
andheight
attributes are now applied as-is to thesvg
element, if you want the previous, responsive behavior, use only the newviewBox
prop instead.
Before: width="200" height="100"
After: viewBox="0 0 200 100"