Skip to content

Commit 55b9d34

Browse files
committed
chore(release): prepare to publish 11.0.0-dev.3
1 parent c204de7 commit 55b9d34

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616
### Added
1717

1818
- `QuillClipboardConfig` class with customizable clipboard paste handling callbacks, partial fix to [#2350](https://github.com/singerdmx/flutter-quill/issues/2350).
19+
- `Insert video` string in `quill_en.arb` to support localization for `flutter_quill_extensions`. Currently available **only in English**.
1920

2021
### Fixed
2122

@@ -39,6 +40,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3940
- The dependency [equatable](https://pub.dev/packages/equatable).
4041
- The experimental support for spell checking. See [#2246](https://github.com/singerdmx/flutter-quill/issues/2246).
4142

43+
## [11.0.0-dev.3] - 2024-11-08
44+
45+
### Added
46+
47+
- `Insert video` string in `quill_en.arb` to support localization for `flutter_quill_extensions`. Currently available **only in English**.
48+
4249
## [11.0.0-dev.2] - 2024-11-08
4350

4451
### Changed
@@ -69,7 +76,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6976
- Apple-specific font dependency for subscript and superscript functionality from the example.
7077
- **BREAKING**: The [`super_clipboard`](https://pub.dev/packages/super_clipboard) plugin, To restore legacy behavior for `super_clipboard`, use [`flutter_quill_extensions`](https://pub.dev/packages/flutter_quill_extensions) package and `FlutterQuillExtensions.useSuperClipboardPlugin()`.
7178

72-
[unreleased]: https://github.com/singerdmx/flutter-quill/compare/v11.0.0-dev.2...HEAD
79+
[unreleased]: https://github.com/singerdmx/flutter-quill/compare/v11.0.0-dev.3...HEAD
80+
[11.0.0-dev.3]: https://github.com/singerdmx/flutter-quill/compare/v11.0.0-dev.2...v11.0.0-dev.3
7381
[11.0.0-dev.2]: https://github.com/singerdmx/flutter-quill/compare/v10.8.5...v11.0.0-dev.2
7482
[10.8.5]: https://github.com/singerdmx/flutter-quill/compare/v9.4.0...v10.8.5
7583
[9.4.0]: https://github.com/singerdmx/flutter-quill/releases/tag/v9.4.0

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_quill
22
description: "A rich text editor built for Android, iOS, Web, and desktop platforms. It's the WYSIWYG editor and a Quill component for Flutter."
3-
version: 11.0.0-dev.2
3+
version: 11.0.0-dev.3
44
homepage: https://github.com/singerdmx/flutter-quill/
55
repository: https://github.com/singerdmx/flutter-quill/
66
issue_tracker: https://github.com/singerdmx/flutter-quill/issues/

0 commit comments

Comments
 (0)