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

Commit 1c64329

Browse files
author
Isaac Salier-Hellendag
committed
Release 0.4.0
Summary: Closes #273 Differential Revision: D3147269 fb-gh-sync-id: 43877fc0a71b1f6d0d0996b8d32c97e803c6ee5e fbshipit-source-id: 43877fc0a71b1f6d0d0996b8d32c97e803c6ee5e (cherry picked from commit 72cc76f)
1 parent 67c5e69 commit 1c64329

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,23 @@ 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.4.0 (April 6, 2016)
8+
9+
### Fixed
10+
11+
* Avoid clearing inline style override when setting block type or depth
12+
13+
### Added
14+
15+
* `editable` field for custom block component configuration
16+
* Default key binding support for <kbd>Ctrl</kbd>+<kbd>M</kbd> (`split-block`)
17+
18+
### Changed
19+
20+
* Always wrap custom block components, based on block type
21+
* Includes `data-editor`, `data-offset-key`, `data-block` in block props
22+
* Replace `onPasteRawText` prop with `handlePastedText`
23+
724
## 0.3.0 (March 22, 2016)
825

926
### 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.3.0",
4+
"version": "0.4.0",
55
"keywords": [
66
"draftjs",
77
"editor",

0 commit comments

Comments
 (0)