Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2901912

Browse files
committed
0.9.1
1 parent 6e7380a commit 2901912

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ Notable changes to Draft.js will be documented in this file.
44

55
Changes to `src` are live in production on facebook.com at the time of release.
66

7+
## 0.9.1 (September 16, 2016)
8+
9+
### Fixed
10+
11+
* Update Flow version
12+
* Fix flow error in DraftEditorDragHandler
13+
714
## 0.9.0 (September 13, 2016)
815

916
### Changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "draft-js",
33
"description": "A React framework for building text editors.",
4-
"version": "0.9.0",
4+
"version": "0.9.1",
55
"keywords": [
66
"draftjs",
77
"editor",

0 commit comments

Comments
 (0)