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

Commit 3adf593

Browse files
Claudio Procidafacebook-github-bot
authored andcommitted
Prepare 0.11.1 (#2186)
Summary: **Summary** Prepares the `v0.11.1` release **Test Plan** ``` yarn lint yarn test ``` Pull Request resolved: #2186 Reviewed By: gmertk Differential Revision: D17480382 Pulled By: claudiopro fbshipit-source-id: 54a5723bed37183fbe12ad446dca48e97fc7c6f1
1 parent 9246cc7 commit 3adf593

File tree

2 files changed

+41
-1
lines changed

2 files changed

+41
-1
lines changed

CHANGELOG.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,46 @@ 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.1 (September 19th, 2019)
8+
9+
### Added
10+
* Support post processor on paste entities. (Tee Xie in 3043573)
11+
* Adding 'preserveSelectionOnBlur' prop (#2128) (Matthew Holloway in db792ef)
12+
13+
### Changed
14+
* Reaping draft_segmented_entities_behavior (Mohamed Moussa in cd4adaa)
15+
* Make insertIntoList strict-local (Kevin Chavez in db64f93)
16+
* Adopt Contributor Covenant (Paul O'Shannessy in 2c61167)
17+
* Flowify editOnKeyDown.js (Kevin Chavez in 8473e41)
18+
* (Flowify) decodeInlineStyleRanges.js (Kevin Chavez in 20a619c)
19+
* Flowify editOnInput.js (Kevin Chavez in 594a14f)
20+
* Flowify editOnBlur.js (Kevin Chavez in 6972278)
21+
* updated function description for onEditInput event handler function (#2132) (Mukesh Soni in 14349f1)
22+
* updated hastext method to not account for zero space width chars (#2163) (Ajith V in 85aa3a3)
23+
* Encode non-ASCII characters in all snapshot tests (Daniel Lo Nigro in 734bd82)
24+
* @flow -> @flow-strict for html/shared (Runjie Guan in 0375c0e)
25+
* Revert D16421104: [rfc][draft-js] catch errors when encoding entity map (Frank Thompson in 8e9cabf)
26+
* catch errors when encoding entity map (Frank Thompson in 259d122)
27+
* Revert D16362778: [rfc][draftjs] catch errors when encoding entity map (Frank Thompson in 96e7f25)
28+
* catch errors when encoding entity map (Frank Thompson in c0e911c)
29+
* Flow-type DataTransfer.js (Kevin Chavez in ed09f78)
30+
* All these modules can actually be strict (Kevin Chavez in bc716b2)
31+
32+
### Fixed
33+
* convertFromHTML breaks after converting \n string, issue #1822 (#1823) (Sannikov in 9246cc7)
34+
* Fixes HTML importer to make image entity immutable (#2184) (Claudio Procida in b858f43)
35+
* Fixing js example and cleaning up one sentence (#2172) (Liz LeCrone in 819f58c)
36+
* Reaping draft_killswitch_allow_nontextnodes (generatedunixname89002005287564 in 0e2e9a7)
37+
* Fix for workchat composer cursor jumping (Jainil Parekh in aed35d2)
38+
* Fix various grammatical errors (#2158) (Jordan Lee in 1ff8c8c)
39+
* Composer: Not assuming element has leaves (Nitzan Raz in ce8bdd0)
40+
* Update jsfiddle links with recent versions of the Draft and React (#2145) (Günay Mert Karadoğan in 22b7599)
41+
* Changes reference to BSD license to MIT (#2130) (claudiopro in 4064cae)
42+
* Updates CHANGELOG for v0.11.0 (#2052) (Claudio Procida in 973f7ff)
43+
* Fixed a bug causing block data being over-written when pasted. (Tee Xie in 82e2135)
44+
* Merge pull request #2113 from danielo515/patch-1 (Claudio Procida in 0e88544)
45+
* Update ShipIt Sync (Claudio Procida in 0f138d1)
46+
747
## 0.11.0 (July 9th, 2019)
848

949
### 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.0",
4+
"version": "0.11.1",
55
"keywords": [
66
"draftjs",
77
"editor",

0 commit comments

Comments
 (0)