Skip to content

Commit f71cd89

Browse files
version 3.0.2 (#453)
version 3.0.2
2 parents d91f623 + 1912b0e commit f71cd89

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
This project adheres to [Semantic Versioning](http://semver.org/). Every release, along with the migration instructions, is documented on the Github [Releases](https://github.com/airbnb/react-sketchapp/releases) page.
44

5+
## Version 3.0.2
6+
7+
- Fix rotation direction (#433)
8+
- Fix Svg renders when the shape doesn't fit the viewbox (#288)
9+
- Add missing strokeAlignment prop (#276)
10+
511
## Version 3.0.1
612

713
- Allow passing a style object when making a symbol

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-sketchapp",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"description": "A React renderer for Sketch.app",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

0 commit comments

Comments
 (0)