Skip to content

Commit

Permalink
Update draftjs-filters to latest, fixing paste filtering crash. Fix #179
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaudcolas committed Jan 23, 2019
1 parent d48d667 commit ebf7d13
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@
### Fixed

- Stop unnecessarily calling `onSave` in the editor’s `onBlur` ([#173](https://github.com/springload/draftail/issues/173)).
- Prevent crash when filtering pasted content whose last block is to be removed (e.g. unsupported image) ([#179](https://github.com/springload/draftail/issues/179)).

### Changed

- Update [`draftjs-filters`](https://github.com/thibaudcolas/draftjs-filters) dependency to v2.2.1 ([#179](https://github.com/springload/draftail/issues/179)).

## [[v1.0.0]](https://github.com/springload/draftail/releases/tag/v1.0.0)

Expand Down
6 changes: 3 additions & 3 deletions 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
Expand Up @@ -39,7 +39,7 @@
],
"dependencies": {
"draftjs-conductor": "^0.2.1",
"draftjs-filters": "^1.0.0"
"draftjs-filters": "^2.2.1"
},
"devDependencies": {
"@babel/core": "^7.1.2",
Expand Down

0 comments on commit ebf7d13

Please sign in to comment.