Skip to content

Commit

Permalink
6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MoOx committed Jan 17, 2023
1 parent d8b166b commit 34c9934
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog of `react-from-svg`

## 6.0.0 - 2023-01-17

- Add `--with-native-for-typescript` option for `react-native-svg` with TypeScript

## 5.1.3 - 2022-08-18

- Handle `gradientTransform` for ReScript
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ Usage

Options
--with-native, -rn Output code for react-native-svg
--with-native-for-typescript, -rnts Output code for react-native-svg with TypeScript

--with-web, -rnw Output code for DOM. If --with-native is also used, will be output as .web.js files
--with-native-for-rescript, -rrn Output code for @rescript-react-native/svg
--with-web-for-rescript, -rrnw Output code for @rescript/react
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-from-svg",
"version": "5.1.3",
"description": "Transform SVG files into React components, Native and/or Web, JavaScript, TypeScript and ReScript. Without shitload of dependencies.",
"version": "6.0.0",
"license": "MIT",
"repository": "https://github.com/MoOx/react-from-svg",
"keywords": [
Expand Down

0 comments on commit 34c9934

Please sign in to comment.