Skip to content

Commit

Permalink
Release v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaudcolas committed Feb 9, 2017
1 parent 36814ac commit c274a05
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,14 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
### Added

- Implement list depth normalisation on copy/paste.
- Add title attributes on buttons to display keyboard shortcuts. Fix #37.
- Override default code-block element. Fix #41.

### Changed

- Update project to use [email protected] API
- Move draftjs-utils `peerDependency` to be a dependency.
- Move immutable `peerDependency` to be a dependency.
- Copy/paste of rich text is now configurable via the `stripPastedStyles` option.
- Copy/paste of rich text is now disabled by default. This will be enabled by default once it is better supported.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "draftail",
"version": "0.4.1",
"version": "0.5.0",
"description": "A batteries-excluded rich text editor based on Draft.js",
"author": "Springload",
"license": "MIT",
Expand Down

0 comments on commit c274a05

Please sign in to comment.