Skip to content

Releases: airbnb/react-sketchapp

0.11.6

19 Jul 17:14
v0.11.6
818845f
Compare
Choose a tag to compare

Fixed 🪲

  • support for shadowOpacity property

0.11.5

19 Jul 17:15
818845f
Compare
Choose a tag to compare

Fixed 🪲

  • fix symbol rendering in Sketch 45 - #146

0.11.4

29 Jun 22:06
v0.11.4
e444e40
Compare
Choose a tag to compare

Fixed 🪲

0.11.3

16 Jun 20:54
v0.11.3
e207abc
Compare
Choose a tag to compare

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

16 Jun 20:56
v0.11.2
82a5de7
Compare
Choose a tag to compare

Fixed 🪲

  • Fix validation of TIFF images

0.11.1

16 Jun 20:56
v0.11.1
6bf8f58
Compare
Choose a tag to compare

Fixed 🪲

  • Validate images before rendering to prevent crashes #111

0.11.0

08 Jun 18:16
v0.11.0
5c12266
Compare
Choose a tag to compare

Added 🦄

  • Support for creating Sketch symbols! #53

Fixed 🪲

  • Fix for incorrect radius when exporting to SVG #69

0.10.3

08 Jun 18:20
v0.10.3
5ff80ed
Compare
Choose a tag to compare

Added 🦄

Changed ♻️

  • Removed profiling of render functions #62

Fixed 🪲

  • Support for opacity #60 #61
  • Handle string only errors in RedBox