Skip to content

Commit

Permalink
Release v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaudcolas committed Jan 10, 2018
1 parent f5a0be2 commit ac88a25
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 @@ -15,6 +15,8 @@
* Add support for custom text decorators ([#121](https://github.com/springload/draftail/issues/121)).
* Add predefined classes for block depth levels above 4, of the format `public-DraftStyleDefault-depth${depth}`.
* Add `nested-list-item($depth)` Sass mixin to generate styles for arbitrary list item nesting.
* Introduce new `Draftail-` class namespace for all styles ([#63](https://github.com/springload/draftail/issues/63)).
* Expose Sass stylesheets to Draftail users, for extension.

### Changed

Expand Down Expand Up @@ -47,6 +49,7 @@
* Update handleNewLine to defer breakout in code-block. Fix [#104](https://github.com/springload/draftail/issues/104).
* Fix toolbar entity edit and remove not working on selection pre first char. Fix [#109](https://github.com/springload/draftail/issues/109).
* Fix block type transformations moving selection to the wrong block.
* Fix editor scrolling in the wrong position when breaking a big block (https://github.com/facebook/draft-js/issues/304#issuecomment-327606596).

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

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

0 comments on commit ac88a25

Please sign in to comment.