Skip to content

Commit 5ff6c16

Browse files
singerdmxgithub-actions[bot]
authored andcommitted
chore(version): update to version 10.5.16
1 parent ea28228 commit 5ff6c16

File tree

11 files changed

+51
-10
lines changed

11 files changed

+51
-10
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44

55
All notable changes to this project will be documented in this file.
66

7+
## 10.5.16
8+
9+
* chore: remove device_info_plus and add quill_native_bridge to access platform specific APIs by @EchoEllet in https://github.com/singerdmx/flutter-quill/pull/2194
10+
* Not show/update/hiden mangnifier when manifier config is disbale by @demoYang in https://github.com/singerdmx/flutter-quill/pull/2212
11+
12+
13+
**Full Changelog**: https://github.com/singerdmx/flutter-quill/compare/v10.5.14...v10.5.16
14+
715
## 10.5.15-dev.0
816

917
Introduce `quill_native_bridge` which is an internal plugin to use by `flutter_quill` to access platform APIs.
@@ -14,7 +22,7 @@ For now, the only functionality it supports is to check whatever the iOS app is
1422
> `quill_native_bridge` is a plugin for internal use and should not be used in production applications
1523
> as breaking changes can happen and can removed at any time.
1624
17-
For more details and discussion see #2194.
25+
For more details and discussion see [#2194](https://github.com/singerdmx/flutter-quill/pull/2194).
1826

1927
**Full Changelog**: https://github.com/singerdmx/flutter-quill/compare/v10.5.14...v10.5.15-dev.0
2028

CHANGELOG_DATA.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"10.5.16": "* chore: remove device_info_plus and add quill_native_bridge to access platform specific APIs by @EchoEllet in https://github.com/singerdmx/flutter-quill/pull/2194\r\n* Not show/update/hiden mangnifier when manifier config is disbale by @demoYang in https://github.com/singerdmx/flutter-quill/pull/2212\r\n\r\n\r\n**Full Changelog**: https://github.com/singerdmx/flutter-quill/compare/v10.5.14...v10.5.16",
23
"10.5.15-dev.0": "Introduce `quill_native_bridge` which is an internal plugin to use by `flutter_quill` to access platform APIs.\r\n\r\nFor now, the only functionality it supports is to check whatever the iOS app is running on iOS simulator without requiring [`device_info_plus`](pub.dev/packages/device_info_plus) as a dependency.\r\n\r\n> [!NOTE]\r\n> `quill_native_bridge` is a plugin for internal use and should not be used in production applications\r\n> as breaking changes can happen and can removed at any time.\r\n\r\nFor more details and discussion see [#2194](https://github.com/singerdmx/flutter-quill/pull/2194).\r\n\r\n**Full Changelog**: https://github.com/singerdmx/flutter-quill/compare/v10.5.14...v10.5.15-dev.0",
34
"10.5.14": "* chore(localization): add Greek language support by @DKalathas in https://github.com/singerdmx/flutter-quill/pull/2206\r\n\r\n## New Contributors\r\n* @DKalathas made their first contribution in https://github.com/singerdmx/flutter-quill/pull/2206\r\n\r\n**Full Changelog**: https://github.com/singerdmx/flutter-quill/compare/v10.5.13...v10.5.14",
45
"10.5.13": "* Revert \"Fix: Allow backspace at start of document to remove block style and header style by @agata in https://github.com/singerdmx/flutter-quill/pull/2201\r\n\r\n\r\n**Full Changelog**: https://github.com/singerdmx/flutter-quill/compare/v10.5.12...v10.5.13",

dart_quill_delta/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44

55
All notable changes to this project will be documented in this file.
66

7+
## 10.5.16
8+
9+
* chore: remove device_info_plus and add quill_native_bridge to access platform specific APIs by @EchoEllet in https://github.com/singerdmx/flutter-quill/pull/2194
10+
* Not show/update/hiden mangnifier when manifier config is disbale by @demoYang in https://github.com/singerdmx/flutter-quill/pull/2212
11+
12+
13+
**Full Changelog**: https://github.com/singerdmx/flutter-quill/compare/v10.5.14...v10.5.16
14+
715
## 10.5.15-dev.0
816

917
Introduce `quill_native_bridge` which is an internal plugin to use by `flutter_quill` to access platform APIs.
@@ -14,7 +22,7 @@ For now, the only functionality it supports is to check whatever the iOS app is
1422
> `quill_native_bridge` is a plugin for internal use and should not be used in production applications
1523
> as breaking changes can happen and can removed at any time.
1624
17-
For more details and discussion see #2194.
25+
For more details and discussion see [#2194](https://github.com/singerdmx/flutter-quill/pull/2194).
1826

1927
**Full Changelog**: https://github.com/singerdmx/flutter-quill/compare/v10.5.14...v10.5.15-dev.0
2028

dart_quill_delta/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: dart_quill_delta
22
description: A port of quill-js-delta from typescript to dart
3-
version: 10.5.15-dev.0
3+
version: 10.5.16
44
homepage: https://github.com/singerdmx/flutter-quill/tree/master/dart_quill_delta/
55
repository: https://github.com/singerdmx/flutter-quill/tree/master/dart_quill_delta/
66
issue_tracker: https://github.com/singerdmx/flutter-quill/issues/

flutter_quill_extensions/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44

55
All notable changes to this project will be documented in this file.
66

7+
## 10.5.16
8+
9+
* chore: remove device_info_plus and add quill_native_bridge to access platform specific APIs by @EchoEllet in https://github.com/singerdmx/flutter-quill/pull/2194
10+
* Not show/update/hiden mangnifier when manifier config is disbale by @demoYang in https://github.com/singerdmx/flutter-quill/pull/2212
11+
12+
13+
**Full Changelog**: https://github.com/singerdmx/flutter-quill/compare/v10.5.14...v10.5.16
14+
715
## 10.5.15-dev.0
816

917
Introduce `quill_native_bridge` which is an internal plugin to use by `flutter_quill` to access platform APIs.
@@ -14,7 +22,7 @@ For now, the only functionality it supports is to check whatever the iOS app is
1422
> `quill_native_bridge` is a plugin for internal use and should not be used in production applications
1523
> as breaking changes can happen and can removed at any time.
1624
17-
For more details and discussion see #2194.
25+
For more details and discussion see [#2194](https://github.com/singerdmx/flutter-quill/pull/2194).
1826

1927
**Full Changelog**: https://github.com/singerdmx/flutter-quill/compare/v10.5.14...v10.5.15-dev.0
2028

flutter_quill_extensions/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_quill_extensions
22
description: Embed extensions for flutter_quill including image, video, formula and etc.
3-
version: 10.5.15-dev.0
3+
version: 10.5.16
44
homepage: https://github.com/singerdmx/flutter-quill/tree/master/flutter_quill_extensions/
55
repository: https://github.com/singerdmx/flutter-quill/tree/master/flutter_quill_extensions/
66
issue_tracker: https://github.com/singerdmx/flutter-quill/issues/

flutter_quill_test/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44

55
All notable changes to this project will be documented in this file.
66

7+
## 10.5.16
8+
9+
* chore: remove device_info_plus and add quill_native_bridge to access platform specific APIs by @EchoEllet in https://github.com/singerdmx/flutter-quill/pull/2194
10+
* Not show/update/hiden mangnifier when manifier config is disbale by @demoYang in https://github.com/singerdmx/flutter-quill/pull/2212
11+
12+
13+
**Full Changelog**: https://github.com/singerdmx/flutter-quill/compare/v10.5.14...v10.5.16
14+
715
## 10.5.15-dev.0
816

917
Introduce `quill_native_bridge` which is an internal plugin to use by `flutter_quill` to access platform APIs.
@@ -14,7 +22,7 @@ For now, the only functionality it supports is to check whatever the iOS app is
1422
> `quill_native_bridge` is a plugin for internal use and should not be used in production applications
1523
> as breaking changes can happen and can removed at any time.
1624
17-
For more details and discussion see #2194.
25+
For more details and discussion see [#2194](https://github.com/singerdmx/flutter-quill/pull/2194).
1826

1927
**Full Changelog**: https://github.com/singerdmx/flutter-quill/compare/v10.5.14...v10.5.15-dev.0
2028

flutter_quill_test/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_quill_test
22
description: Test utilities for flutter_quill which includes methods to simplify interacting with the editor in test cases.
3-
version: 10.5.15-dev.0
3+
version: 10.5.16
44
homepage: https://github.com/singerdmx/flutter-quill/tree/master/flutter_quill_test/
55
repository: https://github.com/singerdmx/flutter-quill/tree/master/flutter_quill_test/
66
issue_tracker: https://github.com/singerdmx/flutter-quill/issues/

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: 10.5.15-dev.0
3+
version: 10.5.16
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/

quill_native_bridge/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44

55
All notable changes to this project will be documented in this file.
66

7+
## 10.5.16
8+
9+
* chore: remove device_info_plus and add quill_native_bridge to access platform specific APIs by @EchoEllet in https://github.com/singerdmx/flutter-quill/pull/2194
10+
* Not show/update/hiden mangnifier when manifier config is disbale by @demoYang in https://github.com/singerdmx/flutter-quill/pull/2212
11+
12+
13+
**Full Changelog**: https://github.com/singerdmx/flutter-quill/compare/v10.5.14...v10.5.16
14+
715
## 10.5.15-dev.0
816

917
Introduce `quill_native_bridge` which is an internal plugin to use by `flutter_quill` to access platform APIs.
@@ -14,7 +22,7 @@ For now, the only functionality it supports is to check whatever the iOS app is
1422
> `quill_native_bridge` is a plugin for internal use and should not be used in production applications
1523
> as breaking changes can happen and can removed at any time.
1624
17-
For more details and discussion see #2194.
25+
For more details and discussion see [#2194](https://github.com/singerdmx/flutter-quill/pull/2194).
1826

1927
**Full Changelog**: https://github.com/singerdmx/flutter-quill/compare/v10.5.14...v10.5.15-dev.0
2028

0 commit comments

Comments
 (0)