Skip to content

Commit

Permalink
Release v0.17.2 (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaudcolas authored Jun 4, 2018
1 parent ce56970 commit 6d3ded6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,12 @@
## Unreleased

### Added

* Add Draft.js copy-paste handling overrides from `draftjs-conductor`. This makes Draftail always preserve the full content as-is when copy-pasting between editors. Fix [#147](https://github.com/springload/draftail/issues/147) ([thibaudcolas/draftjs-conductor#2](https://github.com/thibaudcolas/draftjs-conductor/pull/2)).
## [[v0.17.2]](https://github.com/springload/draftail/releases/tag/v0.17.2)

### Changed

* Update to `[email protected]`. This does not include any functional changes, but will cause a duplicated dependency for projects having both `draftail` and `draftjs-filters` as deps if they don’t also update `draftjs-filters`.
* Add Draft.js copy-paste handling overrides from `draftjs-conductor`. This makes Draftail always preserve the full content as-is when copy-pasting between editors. Fix [#147](https://github.com/springload/draftail/issues/147) ([thibaudcolas/draftjs-conductor#2](https://github.com/thibaudcolas/draftjs-conductor/pull/2)).

## [[v0.17.1]](https://github.com/springload/draftail/releases/tag/v0.17.1)

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.17.1",
"version": "0.17.2",
"description": "📝🍸 A configurable rich text editor based on Draft.js, built for Wagtail",
"author": "Springload",
"license": "MIT",
Expand Down

0 comments on commit 6d3ded6

Please sign in to comment.