Details relating to major changes that aren't presently in CHANGELOG.md
, due to limitations with how that file is being generated.
Added
fallback
option.
Changed
onInjected
is now an error-first callback.
Changed
path
prop renamed tosrc
.
Added
- All additional non-documented props will now be spread onto the wrapper element.
Changed
callback
prop renamed toonInjected
.className
prop renamed tosvgClassName
.style
prop renamed tosvgStyle
.
Removed
wrapperClassName
has been removed. Instead, just passclassName
since it will be spread onto the wrapper element.