Skip to content

Commit 126ce99

Browse files
flarniefacebook-github-bot
authored andcommitted
0.10.5
Summary: It's time for a release~! 👐✨� Closes facebookarchive#1619 Differential Revision: D6768509 fbshipit-source-id: 7543cee5b746611cfefb89dfeb175e5b2f90fcb0
1 parent 53ebc86 commit 126ce99

File tree

2 files changed

+37
-1
lines changed

2 files changed

+37
-1
lines changed

CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,42 @@ 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.10.5 (January 19th, 2018)
8+
9+
### Added
10+
* Add support for `ariaDescribedBy` prop, for better a11y. (Suraj Karnati in
11+
[a6af3e15](https://github.com/facebook/draft-js/commit/a6af3e15120e74c8797c5670f5bb63cb45c49a32))
12+
* Add support for `ariaLabelledBy` prop, for better a11y. ([@jackyho112](https://github.com/jackyho112)
13+
in [#1519](https://github.com/facebook/draft-js/pull/1519))
14+
15+
### Changed
16+
* Cause editor to break out of code block when user enters two blank lines. (Hanzhi Zhang
17+
in [548fd5d1](https://github.com/facebook/draft-js/commit/548fd5d1b1c31b7b4c79cd70b101fae69d522b3f))
18+
19+
### Fixed
20+
* Preserve list indentation when copying and pasting from one Draft.js editor
21+
into another. ([@GordyD](https://github.com/GordyD) in [#1605](https://github.com/facebook/draft-js/pull/1605))
22+
* Fix `cannot read property 'update' of undefined` error that was thrown when
23+
typing same character into selection that starts with that character. ([@existentialism](https://github.com/existentialism) in
24+
[#1512](https://github.com/facebook/draft-js/pull/1512))
25+
* Fix `encodeRawBlocks` to handle non-contiguous entities. Entities should
26+
always be contigious, and cover one sequential range of characters. However,
27+
in cases where entityState is corrupted to include non-contiguous entities,
28+
`encodeRawBlocks` would improperly process the entities in that case. (Frank
29+
Thompson in [0059dd46](https://github.com/facebook/draft-js/commit/0059dd46f4d23af7d9803316aa93d8deddb5e8ae))
30+
* Updated CSS for DraftEditorPlaceholder to support multiline placeholder (Gaurav Vaish in
31+
[c38b0285](https://github.com/facebook/draft-js/commit/c38b028513214416d66a3fdf191745dfde04ed2b)
32+
* Fix issue where typing at the end of a link caused the link to continue. (Ian
33+
Jones in
34+
[d16833b3](https://github.com/facebook/draft-js/commit/d16833b3dae77ccf13e3af7f5e42c8131b0d1d2c))
35+
* Fix regression of bug where clicking a link caused the focus to move but the
36+
selection state was not cleared, leading to a 'node not found' error.
37+
([@flarnie](https://github.com/flarnie)
38+
in [55316176](https://github.com/facebook/draft-js/commit/553161761903bed7fad971d73e1fe04bb0ff360e))
39+
* Loosen Flow type definition for DraftBlockType to allow user-defined custom
40+
block types. ([@mitermayer](https://github.com/mitermayer)
41+
in [#1480](https://github.com/facebook/draft-js/pull/1480))
42+
743
## 0.10.4 (October 24th, 2017)
844

945
### 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.10.4",
4+
"version": "0.10.5",
55
"keywords": [
66
"draftjs",
77
"editor",

0 commit comments

Comments
 (0)