Skip to content
This repository has been archived by the owner on Mar 21, 2019. It is now read-only.

Latest commit

 

History

History
36 lines (21 loc) · 935 Bytes

CHANGELOG.md

File metadata and controls

36 lines (21 loc) · 935 Bytes

2.1.1 - 2018-06-07

  • Fix accessibility* for svgs with newlines by @cmrigney in #26

2.1.0 - 2018-01-22

  • Add accessibilityLabel and accessibilityDesc props for a11y by @filoxo in #23

2.0.1 - 2017-10-12

  • Add React 16 support, by @smashercosmo in #18

2.0.0 - 2017-04-18

  • Fixed: Use prop-types package instead of react export to avoid warning with react@^15.5.0. Released as a major version since react (specified as in “peerDependencies”) needs a stricter range.

1.2.0 - 2016-07-06

  • Added: React ^15.2.0 support (no more warnings) (#4 - @nason)

1.1.0 - 2016-03-14

  • Added: compat with react@15

1.0.1 - 2015-12-08

  • Fixed: main prop in package.json

1.0.0 - 2015-12-03

💥