Skip to content

Releases: AppFlowy-IO/appflowy-editor

6.1.0

08 Dec 07:36

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 5.2.0...6.1.0

5.2.0

17 Apr 02:09

Choose a tag to compare

What's Changed

Full Changelog: 5.1.0...5.2.0

5.1.0

17 Mar 01:28
5277d2d

Choose a tag to compare

What's Changed

  • fix: export pdf set font not work by @Linij in #923
  • fix: _deleteBackward deleteRange start must > 0 by @Linij in #928
  • chore: update device_info_plus to 11.0.0 by @LucasXu0 in #931
  • fix: html decoder ignores h4-h6 tags by @LucasXu0 in #932
  • fix: markdown parser doesn't recognize softline breaks by @LucasXu0 in #933
  • feat: select multiple lines with block selection style by @LucasXu0 in #936
  • feat: custom slice function by @LucasXu0 in #935
  • fix: use retain instead of insert/delete for same attr by @LucasXu0 in #937
  • fix: update migration guide by @emmanuel-ferdman in #929
  • fix: replace texts assertion by @LucasXu0 in #938
  • fix: links starting with 0 index lose href attribute after formating by @LucasXu0 in #947
  • fix: replace texts may result in incorrect afterSelection by @LucasXu0 in #952
  • fix: cancel block selection when tapping the editor on mobile by @LucasXu0 in #956
  • fix: highlight search match not scrolling document to reveal said match by @richardshiue in #954
  • fix: cursor height is inconsistent when the font size is smaller than the default text size by @LucasXu0 in #958
  • feat: exclude padding when highlight heading block by @LucasXu0 in #960
  • fix: move cursor up / down error by @LucasXu0 in #961
  • fix: table resizing when rect not rendered by @Xazin in #967
  • fix: Searching command with / using in18 by @Ahad-patel in #966
  • fix: cut collapsed table cell won't crash the editor by @saif-ellafi in #963
  • fix: deleting the last table being the last node of the document, places an empty node to avoid the editor to crash by @saif-ellafi in #951
  • fix: cross blocks format not reflected on the float toolbar by @LucasXu0 in #971
  • feat: support in memory transaction update by @LucasXu0 in #972
  • fix: editor now detects phone number and launches it by @ARYPROGRAMMER in #970
  • fix: ignore backspace on empty table cells to avoid editor crash by @saif-ellafi in #964
  • fix: hide the floating toolbar if no content is visible by @LucasXu0 in #976
  • fix: skip repeated key events when the slash menu is opening by @LucasXu0 in #978
  • fix: creating document from slash menu leaves text behind by @LucasXu0 in #980
  • fix: closing a ')' braket to create a link will erase a text following it to the end of a paragraph by @LucasXu0 in #983
  • fix: underscore works should not be interpreted in inline-code by @LucasXu0 in #984
  • feat: support customize supported node types for slash menu by @LucasXu0 in #982
  • chore: refactor html test by @LucasXu0 in #987
  • fix: issue #6808 of appflowy by @asjqkkkk in #986
  • fix: cross column deletion in the table by @Linij in #934
  • feat: add command shortcut keys to convert text to title by @Ahad-patel in #921
  • Fixed menu closing on some devices by @g-apparence in #941
  • feat: reset to the default inline code format logic by @LucasXu0 in #988
  • feat: add partialSliced to support partial sliced attributes by @LucasXu0 in #989
  • fix: shift+enter should wrap the line in list by @LucasXu0 in #990
  • fix: assertion error in auto_expand_editor example by @mikefaust-jm in #991
  • fix: all the text pasted from google doc will be applied inline link by @asjqkkkk in #993
  • fix: sougou IME issue on Windows by @asjqkkkk in #1000
  • feat: deep copy the node by @LucasXu0 in #995
  • fix: checking is mounted before updating the value of PropertyValueNotifier(#977) by @asjqkkkk in #997
  • feat: support text align in text-based blocks by @LucasXu0 in #1002
  • feat: enable debug paint size for mobile drag handle by @LucasXu0 in #1007
  • fix: out of text range while composing error by @kyungilcho in #979
  • fix: error format of TextEditingDeltaInsertion by @asjqkkkk in #1004
  • feat: clear selection extra info before inserting a new line by @LucasXu0 in #1009
  • fix: enter after emoji will create a softbreak on mobile by @LucasXu0 in #1010
  • feat: expose text span for text style builder by @LucasXu0 in #1011
  • fix: using space bar to move the cursor not working on Android by @asjqkkkk in #1013
  • fix: unable to parse image if the image is inside the paragraph by @LucasXu0 in #1012
  • fix: use jump to when cursor not rendered by @richardshiue in #1015
  • fix: check if scroll service is disposed before scrolling by @richardshiue in #1016
  • feat: support copy with indentPadding by @LucasXu0 in #1018
  • feat: upgrade to Flutter 3.27.0 by @LucasXu0 in #1020
  • fix: the cursor constantly blinking on Android by @asjqkkkk in #1023
  • fix: RTL languages display incorrectly with soft line break(#7153) by @asjqkkkk in #1026
  • fix: find getting focus unexpectedly by @richardshiue in #1032
  • feat: disable floating toolbar when editable is false by @LucasXu0 in #1034
  • feat: allow coloring image menu by @saif-ellafi in #1014
  • fix: editor will crash if deleting all nodes by @LucasXu0 in #1037
  • feat: add simple columns block in editor by @LucasXu0 in #1038
  • feat: add interceptor into selection service to custom the drag target node by @LucasXu0 in #1044
  • fix: support custom non-standard urls by @asjqkkkk in #1042
  • fix: check for has client before jumping in shrinkwrapped editor by @richardshiue in #1045
  • fix: add default selection area for empty character by @asjqkkkk in #1043
  • chore: bump version 5.1.0 by @LucasXu0 in #1047

New Contributors

Full Changelog: 4.0.0...5.1.0

4.0.0

14 Oct 02:31
a0b3c72

Choose a tag to compare

What's Changed

  • feat: support dragging to reorder block by @LucasXu0 in #887
  • feat: implement auto scroll when draggaing to reorder by @LucasXu0 in #889
  • fix: backquote key will cause crash when using Frence IME by @LucasXu0 in #892
  • fix: odd toggle behavior continuous markdown by @Xazin in #893
  • fix: context menu doesn't show up when the first paragraph is empty by @q200892907 in #891
  • feat: Allow configuring the auto scroll edge offset by @snipd-min in #888
  • feat: support moving a block to become a child of another block by @LucasXu0 in #896
  • feat: listen on delete_backward changes by @LucasXu0 in #898
  • feat: support formatting text when the composing range is not collapsed by @LucasXu0 in #900
  • feat: support skipping slice attributes by @LucasXu0 in #901
  • feat: add keyboard service interceptor to prevent default ops execution by @LucasXu0 in #902
  • feat: support keyboard gesture on mobile by @LucasXu0 in #905
  • feat: add 'delete line' command shortcut by @LucasXu0 in #906
  • chore: integrate delete line command into cut command by @LucasXu0 in #907
  • fix: insert the pasted nodes after current selection if they start with a non-delta node by @LucasXu0 in #908
  • feat: implement custom pan gesture to avoid delay offset update by @LucasXu0 in #909
  • feat: Multi list indentation at once by @Ahad-patel in #903
  • feat: slice attribute from next position if index is 0 by @LucasXu0 in #911
  • fix: only notify ui of selection change if it actually changed by @Xazin in #914
  • fix: shift+delete by @Xazin in #916
  • fix: ctrl+delete does not delete newlines by @Xazin in #917
  • fix: ctrl+backspace does not delete newlines by @Xazin in #918
  • fix: do not highlight inactive items on empty selection by @Xazin in #915
  • fix: showActionsNotifier called after it has been disposed will raise… by @LucasXu0 in #919
  • feat: add auto expanded editor showcase by @LucasXu0 in #920
  • feat: override block component validator by @LucasXu0 in #924
  • chore: bump version 4.0.0 by @LucasXu0 in #925

New Contributors

Full Changelog: 3.3.0...4.0.0

3.3.0

11 Sep 09:55

Choose a tag to compare

What's Changed

  • feat: support moving cursor using keyboard gesture by @LucasXu0 in #879
  • fix: regain focus after navigation arrows are used by @MayurSMahajan in #878
  • feat: support more link types by @SillyCoon in #876
  • fix: unsupported platform error on web by @kkundi in #881
  • fix: platform.environment is not supported on web by @LucasXu0 in #882
  • fix: document getting first or last node exception by @Linij in #885
  • chore: remove todolist validation and set checked as false by default by @LucasXu0 in #883
  • chore: hide Log and PlatformExtension by @LucasXu0 in #886

New Contributors

Full Changelog: 3.2.0...3.3.0

3.2.0

04 Sep 07:27

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.1.0...3.2.0

3.1.0

04 Sep 07:22

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.3.4...3.1.0

3.0.0

08 Jul 08:58

Choose a tag to compare

What's Changed

Full Changelog: 2.3.4...3.0.0

2.5.0

22 May 01:44

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.3.4...2.5.0

2.4.0

06 May 01:38

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.3.4...2.4.0