Skip to content

Releases: singerdmx/flutter-quill

v10.6.0

15 Sep 16:44
289139b
Compare
Choose a tag to compare
  • 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

14 Sep 17:07
64011f2
Compare
Choose a tag to compare
  • fix: properties other than 'style' for custom inline code styles (such as 'backgroundColor') were not being applied correctly by @agata in #2226

Full Changelog: v10.5.18...v10.5.19

v10.5.18

13 Sep 18:35
a2ca58c
Compare
Choose a tag to compare
  • 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

13 Sep 14:28
4e7ff46
Compare
Choose a tag to compare
  • feat(l10n): localize all untranslated.json by @erdnx in #2217
  • Fix: Block Attributes are not displayed if the editor is empty by @CatHood0 in #2210

New Contributors

Full Changelog: v10.5.16...v10.5.17

v10.5.16

12 Sep 04:30
ea28228
Compare
Choose a tag to compare
  • 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

11 Sep 17:32
8ae33a9
Compare
Choose a tag to compare
v10.5.15-dev.0 Pre-release
Pre-release

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

11 Sep 15:02
73620cd
Compare
Choose a tag to compare

New Contributors

Full Changelog: v10.5.13...v10.5.14

v10.5.13

10 Sep 00:38
03b424d
Compare
Choose a tag to compare
  • Revert "Fix: Allow backspace at start of document to remove block style and header style by @agata in #2201

Full Changelog: v10.5.12...v10.5.13

v10.5.12

09 Sep 18:57
42c1925
Compare
Choose a tag to compare

Full Changelog: v10.5.11...v10.5.12

v10.5.11

09 Sep 17:52
f59836d
Compare
Choose a tag to compare
  • Enhancement: Backspace handling at the start of blocks in delete rules by @agata in #2199

Full Changelog: v10.5.10...v10.5.11