File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
16
16
* Focus and open context menu on right click if unfocused [ #2477 ] ( https://github.com/singerdmx/flutter-quill/pull/2477 ) .
17
17
* Update QuillController ` length ` extension method deprecation message [ #2483 ] ( https://github.com/singerdmx/flutter-quill/pull/2483 ) .
18
18
19
+ ### Added
20
+
21
+ * ` Rule ` is now part of the public API, so that ` Document.setCustomRules ` can be used.
22
+
19
23
## [ 11.0.0] - 2025-02-16
20
24
21
25
> [ !IMPORTANT]
Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ export 'src/editor_toolbar_controller_shared/copy_cut_service/copy_cut_service_p
33
33
export 'src/editor_toolbar_controller_shared/copy_cut_service/default_copy_cut_service.dart' ;
34
34
export 'src/editor_toolbar_controller_shared/quill_config.dart' ;
35
35
export 'src/l10n/generated/quill_localizations.dart' ;
36
+ export 'src/rules/rule.dart' show Rule;
36
37
export 'src/toolbar/embed/embed_button_builder.dart' ;
37
38
export 'src/toolbar/simple_toolbar.dart' ;
38
39
export 'src/toolbar/structs/link_dialog_action.dart' ;
You can’t perform that action at this time.
0 commit comments