Skip to content

Commit 6d3ded6

Browse files
authored
Release v0.17.2 (#157)
1 parent ce56970 commit 6d3ded6

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,12 @@
44
55
## Unreleased
66

7-
### Added
8-
9-
* 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)).
7+
## [[v0.17.2]](https://github.com/springload/draftail/releases/tag/v0.17.2)
108

119
### Changed
1210

1311
* 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`.
12+
* 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)).
1413

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

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "draftail",
3-
"version": "0.17.1",
3+
"version": "0.17.2",
44
"description": "📝🍸 A configurable rich text editor based on Draft.js, built for Wagtail",
55
"author": "Springload",
66
"license": "MIT",

0 commit comments

Comments
 (0)