Skip to content

Releases: fleather-editor/fleather

v1.26.0

09 Oct 15:54
15e1c9f

Choose a tag to compare

  • Editor and cursor brought into viewport if is wrapped with a scrollable regardless of it's scrollable property
  • [Fix] incorrect width when using TextWidthBasis.longestLine with multiple lines
  • [Fix] exception thrown when editor starts with an element that do not compute distance to actual baseline

v1.25.1

30 Aug 06:11
8afc3fc

Choose a tag to compare

  • [Fix] Empty line height greater than non-empty line height

v1.25.0

17 Aug 12:43
43c1739

Choose a tag to compare

  • Upgrade to Flutter 3.35
  • Add attributes to images
  • Support TextWidthBasis.longestLine
  • Support custom StrutStyle
  • Built-in emoji shortcuts
  • [Fix] Corrupted cursor position when deleting blocks
  • [Fix] Error when using multi-level lists of different nature

v1.24.0+1

06 Jul 08:51
d6d8403

Choose a tag to compare

  • Use Flutter context menu when read-only on iOS
  • Add translations for Hungarian
  • [Fix] merge method not applying horizontal rule theme data
  • [Fix] regex for ul in Markdown decoder

v1.23.0

26 May 14:38
c957780

Choose a tag to compare

  • Use system context menu on iOS
  • Upgrade to Flutter 3.32.0

v1.22.0

28 Apr 16:35
4479d12

Choose a tag to compare

  • tab (resp. shift+ tab) indents (resp. un-indents) line
  • AutoExitRule un-indents lists
  • iOS selection improvements
  • [Fix] iOS floating cursor wrongly position when editor has padding
  • [Fix] HTML encoding when multi-levels lists are followed by other lists or a plain paragraph

v0.21.0

09 Apr 07:44
132ed81

Choose a tag to compare

  • Add Portuguese & Brazilian Portuguese support
  • Add Korean support
  • Upgrade to Flutter 3.29
  • contextMenuBuilder can be overridden
  • [Fix] Inappropriate leading numbers in code block
  • [Fix] Theme not being applied to checklist

v1.20.1

06 Feb 10:59
0c9b77b

Choose a tag to compare

  • Fix markdown decoder not recognizing all ul tokens
  • Fix scroll jumps when toggling checkbox
  • Fix null check on null value error in _onChangedClipboardStatus

v1.20.0

29 Dec 18:08
97c9049

Choose a tag to compare

  • Upgrade to Flutter v3.27
  • Add Dutch and German translations

v1.19.0

11 Sep 12:38
4546e2c

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