Skip to content

Commit 857dbb5

Browse files
committed
7.0.0
1 parent a7dcd03 commit 857dbb5

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog of `react-from-svg`
22

3+
## 7.0.0 - 2025-04-03
4+
5+
Rewritten in TypeScript.
6+
ReScript support as been removed (but feel free to add it back via a PR).
7+
8+
- Remove `--commonjs` option
9+
- Remove `--with-*-for-rescript` options
10+
- Add `--with-web-for-typescript` option for DOM with TypeScript
11+
312
## 6.0.0 - 2023-01-17
413

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

package.json

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

0 commit comments

Comments
 (0)