Update pubspec.yaml and changelog.md

pull/1461/head
Ahmed Hnewa 2 years ago
parent abde110da0
commit 9d8fa00d8d
No known key found for this signature in database
GPG Key ID: C488CC70BBCEF0D1
  1. 7
      CHANGELOG.md
  2. 3
      pubspec.yaml

@ -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] ## [7.9.0]
- Buttons Improvemenets - Buttons Improvemenets
- Refactor all the button configurations that used in `QuillToolbar.basic()` but there are still few lefts - Refactor all the button configurations that used in `QuillToolbar.basic()` but there are still few lefts

@ -1,11 +1,10 @@
name: flutter_quill 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. 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 homepage: https://1o24bbs.com/c/bulletjournal/108
repository: https://github.com/singerdmx/flutter-quill repository: https://github.com/singerdmx/flutter-quill
topics: topics:
- ui - ui
- effects
- widgets - widgets
- widget - widget
- rich-text-editor - rich-text-editor

Loading…
Cancel
Save