Skip to content

Releases: fleather-editor/fleather

v1.19.0

11 Sep 12:38
4546e2c
Compare
Choose a tag to compare
  • Improve performance when handling long documents
  • Add translations for Persian
  • Ability to cherrypick autoformats natively available
  • Add support for indentation in blocks in Markdow codec
  • [Fix] Autoformat cannot be undone on iOS

v1.18.0

17 Aug 05:50
82e57da
Compare
Choose a tag to compare
  • Add the ability to use custom TextSelectionControls
  • Add foundations for localization
  • Add translations for French
  • Add clear method on controller
  • Improve performance by using repaint boundary
  • Fix hit test issue when scrolled
  • Fix copy issue when selection is inverted
  • Expose parchment_delta by Parchment

v1.17.0

18 Jul 07:09
9c5818d
Compare
Choose a tag to compare
  • Fleather manages the viewport
  • Add ability to provide custom clipboard status notifier
  • Fix editor requests keyboard and focus when checklist toggled

Behavior for scrollable and expand changed. Check #338 (comment);

v1.16.0

22 Jun 09:00
1b4bbbf
Compare
Choose a tag to compare
  • Inline Markdown shortcuts
  • Enable auto-correct on mobile devices
  • Enable suggestions on Android devices
  • [UI change] Adjust default theme
  • [Fix] selectors in toolbar going under keyboard

v1.15.0+1

29 May 09:33
34b56e7
Compare
Choose a tag to compare
  • Upgrade to Flutter 3.22
  • Remove selection gestures when enableInteractiveSelection is false
  • Add support for decoding indentation, <hr>, and <img> in HTML codec
  • Add support for checkbox in Markdown codec
  • [Fix] decoding Markdown with multiple links
  • Upgrade dependencies

v1.14.5+1

07 May 06:27
8ab66b1
Compare
Choose a tag to compare
  • [Fix] toolbar moving out of viewport upon scrolling
  • [Fix] list number using the wrong theme
  • [Fix] link bottom sheet UI issues
  • [Fix] toolbar selector positioning
  • [Fix] scroll to cursor when cursor is bigger than viewport

v1.14.4

13 Apr 10:38
fb54f17
Compare
Choose a tag to compare

BUG HUNTING

  • [Fix] selection handles not disposed after disposing selection overlay
  • [Fix] wrong selection after pasting
  • [Fix] multiple cursor on editor after selecting Android keyboard suggestion
  • [Fix] FleatherThemeData.merge not applying heading 6 theme
  • [Fix] get selection style for beginning of new line
  • [Fix] sending invalid composing range to engine

v1.14.3

27 Mar 09:09
eef5462
Compare
Choose a tag to compare
  • Hide collapsed selection handle in read-only mode
  • Hide text selection highlight when editor is unfocused
  • Scroll to selection after keyboard opened

v1.14.2

20 Mar 08:08
a79d6d0
Compare
Choose a tag to compare
  • Update selection correctly after pasting text
  • Make color attributes toggleable
  • Revert "Use normalized text editing value for updating remote value"

v1.14.1

31 Jan 05:52
eab052d
Compare
Choose a tag to compare
  • Use normalized text editing value for updating remote value
  • Expose SelectorScope
  • Remove dart:io usages
  • Relax intl version