Releases: airbnb/react-sketchapp
Releases · airbnb/react-sketchapp
v3.2.2
- Fix getting the default bridge on NodeJS
v3.2.1
Platform.version
now reflects the Sketch version
- Fix a bug for a broken version of
@sketch-hq/sketch-file-format-ts
v3.2.0
- Add a new
useWindowDimensions
hook for Artboard viewport (#501)
v3.1.3
- Add proptypes for Text
- Allow
fontWeigth
to be a number
v3.1.2
- Handle passing a Sketch document more properly
Version 3.1.0
- Fix acceptable text children (#474)
- Fix parsing of SVG arc shorthand parameters (#467)
- Change default font resolution, always falling back to the system font when the
fontFamily
is missing or not specified
v3.0.4
- Fix rendering images (#458)
v3.0.3
- Fix typo in Symbol (Thanks @antoni!)
- Fix messed up js-sha import (#456)
v3.0.2
- Fix rotation direction (#433)
- Fix Svg renders when the shape doesn't fit the viewbox (#288)
- Add missing strokeAlignment prop (#276)