Thanks to visit codestin.com Credit goes to github.com
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.
1 parent 6e7380a commit 2901912Copy full SHA for 2901912
CHANGELOG.md
@@ -4,6 +4,13 @@ Notable changes to Draft.js will be documented in this file.
4
5
Changes to `src` are live in production on facebook.com at the time of release.
6
7
+## 0.9.1 (September 16, 2016)
8
+
9
+### Fixed
10
11
+* Update Flow version
12
+* Fix flow error in DraftEditorDragHandler
13
14
## 0.9.0 (September 13, 2016)
15
16
### Changed
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "draft-js",
3
"description": "A React framework for building text editors.",
- "version": "0.9.0",
+ "version": "0.9.1",
"keywords": [
"draftjs",
"editor",
0 commit comments