- Fix accessibility* for svgs with newlines by @cmrigney in #26
- Add
accessibilityLabel
andaccessibilityDesc
props for a11y by @filoxo in #23
- Add React 16 support, by @smashercosmo in #18
- Fixed: Use
prop-types
package instead of react export to avoid warning withreact@^15.5.0
. Released as a major version since react (specified as in “peerDependencies”) needs a stricter range.
- Added: React ^15.2.0 support (no more warnings) (#4 - @nason)
- Added: compat with react@15
- Fixed:
main
prop in package.json
💥