Skip to content

Commit

Permalink
version 3.0.0-beta.0 (#386)
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieudutour authored Sep 21, 2018
1 parent 2f96c56 commit 7e4c918
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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.

## Version 3.0.0-beta.0

- Add support for paragraph spacing (#382 - Thanks @lessthanzero!)
- `Image` and `Text` now support multiple shadows just like `View`
- add support for `TextShadow`
- Experimental support for `transform`
- Experimental support for running `react-sketchapp` on NodeJS

## Version 2.1.0

- Ensure `makeSymbol` does not change currentPage (#353 - Thanks @jaridmargolin!)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-sketchapp",
"version": "2.1.0",
"version": "3.0.0-beta.0",
"description": "A React renderer for Sketch.app",
"main": "lib/index.js",
"license": "MIT",
Expand Down

0 comments on commit 7e4c918

Please sign in to comment.