File tree 3 files changed +7
-3
lines changed
3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog of ` @rescript-react-native/svg `
2
2
3
+ ## 14.0.0 - 2024-04-08
4
+
5
+ - rescript 11 and @rescript/react 12 [ #16 ] ( https://github.com/rescript-react-native/svg/pull/16 ) by [ @Freddy03h ] ( https://github.com/Freddy03h )
6
+
3
7
## 13.0.1 - 2024-04-07
4
8
5
9
- Add children prop to Pattern [ a39ed57] ( https://github.com/rescript-react-native/svg/commit/a39ed57 ) by [ @Freddy03h ] ( https://github.com/Freddy03h )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @rescript-react-native/svg" ,
3
3
"description" : " ReScript bindings for react-native-svg." ,
4
- "version" : " 13 .0.1 " ,
4
+ "version" : " 14 .0.0 " ,
5
5
"publishConfig" : {
6
6
"access" : " public"
7
7
},
8
8
"peerDependencies" : {
9
9
"@rescript/react" : " >=0.12.0" ,
10
- "react-native-svg" : " >=13 .0.0" ,
10
+ "react-native-svg" : " >=14 .0.0" ,
11
11
"rescript-react-native" : " >=0.71.0"
12
12
},
13
13
"repository" : " https://github.com/rescript-react-native/svg.git" ,
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ module SvgXml = {
99
99
100
100
// https://github.com/react-native-community/react-native-svg#css-support
101
101
module SvgCss = {
102
- @react.component @module ("react-native-svg" )
102
+ @react.component @module ("react-native-svg/css " )
103
103
external make : (
104
104
~xml : string ,
105
105
~width : size = ?,
You can’t perform that action at this time.
0 commit comments