Skip to content

Commit 34c9934

Browse files
committed
6.0.0
1 parent d8b166b commit 34c9934

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-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+
## 6.0.0 - 2023-01-17
4+
5+
- Add `--with-native-for-typescript` option for `react-native-svg` with TypeScript
6+
37
## 5.1.3 - 2022-08-18
48

59
- Handle `gradientTransform` for ReScript

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ Usage
3434

3535
Options
3636
--with-native, -rn Output code for react-native-svg
37+
--with-native-for-typescript, -rnts Output code for react-native-svg with TypeScript
38+
3739
--with-web, -rnw Output code for DOM. If --with-native is also used, will be output as .web.js files
3840
--with-native-for-rescript, -rrn Output code for @rescript-react-native/svg
3941
--with-web-for-rescript, -rrnw Output code for @rescript/react

package.json

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

0 commit comments

Comments
 (0)