Skip to content
This repository was archived by the owner on Feb 6, 2023. It is now read-only.

Commit 94f6db8

Browse files
mrkevfacebook-github-bot
authored andcommitted
Release v0.11.5 (#2367)
Summary: Updates `CHANGELOG.md` and bumps version in `package.json` to `0.11.5` to get the package ready for publishing to npm. Pull Request resolved: #2367 Test Plan: ``` yarn npm publish --dry-run ``` Also played around with "universal" and "playground" examples. They are working. Reviewed By: claudiopro Differential Revision: D20671951 Pulled By: mrkev fbshipit-source-id: 4c68d0fc40a6f5a7a52b38cf4df4782cac23d7f7
1 parent 9c32317 commit 94f6db8

File tree

2 files changed

+38
-1
lines changed

2 files changed

+38
-1
lines changed

CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,43 @@ 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.11.5 (Mar 26, 2020)
8+
9+
## Removed
10+
* Remove examples for draft.js 0.9.0 (#2358) (Kevin Chavez in fd16d8e2)
11+
12+
## Changed
13+
* Update deps in 'universal' example (#2362) (Kevin Chavez in dc8bfbb2)
14+
* Remove unused Flow suppressions in WWW (George Zahariev in 3858858b)
15+
* Improve types for EditorState (Kevin Chavez in 792bd3ab)
16+
* Don't SSR example editor on website. (#2356) (Kevin Chavez in 9191a3f2)
17+
* Deprecate Travis Bot files and configuration (Chris Lüer in 6c1c6544)
18+
* Require ReactDOMComet instead of ReactDOM (Dan Abramov in 66301633)
19+
* Strictify DraftEditorLeaf.react.js (Kevin Chavez in b4a1db99)
20+
* Make decodeEntityRanges flow strict (Kevin Chavez in 7af73b70)
21+
* Move key to static argument instead of spread (Sebastian Markbage in d6527a95)
22+
* "ecmascript" => "ECMAScript" (#2327) (Agastya Chandrakant in 6cfed736)
23+
* Abstract ReactDOM as ReactDOMComet (Sebastian Markbage in 24339f12)
24+
* Prevent (but not fix) ‘Cannot read property 'getIn' of undefined’ in getUpdatedSelectionState (Steven Luscher in a9fcbb20)
25+
* Make some more modules strict(-local) (Kevin Chavez in c30ca735 and 70025659)
26+
* Update webpack deps (#2310) (Kevin Chavez in 0131e1d5)
27+
* Remove unused gulp task remained from docusaurus 2 migration (#2308) (Kanitkorn S in 963e3126)
28+
* Re-write `DraftEditorExample` in the website using react hooks (#2287) (Kevin Chavez in 9b9376bd)
29+
* Add a preventScroll prop (Dan Abramov in 3ba907bb)
30+
* Add editorRef prop to DraftEditor (Dan Abramov in 8c500424)
31+
* Remove findDOMNode from DraftEditorBlockNode (Sebastian Markbage in 0dd39781)
32+
* Remove findDOMNode in DraftEditorDragHandler (Sebastian Markbage in c1a55ceb)
33+
* Remove findDOMNode from getContentEditableContainer (Sebastian Markbage in 9d587d9f)
34+
* Upgrade to Flow explicit inexact object type syntax (Jordan Brown in b051fc1b)
35+
* Upgrade eslint + flow, and fix failed test from nullishCoalescingOperator (#2083) (Kanitkorn S in 824fd125)
36+
* chore(travis): bumps node versions used in Travis CI to 10 and 12 (#2300) (Claudio Procida in e711230f)
37+
38+
## Fixed
39+
* Fix Uncaught TypeError: Cannot read property 'nodeType' of null at editOnInput (#2330) (Konstantin Tarkus in db3216d9)
40+
* Fix keyBindingFn documentation URL (Ryan Silva in 3251017d)
41+
* fix style handling in convertFromHTMLToContentBlocks (Frank Thompson in ad8374d2)
42+
* remove unused flow suppressions (Panagiotis Vekris in 822d2fbd)
43+
744
## 0.11.4 (January 7th, 2020)
845

946
### Added

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.11.4",
4+
"version": "0.11.5",
55
"keywords": [
66
"draftjs",
77
"editor",

0 commit comments

Comments
 (0)