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

Commit a1de5de

Browse files
Claudio Procidafacebook-github-bot
Claudio Procida
authored andcommitted
Updates Changelog for v0.11.3 (#2269)
Summary: **Summary** Updates changelog and generated files for v0.11.3. This PR depends on #2265 that fixes the TravisCI build by upgrading Prettier to v1.19.1 **Test Plan** Verify all tests and lint pass ``` yarn test yarn lint ``` Pull Request resolved: #2269 Reviewed By: yangshun Differential Revision: D18757775 Pulled By: claudiopro fbshipit-source-id: ead0c20f59a74fc888a67e9810dbea15079ee64e
1 parent abcbe20 commit a1de5de

File tree

5 files changed

+43
-4
lines changed

5 files changed

+43
-4
lines changed

CHANGELOG.md

+39
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,45 @@ 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.3 (December 2nd, 2019)
8+
9+
## Added
10+
* Take over enhancements to render Draft.js in an iframe (#1938) (Claudio Procida in dceddf5)
11+
* Implement click listener for editor wrapper (#2230) (Max Vyz in 8f77aa3)
12+
* Add linting for insensitive and inconsiderate language (#2223) (Claudio Procida in 5dd99d3)
13+
14+
### Changed
15+
* Updates to Prettier 1.19.1 (#2265) (Claudio Procida in abcbe20)
16+
* Bump mixin-deep from 1.3.1 to 1.3.2 in /examples/draft-0-10-0/universal (#2259) (dependabot[bot] in 37d281b)
17+
* Upgrade dependencies in /website (#2263) (Kevin Chavez in 0b57720)
18+
* Update dependencies in examples/draft-0-10-0/universal (#2257) (Kevin Chavez in ae2dd14)
19+
* Update dependencies in examples/draft-0-10-0/playground (#2258) (Kevin Chavez in 11bc5d8)
20+
* Prettify files rest of non-intern files in html/ (George Zahariev in 6217dc8)
21+
* add flow declaration in editOnBeforeInput-test.js (Frank Thompson in 0601090)
22+
* Bump lodash.merge from 4.6.1 to 4.6.2 in /website (#2241) (dependabot[bot] in 177db5e)
23+
* Defaulting to createEmpty if block map is empty in createWithContent (Fixes issue #2226) (#2240) (David Fuentes in c42662e)
24+
* Bump handlebars from 4.1.1 to 4.5.1 in /examples/draft-0-10-0/playground (#2242) (dependabot[bot] in 2a761af)
25+
* Suppress non-synced files in www for 0.111 (Jordan Brown in 4bca140)
26+
* Upgrade more deps. (#2239) (Kevin Chavez in a477e83)
27+
* Bump lodash.template from 4.4.0 to 4.5.0 in /examples/draft-0-10-0/playground (#2236) (dependabot[bot] in 0e03745)
28+
* Bump mixin-deep from 1.3.1 to 1.3.2 in /website (#2234) (dependabot[bot] in 78f20cc)
29+
* Bump lodash from 4.17.11 to 4.17.15 in /website (#2233) (dependabot[bot] in da1ab7c)
30+
* Updated browser icons in README (#2238) (SuNNjek in 6ed6ed4)
31+
* Bump mixin-deep from 1.3.1 to 1.3.2 in /examples/draft-0-10-0/playground (#2235) (dependabot[bot] in 2744ff7)
32+
* Upgrade 8 dependencies (including jest, @babel/core, etc). (#2237) (Kevin Chavez in 46103ac)
33+
* Upgrades ESLint and related plugins/configs. (#2231) (Kevin Chavez in 53d2a63)
34+
35+
### Fixed
36+
* fix wrong property access in convertFromHTMLToContentBlocks (Frank Thompson in 7d26fab)
37+
* Fix draftjs type error for event (Jack Armstrong in e7ae2e7)
38+
* fix decorator handling in editOnBeforeInput (Frank Thompson in 1452b87)
39+
* fixes #304, kudos to @andpor (#2197) (Ante Beslic in 2908035)
40+
* Fix playground example import (#2220) (Ryan Lee in 778e88d)
41+
* Fix React warnings (#2221) (Alan Norbauer in 2595016)
42+
43+
### Meta
44+
* deploy v112 to www (Daniel Sainati in ae542b7)
45+
746
## 0.11.2 (September 30th, 2019)
847

948
### Changed

meta/bundle-size-stats/Draft.js.json

+1-1
Large diffs are not rendered by default.

meta/bundle-size-stats/Draft.min.js.json

+1-1
Large diffs are not rendered by default.

package.json

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

website/static/css/Draft.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)