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

Commit fd057cf

Browse files
author
Isaac Salier-Hellendag
committed
Release 0.6.0
Summary: Closes #343 Differential Revision: D3230727 fb-gh-sync-id: 000133d5f45648f42e7e913db108448e5f8dd1a6 fbshipit-source-id: 000133d5f45648f42e7e913db108448e5f8dd1a6
1 parent e2949e4 commit fd057cf

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@ 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.6.0 (April 27, 2016)
8+
9+
### Added
10+
11+
* `ContentState.getFirstBlock()` convenience method
12+
13+
### Changed
14+
15+
* <kbd>return</kbd> key handling now goes through command flow to enable easier
16+
custom `'split-block'` handling.
17+
* `convertFromRaw` now returns a `ContentState` object instead of an
18+
`Array<ContentBlock>`
19+
720
## 0.5.0 (April 12, 2016)
821

922
### Fixed

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

0 commit comments

Comments
 (0)