Releases: singerdmx/flutter-quill
Releases · singerdmx/flutter-quill
v10.6.0
- docs: cleanup the docs, remove outdated resources, general changes by @EchoEllet in #2227
- Feat: customizable character and space shortcut events by @CatHood0 in #2228
Full Changelog: v10.5.19...v10.6.0
v10.5.19
v10.5.18
- feat(web): rich text paste from Clipboard using HTML by @EchoEllet in #2009
- revert: disable rich text paste feature on web as a workaround by @EchoEllet in #2221
- refactor: moved shortcuts and onKeyEvents to its own file by @CatHood0 in #2223
Full Changelog: v10.5.17...v10.5.18
v10.5.17
v10.5.16
- chore: remove device_info_plus and add quill_native_bridge to access platform specific APIs by @EchoEllet in #2194
- Not show/update/hiden mangnifier when manifier config is disbale by @demoYang in #2212
Full Changelog: v10.5.14...v10.5.16
v10.5.15-dev.0
Introduce quill_native_bridge
which is an internal plugin to use by flutter_quill
to access platform APIs.
For now, the only functionality it supports is to check whatever the iOS app is running on iOS simulator without requiring device_info_plus
as a dependency.
Note
quill_native_bridge
is a plugin for internal use and should not be used in production applications
as breaking changes can happen and can removed at any time.
For more details and discussion see #2194.
Full Changelog: v10.5.14...v10.5.15-dev.0
v10.5.14
- chore(localization): add Greek language support by @DKalathas in #2206
New Contributors
- @DKalathas made their first contribution in #2206
Full Changelog: v10.5.13...v10.5.14
v10.5.13
v10.5.12
- Fix: Backspace remove block attributes at start by @AtlasAutocode in #2200
Full Changelog: v10.5.11...v10.5.12