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