Skip to content

Latest commit

 

History

History
73 lines (38 loc) · 1.09 KB

CHANGELOG.md

File metadata and controls

73 lines (38 loc) · 1.09 KB

1.6.0

  • aligned with Flutter 3.19 release

1.5.0

  • aligned with Flutter 3.12 release

1.4.0

  • aligned with Flutter 3.7 release

1.3.0

  • aligned with Flutter 3.0 release

1.2.0

  • added support for the *TextPlaceholder methods in the TextInput interface

1.1.1

  • allowed shortcut handling (thanks to @jason-downs)

1.1.0

  • aligned with Flutter 2.8 release

1.0.10

  • fixed the missed focus node issue #22

1.0.9

  • fixed the keyboard listener compatibility with the Flutter master branch

1.0.8

  • fixed the selection with handles on the desktop

1.0.7

  • added the popup menu for the secondary tap

1.0.6

  • exposes the enableSuggestion option

1.0.5

  • removes quiver_hashcode package from dependencies

1.0.4

  • fixes the copy/paste actions on mobile platforms (#10)

1.0.3

  • removes meta package from dependencies

1.0.2

  • fixes warnings left after the null safety migration
  • fixes the toolbar buttons visibility
  • adds the showSelectionHandles parameter to ZefyrEditor

1.0.1

  • bumps url_launcher to ^6.0.4

1.0.0

  • initial version