novident_editor 1.0.4
novident_editor: ^1.0.4 copied to clipboard
A highly customizable rich-text editor for Flutter, part of the Novident suite. Fork of AppFlowy Editor (AppFlowy-IO), used under the Mozilla Public License 2.0.
Changelog #
1.0.4 #
- feat(breaking changes): layered editor extraction + cursor rendering API by @CatHood0 in https://github.com/Novident/novident-editor/pull/14
- feat: contrast spans text color during selection by @CatHood0 in https://github.com/Novident/novident-editor/pull/21
- feat: default font families by platform by @CatHood0 in https://github.com/Novident/novident-editor/pull/22
- fix: vertical cursor jumps to wrong position during scroll animation by @CatHood0 in https://github.com/Novident/novident-editor/pull/12
- fix: cursor Disappears During KeyRepeat Events by @CatHood0 in https://github.com/Novident/novident-editor/pull/13
- fix: stack overflow on drag scroll by @CatHood0 in https://github.com/Novident/novident-editor/pull/16
- fix: replace universal_html with package:web to support wasm compilation by @CatHood0 in https://github.com/Novident/novident-editor/pull/17
- fix: prevent infinite table row-height relayout loop on sub-pixel jitter by @CatHood0 in https://github.com/Novident/novident-editor/pull/18
- fix: most of the API of
SelectionRendererimplementations are not used by the editor by @CatHood0 in https://github.com/Novident/novident-editor/pull/20
1.0.3 #
- feat: style system, font provider & static toolbar by @CatHood0 in https://github.com/Novident/novident-editor/pull/3
- feat: First line indent for the editor by @CatHood0 in https://github.com/Novident/novident-editor/pull/4
- feat: re-design table customization and creation by @CatHood0 in https://github.com/Novident/novident-editor/pull/5
- feat: filter when use first line indent by @CatHood0 in https://github.com/Novident/novident-editor/pull/9
1.0.2 #
- Chore: moved core models to its own package by @CatHood0 in https://github.com/Novident/novident-editor/pull/1
- fix (e2d7c5b): propagation of heading format in command by saif-ellafi (#1189 from appflowy-editor)
- fix (1ae68d7): most of issues with deprecated members and missing ones
- fix (cf69710): test issues, and some appflowy references
- fix: korean ime issue by @CatHood0 in https://github.com/Novident/novident-editor/pull/2
1.0.1 #
- Fix:
TextInputClient.onFocusReceivederror from pub dev. Added placeholder - Fix: dependency versions error from pub dev
- Fix: file picker new version implementation changes