Skip to content

Commit 93973d9

Browse files
committed
7.1.0
1 parent 9e03e9e commit 93973d9

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

3+
## 7.1.0 - 2025-04-08
4+
5+
- Add transform for `style="..."` as object
6+
- Fix support for `data-*` and `aria-*`attributes (no transformation)
7+
38
## 7.0.1 - 2025-04-04
49

510
- Fixed: issue with dash to camel case transforming incorrectly negative number

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",
33
"description": "Transform SVG files into React components, Native and/or Web, JavaScript and TypeScript. Without shitload of dependencies.",
4-
"version": "7.0.1",
4+
"version": "7.1.0",
55
"license": "MIT",
66
"repository": "https://github.com/MoOx/react-from-svg",
77
"type": "module",

0 commit comments

Comments
 (0)