|
2 | 2 |
|
3 | 3 | All notable changes to this project will be documented in this file. |
4 | 4 |
|
| 5 | +## 9.0.0-dev-8 |
| 6 | +* Better support for pasting HTML contents from external websites to the editor |
| 7 | +* The experimental support of converting the HTML from `quill_html_converter` is now built-in in the `flutter_quill` and removed from there (Breaking change for `quill_html_converter`) |
| 8 | + |
| 9 | +## 9.0.0-dev-7 |
| 10 | +* Fix a bug in chaning the background/font color of ol/ul list |
| 11 | +* Flutter Quill Extensions: |
| 12 | + * Fix link bug in the video url |
| 13 | + * Fix patterns |
| 14 | + |
| 15 | +## 9.0.0-dev-6 |
| 16 | +* Move the `child` from `QuillToolbarConfigurations` into `QuillToolbar` directly |
| 17 | +* Bug fixes |
| 18 | +* Add the ability to change the background and font color of the ol/ul elements dots and numbers |
| 19 | +* Flutter Quill Extensions: |
| 20 | + * **Breaking Change**: The `imageProviderBuilder`is now providing the context and image url |
| 21 | + |
| 22 | +## 9.0.0-dev-5 |
| 23 | +* The `QuillToolbar` is now accepting only `child` with no configurations so you can customize everything you wants, the `QuillToolbar.simple()` or `QuillSimpleToolbar` implements a simple toolbar that is based on `QuillToolbar`, you are free to use it but it just an example and not standard |
| 24 | +* Flutter Quill Extensions: |
| 25 | + * Improve the camera button |
| 26 | + |
| 27 | +## 9.0.0-dev-4 |
| 28 | +* The options parameter in all of the buttons is no longer required which can be useful to create custom toolbar with minimal efforts |
| 29 | +* Toolbar buttons fixes in both `flutter_quill` and `flutter_quill_extensions` |
| 30 | +* The `QuillProvider` has been dropped and no longer used, the providers will be used only internally from now on and we will not using them as much as possible |
| 31 | + |
| 32 | +## 9.0.0-dev-3 |
| 33 | +* Breaking Changes: |
| 34 | + * Rename `QuillToolbar` to `QuillSimpleToolbar` |
| 35 | + * Rename `QuillBaseToolbar` to `QuillToolbar` |
| 36 | + * Replace `pasteboard` with `rich_cliboard` |
| 37 | +* Fix a bug in the example when inserting an image from url |
| 38 | +* Flutter Quill Extensions: |
| 39 | + * Add support for copying the image to the system cliboard |
| 40 | + |
| 41 | +## 9.0.0-dev-2 |
| 42 | +* An attemp to fix CI automated publishing |
| 43 | + |
| 44 | +## 9.0.0-dev-1 |
| 45 | +* An attemp to fix CI automated publishing |
| 46 | + |
| 47 | +## 9.0.0-dev |
| 48 | +* **Major Breaking change**: The `QuillProvider` is now optional, the `controller` parameter has been moved to the `QuillEditor` and `QuillToolbar` once again. |
| 49 | +* Flutter Quill Extensions; |
| 50 | + * **Breaking Change**: Completly change the way how the source code structured to more basic and simple way, organize folders and file names, if you use the library |
| 51 | +from `flutter_quill_extensions.dart` then there is nothing you need to do, but if you are using any other import then you need to re-imports |
| 52 | +embed, this won't affect how quill js work |
| 53 | + * Improvemenets to the image embed |
| 54 | + * Add support for `margin` for web |
| 55 | + * Add untranslated strings to the `quill_en.arb` |
| 56 | + |
5 | 57 | ## 8.6.4 |
6 | 58 | * The default value of `keyboardAppearance` for the iOS will be the one from the App/System theme mode instead of always using the `Brightness.light` |
7 | 59 | * Fix typos in `README.md` |
|
0 commit comments