Skip to content

Commit ac88a25

Browse files
committed
Release v0.10.0
1 parent f5a0be2 commit ac88a25

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
* Add support for custom text decorators ([#121](https://github.com/springload/draftail/issues/121)).
1616
* Add predefined classes for block depth levels above 4, of the format `public-DraftStyleDefault-depth${depth}`.
1717
* Add `nested-list-item($depth)` Sass mixin to generate styles for arbitrary list item nesting.
18+
* Introduce new `Draftail-` class namespace for all styles ([#63](https://github.com/springload/draftail/issues/63)).
19+
* Expose Sass stylesheets to Draftail users, for extension.
1820

1921
### Changed
2022

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

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

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.10.0-beta.1",
3+
"version": "0.10.0",
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)