Releases: airbnb/react-sketchapp
Releases · airbnb/react-sketchapp
0.11.6
Fixed 🪲
- support for shadowOpacity property
0.11.5
Fixed 🪲
- fix symbol rendering in Sketch 45 - #146
0.11.3
Fixed 🪲
- Text elements with multiple children flow properly —
() => <Text>{foo} {bar} baz</Text>
- Text elements can handle raw numbers as children —
() => <Text>{25}</Text>
0.11.2
Fixed 🪲
- Fix validation of TIFF images
0.11.1
Fixed 🪲
- Validate images before rendering to prevent crashes #111
0.11.0
Added 🦄
- Support for creating Sketch symbols! #53
Fixed 🪲
- Fix for incorrect radius when exporting to SVG #69
0.10.3
Added 🦄
Changed ♻️
- Removed profiling of render functions #62
Fixed 🪲
- Support for opacity #60 #61
- Handle string only errors in RedBox