File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog of ` @rescript-react-native/svg `
22
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+
37## 13.0.1 - 2024-04-07
48
59- 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 11{
22 "name" : " @rescript-react-native/svg" ,
33 "description" : " ReScript bindings for react-native-svg." ,
4- "version" : " 13 .0.1 " ,
4+ "version" : " 14 .0.0 " ,
55 "publishConfig" : {
66 "access" : " public"
77 },
88 "peerDependencies" : {
99 "@rescript/react" : " >=0.12.0" ,
10- "react-native-svg" : " >=13 .0.0" ,
10+ "react-native-svg" : " >=14 .0.0" ,
1111 "rescript-react-native" : " >=0.71.0"
1212 },
1313 "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 = {
9999
100100// https://github.com/react-native-community/react-native-svg#css-support
101101module SvgCss = {
102- @react.component @module ("react-native-svg" )
102+ @react.component @module ("react-native-svg/css " )
103103 external make : (
104104 ~xml : string ,
105105 ~width : size = ?,
You can’t perform that action at this time.
0 commit comments