Skip to content

Commit e330e49

Browse files
committed
5.1.0
1 parent 9a7063f commit e330e49

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog of `react-from-svg`
22

3+
## 5.1.0 - 2021-08-18
4+
5+
- Add support for style prop
6+
37
## 5.0.3 - 2021-07-07
48

59
- Fix negative number transformation for ReScript output.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-from-svg",
33
"description": "Transform SVG files into React components, Native and/or Web, JavaScript and ReScript. Without shitload of dependencies.",
4-
"version": "5.0.3",
4+
"version": "5.1.0",
55
"license": "MIT",
66
"repository": "https://github.com/MoOx/react-from-svg",
77
"keywords": [

0 commit comments

Comments
 (0)