Releases: fleather-editor/fleather
Releases · fleather-editor/fleather
v1.19.0
v1.18.0
- 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
- 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
v1.15.0+1
- 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
v1.14.4
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