Releases: fleather-editor/fleather
Releases · fleather-editor/fleather
v1.14.1
- Use normalized text editing value for updating remote value
- Expose SelectorScope
- Remove dart:io usages
- Relax intl version
v1.14.0+1
- Add ClipboardManager which can be used to implement rich clipboard
- Use overlay entries to prevent focus loss when selecting color or heading in default toolbar
- Replace quill_delta package with parchment_delta
- [Fix] Caret movement issues
- [Fix] Caret painting on focus gain
v1.13.2
- Example enriched with ImagePicker
- [Fix] web - erratic cursor positioning when navigating document with keyboard
- [Fix] Persistent context menu when updating
FleatherEditor
widget
- [Fix] pub.dev warnings - dependencies upgraded
v1.13.0
- Enhanced text selection experience on mobile (including magnifier)
- [Fix] Vertical cursor movements have incorrect behavior when initiated from a line with large embeds
v1.12.0
- Introduce AutoFormats to handle automatic text formatting and make Heuristics only responsible for validity of document
- Show context menu on desktop
- Add unset background and text color option
- Handle more text editing intents (See #180 for the list)
- [Fix] toolbar button design
- [Fix] preserve line style on new line
- [Fix] example app build for Android
v1.11.0
- Support for Flutter 3.16
- [Fix] exception thrown when inserting new line with toggled inline styles
v1.9.1
- Fix light theme inline code background color for Material 3
- Fix wrong bounding box for text lines in block
- Fix alignment and direction in blocks
v1.9.0
- Migrated to Dart 3
- Support for foreground & background color and heading levels are now from 1 to 6
- [Fix] Incorrect ParchmentStyle returned by controller at start of line
v1.8.0
- Support for Flutter 3.10
- [Fix] Checkbox alignment
- [Fix] Assertion error when merging two blocks by removing line between them