Skip to content

Commit d31fc89

Browse files
committed
8.0.0
1 parent dfbcaf3 commit d31fc89

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
11
# Changelog of `react-from-svg`
22

3+
## 8.0.0 - 2025-04-29
4+
5+
- Add new `--allow-override-fill` option
6+
- Add `{props.children}` injection so you can inject stuff in your svg (eg: `<defs>` that can be used with `--allow-override-fill`)
7+
8+
Check the README for an example.
9+
310
## 7.1.2 - 2025-04-29
411

5-
- Fix unecessary .web suffix presence for web only exports
12+
- Fix unnecessary `.web` suffix presence for web only exports
613

714
## 7.1.1 - 2025-04-08
815

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.1.2",
4+
"version": "8.0.0",
55
"license": "MIT",
66
"repository": "https://github.com/MoOx/react-from-svg",
77
"type": "module",

0 commit comments

Comments
 (0)