We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 195fb79 + 78b23e3 commit 9ed5580Copy full SHA for 9ed5580
CHANGELOG.md
@@ -4,6 +4,11 @@ This project adheres to [Semantic Versioning](http://semver.org/). Every release
4
5
## Version 3.1.2
6
7
+- Add proptypes for Text
8
+- Allow `fontWeigth` to be a number
9
+
10
+## Version 3.1.2
11
12
- Handle passing a Sketch document more properly
13
14
## Version 3.1.1
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-sketchapp",
3
- "version": "3.1.2",
+ "version": "3.1.3",
"description": "A React renderer for Sketch.app",
"main": "lib/index.js",
"types": "lib/index.d.ts",
0 commit comments