File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments