File tree Expand file tree Collapse file tree 2 files changed +7
-10
lines changed Expand file tree Collapse file tree 2 files changed +7
-10
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## 12.1.3 - 2020-04-26
4
4
5
- - Fix opacity external [ #2 ] ( https://github.com/reason-react-native/svg/pull/2 )
6
- by @tienle
7
- - Add ClipPath missing children prop
8
- [ #2 ] ( https://github.com/reason-react-native/svg/pull/2 ) by @tienle
5
+ - Fixed opacity external [ #2 ] ( https://github.com/reason-react-native/svg/pull/2 ) by [ @tienle ] ( https://github.com/tienle )
6
+ - Added ` ClipPath ` missing children prop [ #2 ] ( https://github.com/reason-react-native/svg/pull/2 ) by [ @tienle ] ( https://github.com/tienle )
9
7
10
8
## 12.1.2 - 2020-04-15
11
9
12
- - Fix opacity & strokeOpacity
10
+ - Fixed opacity & strokeOpacity
13
11
14
12
## 12.1.1 - 2020-04-15
15
13
16
- - Fix opacity (float not size)
17
- - make children optional
18
- - remove duplicate vectorEffect value
14
+ - Fixed opacity (float not size)
15
+ - Make children optional
16
+ - Remove duplicate ` vectorEffect ` value
19
17
20
18
## 12.1.0 - 2020-04-13
21
19
Original file line number Diff line number Diff line change 48
48
"reason-react-native" : " ^0.62.0"
49
49
},
50
50
"prettier" : {
51
- "trailingComma" : " all" ,
52
- "proseWrap" : " always"
51
+ "trailingComma" : " all"
53
52
},
54
53
"lint-staged" : {
55
54
"*.{md,json,js,css}" : [
You can’t perform that action at this time.
0 commit comments