You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix the second bug of [#1480](https://github.com/singerdmx/flutter-quill/issues/1480)
17
+
18
+
## 9.0.2-dev.1
19
+
* Add configurations for the new dropdown `QuillToolbarSelectHeaderStyleButton`, you can use the orignal one or this
20
+
* Fix the [issue](https://github.com/singerdmx/flutter-quill/issues/1119) when enter is pressed, all font settings is lost
21
+
22
+
## 9.0.2-dev
23
+
***Breaking change** Remove the spacer widget, removed the controller option for each button
24
+
* Add `toolbarRunSpacing` property to the simple toolbar
25
+
26
+
## 9.0.1
27
+
* Fix default icon size
28
+
5
29
## 9.0.0
6
30
* This version is quite stable but it's not how we wanted to be, because the lack of time and there are not too many maintainers active, we decided to publish it, we might make a new breaking changes verion
* Fix the second bug of [#1480](https://github.com/singerdmx/flutter-quill/issues/1480)
17
+
18
+
## 9.0.2-dev.1
19
+
* Add configurations for the new dropdown `QuillToolbarSelectHeaderStyleButton`, you can use the orignal one or this
20
+
* Fix the [issue](https://github.com/singerdmx/flutter-quill/issues/1119) when enter is pressed, all font settings is lost
21
+
22
+
## 9.0.2-dev
23
+
***Breaking change** Remove the spacer widget, removed the controller option for each button
24
+
* Add `toolbarRunSpacing` property to the simple toolbar
25
+
26
+
## 9.0.1
27
+
* Fix default icon size
28
+
5
29
## 9.0.0
6
30
* This version is quite stable but it's not how we wanted to be, because the lack of time and there are not too many maintainers active, we decided to publish it, we might make a new breaking changes verion
As of version [flutter_quill](https://pub.dev/packages/flutter_quill) 6.0, embed blocks are not provided by default as part of Flutter quill. Instead, it provides an interface for all the users to provide their implementations for embed blocks. Implementations for image, video, and formula embed blocks are proved in this package
0 commit comments