diff --git a/CHANGELOG.md b/CHANGELOG.md index f151e9c8fc..fd10368885 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 + +* option+spacebar 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 diff --git a/package.json b/package.json index d0b895bee4..f63c151859 100644 --- a/package.json +++ b/package.json @@ -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",