File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,20 @@ Notable changes to Draft.js will be documented in this file.
44
55Changes to ` src ` are live in production on facebook.com at the time of release.
66
7+ ## 0.9.0 (September 13, 2016)
8+
9+ ### Changed
10+
11+ * Return 'handled' or 'not-handled' from cancellable handlers callback
12+ * Boolean return value is deprecated
13+ * Expand and update documentation
14+
15+ ### Fixed
16+
17+ * Fix selection of atomic block when it is the last block
18+ * Preserve the depth of custom block types when converting to raw
19+ * Stop mutating component children when creating blocks with wrapper elements
20+
721## 0.8.1 (August 12, 2016)
822
923### Fixed
Original file line number Diff line number Diff line change 11{
22 "name" : " draft-js" ,
33 "description" : " A React framework for building text editors." ,
4- "version" : " 0.8.1 " ,
4+ "version" : " 0.9.0 " ,
55 "keywords" : [
66 " draftjs" ,
77 " editor" ,
You can’t perform that action at this time.
0 commit comments