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

Commit

Permalink
Release 0.4.0
Browse files Browse the repository at this point in the history
Summary: Closes #273

Differential Revision: D3147269

fb-gh-sync-id: 43877fc0a71b1f6d0d0996b8d32c97e803c6ee5e
fbshipit-source-id: 43877fc0a71b1f6d0d0996b8d32c97e803c6ee5e
(cherry picked from commit 72cc76f)
  • Loading branch information
Isaac Salier-Hellendag committed Apr 6, 2016
1 parent 67c5e69 commit 1c64329
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@ Notable changes to Draft.js will be documented in this file.

Changes to `src` are live in production on facebook.com at the time of release.

## 0.4.0 (April 6, 2016)

### Fixed

* Avoid clearing inline style override when setting block type or depth

### Added

* `editable` field for custom block component configuration
* Default key binding support for <kbd>Ctrl</kbd>+<kbd>M</kbd> (`split-block`)

### Changed

* Always wrap custom block components, based on block type
* Includes `data-editor`, `data-offset-key`, `data-block` in block props
* Replace `onPasteRawText` prop with `handlePastedText`

## 0.3.0 (March 22, 2016)

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "draft-js",
"description": "A React framework for building text editors.",
"version": "0.3.0",
"version": "0.4.0",
"keywords": [
"draftjs",
"editor",
Expand Down

0 comments on commit 1c64329

Please sign in to comment.