Comparing version 0.12.0 to 0.13.0
@@ -7,2 +7,19 @@ # Changelog | ||
## [[v0.13.0]](https://github.com/springload/draftail/releases/tag/v0.13.0) | ||
### Added | ||
* Add default block spacing to make it easier to distinguish empty blocks. | ||
### Changed | ||
* Make rich text styles specific to Draftail. | ||
* Update to `draftjs-filters@0.5.0` to improve filtering on [undefined attributes](https://github.com/thibaudcolas/draftjs-filters/commit/f836563). | ||
* Update editor read-only styles to integrate better with any background color. | ||
### Fixed | ||
* Prevent toolbar tooltip from having a transition delay on close. | ||
* Prevent toolbar tooltip from staying open when hovered. | ||
## [[v0.12.0]](https://github.com/springload/draftail/releases/tag/v0.12.0) | ||
@@ -9,0 +26,0 @@ |
{ | ||
"name": "draftail", | ||
"version": "0.12.0", | ||
"version": "0.13.0", | ||
"description": "📝🍸 A configurable rich text editor based on Draft.js, built for Wagtail", | ||
@@ -104,3 +104,3 @@ "author": "Springload", | ||
"dependencies": { | ||
"draftjs-filters": "^0.4.0" | ||
"draftjs-filters": "^0.5.0" | ||
}, | ||
@@ -107,0 +107,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
206733
+ Addeddraftjs-filters@0.5.0(transitive)
- Removeddraftjs-filters@0.4.0(transitive)
Updateddraftjs-filters@^0.5.0