diff --git a/CHANGELOG.md b/CHANGELOG.md index 7184615e..3d0bac00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [7.10.0] +- **Breaking change**: `QuillToolbar.basic()` can be accessed from `QuillToolbar()` directly and the old `QuillToolbar` can be accessed from `QuillBaseToolbar` +- The Quill editor and toolbar configurations is now refactord in one single single class for each one +- After changing one of the check box list values the controller will not request the keyboard focus by default +- We have moved the the configurations of the toolbar and the editor directly into the widget but we still using inheritied widgets internally +- Fixes to some of the code after the refactoring + ## [7.9.0] - Buttons Improvemenets - Refactor all the button configurations that used in `QuillToolbar.basic()` but there are still few lefts diff --git a/pubspec.yaml b/pubspec.yaml index b25bc38b..b6906df7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,11 +1,10 @@ name: flutter_quill description: A rich text editor built for the modern Android, iOS, web and desktop platforms. It is the WYSIWYG editor and a Quill component for Flutter. -version: 7.9.0 +version: 7.10.0 homepage: https://1o24bbs.com/c/bulletjournal/108 repository: https://github.com/singerdmx/flutter-quill topics: - ui - - effects - widgets - widget - rich-text-editor