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

Commit

Permalink
Release 0.5.0
Browse files Browse the repository at this point in the history
Summary:Now that we've got some more changes live on facebook.com, we can get the current master out as a release.
Closes #297

Differential Revision: D3168835

fb-gh-sync-id: cae701017d3c37d264f71db10ec481677694921a
fbshipit-source-id: cae701017d3c37d264f71db10ec481677694921a
  • Loading branch information
Isaac Salier-Hellendag authored and Facebook Github Bot 0 committed Apr 12, 2016
1 parent 5ce1591 commit e15d6b2
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.5.0 (April 12, 2016)

### Fixed

* <kbd>option</kbd>+<kbd>spacebar</kbd> no longer incorrectly scrolls browser in Chrome OSX
* Cursor behavior when adding soft newlines

### Added

* `AtomicBlockUtils`, a utility module to simplify adding `atomic` blocks to
an `EditorState`

### Changed

* The `media` block type is now `atomic`, to better represent that this type
is not just intended for photos and videos

## 0.4.0 (April 6, 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.4.0",
"version": "0.5.0",
"keywords": [
"draftjs",
"editor",
Expand Down

0 comments on commit e15d6b2

Please sign in to comment.