Skip to content

Commit

Permalink
fix: use absolute URL to issue #2194 in CHANGE of 10.5.15-dev.0 to fi…
Browse files Browse the repository at this point in the history
…x link on pub.dev
  • Loading branch information
EchoEllet committed Sep 11, 2024
1 parent 999a19f commit 02065c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG_DATA.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"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.\r\n\r\n**Full Changelog**: https://github.com/singerdmx/flutter-quill/compare/v10.5.14...v10.5.15-dev.0",
"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",
"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",
"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",
"10.5.12": "* Fix: Backspace remove block attributes at start by @AtlasAutocode in https://github.com/singerdmx/flutter-quill/pull/2200\r\n\r\n\r\n**Full Changelog**: https://github.com/singerdmx/flutter-quill/compare/v10.5.11...v10.5.12",
Expand Down

0 comments on commit 02065c6

Please sign in to comment.