Releases: fleather-editor/fleather
Releases · fleather-editor/fleather
v1.7.0
- Adaptive selection controls for platforms
- [Breaking Change] Change codecs to accept ParchmentDocument instead of Delta
- [Fix] Blocks serialization/deserialization issues in markdown codec
v1.6.0
- Allow to undo/redo changes from toolbar
- Remove use of deprecated ToolbarOptions
- [Fix] Wrong context toolbar positioning
- [Fix] Last separated character selection on iOS
- [Fix] Hide selection handles when text changes
v1.5.0
- [Fix] Ensure that text boxes are only the required size
- [Fix] History not working when widget updated
- Support Flutter v3.7
- Support
TextEditingDelta
handling
- Format link after hitting newline
v1.4.0
- Keyboard appearance depends on default brightness
- Support modifying document rules
- [Fix] Line height accounts for
SpanEmbed
height
- [Fix] Editor toolbar UI
- [Fix] HTML codec fixes
v1.3.1
- Markdown codec
- HTML codex
- [Fix] Incorrect style behavior when toggling formats
v1.3.0
- Support document history (undo/redo)
- Updated README
- [Fix] Cursor not appearing when setting focus on empty document
v1.2.2
- New example for Fleather
- Improved checkbox design
- [Fix] new line after inline embed insertion
- [Fix] null focusNode causing _CastError
v1.2.1
- [Fix] toolbar not showing up on empty documents
v1.2.0
- Support for background color
- Added support for inline embeds