Releases: gilbarbara/react-inlinesvg
Releases · gilbarbara/react-inlinesvg
0.7.0
Breaking Changes:
If you use snapshots in your tests, you might notice the default hash IDs are random now. If you don't need this feature, set uniquifyIDs
to false
or use your own uniqueHash
.
0.6.2
- Remove react-dom and react-dom-factories: 0429e8b
0.6.1
- Use react-dom-factories instead of React.DOM: 3d40800
- Remove shouldComponentUpdate in favor of PureComponent: 9d6eb7f
- Upgrade dependencies: 5aaeac6
0.5.4
- use componentDidMount instead of componentWillMount for server rendering