react-svg-inline
Version:
A React component to inline your SVGs.
37 lines (21 loc) • 935 B
Markdown
# 2.1.1 - 2018-06-07
- Fix accessibility\* for svgs with newlines
by @cmrigney in [#26](https://github.com/MoOx/react-svg-inline/pull/26)
# 2.1.0 - 2018-01-22
- Add `accessibilityLabel` and `accessibilityDesc` props for a11y
by @filoxo in [#23](https://github.com/MoOx/react-svg-inline/pull/23)
# 2.0.1 - 2017-10-12
- Add React 16 support,
by @smashercosmo in [#18](https://github.com/MoOx/react-svg-inline/pull/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](https://github.com/MoOx/react-svg-inline/pull/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
💥