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

Commit df1628e

Browse files
Claudio Procidafacebook-github-bot
authored andcommitted
Release 0.11.4 (#2298)
Summary: **Summary** Updates `CHANGELOG` and bumps version in package.json ahead of `v0.11.4` release **Test Plan** ``` yarn npm publish --dry-run ``` Pull Request resolved: #2298 Reviewed By: mrkev Differential Revision: D19290780 Pulled By: claudiopro fbshipit-source-id: c92eff8d3e80bdb0aba772d9eb4ee8bd27acc069
1 parent f223799 commit df1628e

File tree

2 files changed

+33
-2
lines changed

2 files changed

+33
-2
lines changed

CHANGELOG.md

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,40 @@ 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.4 (January 7th, 2020)
8+
9+
### Added
10+
* Add Section and Article to DefaultBlockRenderMap (#2212) (Tarun047 in e20f79f)
11+
12+
### Changed
13+
* Add rules to .flowconfig for flow strict rules (#2288) (Kevin Chavez in f223799)
14+
* Update website's yarn version to 0.11.3 (Kevin Chavez in efcaf42)
15+
* Prettify docs files (#2275) (Yangshun Tay in 6fc9964)
16+
* Remove Jest auto mocking (#2279) (Yangshun Tay in 817e371)
17+
* Add myself to get TravisCI emails (Kevin Chavez in f4167fe)
18+
* Unit tests for isHTMLBRElement (Claudio Procida in bb81765)
19+
* Remove niveditc from Travis CI email (Nivedita Chopra in 7721805)
20+
* Create CNAME (#2276) (Yangshun Tay in 92680be)
21+
* Upgrade to Docusaurus 2 (#2268) (Yangshun Tay in 5b10191)
22+
* move alex to dev dependencies (#2272) (Ilya in b889d5d)
23+
* Improve docs syntax and formatting (#2267) (Yangshun Tay in 9b4a628)
24+
25+
### Fixed
26+
* fix(chore): fixes webpack-stream error with missing catch var declaration (#2291) (Claudio Procida in 4252469)
27+
* IE could not display composer when opening or creating a new group chat from the chat create view (Jainil Parekh in 64b51df)
28+
* Fix DOMObserver mutation data for IE (#2285) (Jainil Parekh in afb708f)
29+
* Added tests and fixed IE IndexSizeError trying to get a range from a selection when there is not one (#2271) (Lauren Wyatt in aa55de2)
30+
* Fix scroll behavior when node has tab chars (#2256) (cdr in 5d37c03)
31+
* Fix docs links in readme (#2284) (Lucas Cordeiro in 3b6d231)
32+
* Fix isHTMLBRElement test (#2278) (Yangshun Tay in 0603772)
33+
* Fix `isHTMLBRElement` check (Jack Armstrong in e869fcb)
34+
* Fix typing Chinese in Edge (#2082) (#2088) (Robbert Brak in 8c0727e)
35+
* Fix Travis website deployment (#2274) (Yangshun Tay in 861aab8)
36+
* getEntityKeyForSelection.js (Kevin Chavez in c07a404)
37+
738
## 0.11.3 (December 2nd, 2019)
839

9-
## Added
40+
### Added
1041
* Take over enhancements to render Draft.js in an iframe (#1938) (Claudio Procida in dceddf5)
1142
* Implement click listener for editor wrapper (#2230) (Max Vyz in 8f77aa3)
1243
* Add linting for insensitive and inconsiderate language (#2223) (Claudio Procida in 5dd99d3)

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

0 commit comments

Comments
 (0)