Skip to content

Latest commit

 

History

History
111 lines (90 loc) · 5.34 KB

CHANGELOG.md

File metadata and controls

111 lines (90 loc) · 5.34 KB

0.1.12

  • chore: minor updates to documentation.

0.1.11

  • feat: allow textPadding customization by @simonbengtsson in (#108)
  • fix: nested text node parser by @Xazin (#115)

0.1.10

  • feat: support single asterisk to italic by @Xazin in (#92)
  • fix: remove platform check in theme on web by @Xazin in (#91)
  • fix: improves cursor left word delete by @MayurSMahajan in (#8)
  • fix: one overlay entry for selection menu by @Xazin in (#82)
  • fix: changing heading from one level to another from toolbar by @LucasXu0 in (#96)

0.1.9

  • feat: dark mode improvement by @hyj1204 in (#90)
  • feat: shift+tab to outdent a indented bulletpoint or checkbox. by @MayurSMahajan in (#63)
  • fix: enter to outdent checkbox/bullet lists by @Xazin in (#84)

0.1.8

  • chore: minor updates to documentation.

0.1.7

  • feat: delete "sentence" shortcut by @Xazin in (#32)
  • feat: allow developer to change toolbar color as well as option to show default toolbar items and html to document converter added by @alihassan143 in (#58)
  • fix: add custom color selector for text by @Xazin in (#74)
  • fix: delete node does not propagate non null selection by @squidrye in (#45)
  • fix: lessen horizontal editor padding for mobile by @Xazin in (#70)
  • test: improve coverage by @Xazin in (#61)

0.1.6

  • fix: documentation typo issue by @Mukund-Tandon in (#36)
  • fix: avoid using Platform code in Web by @LucasXu0 in (#48)

0.1.5

  • feat: add em and divider support to html converter by @Xazin in (#27)
  • feat: alt + arrow key to move cursor one word by @Xazin in (#28)
  • fix: cannot edit image or see link menu if editorState is uneditable by @Xazin in (#30)
  • fix: Copy Paste on Web by @Akshay-akkay in (#33)
  • chore: add danish translations by @Xazin in (#34)
  • chore: Sync the latest code from AppFlowy by @LucasXu0 in (#41)
  • test: improve test coverage by @Xazin in (#23)
  • test: redo undo with text formatting by @MayurSMahajan in (#38)

0.1.4

  • chore: export editor style (#27).

0.1.3

  • chore: update the dependencies to the latest release by @LucasXu0 (#25).

0.1.2

  • fix: bug on node iterator with nested nodes by @LucasXu0 (#11).
  • fix: SVG display error in the latest version by @LucasXu0 (#12).
  • fix: Using the mouse to highlight text very easy to miss the first letter by @LucasXu0 (#13).
  • chore: fix some known issues by @LucasXu0 in (#14).

0.1.1

  • Relicense Appflowy Editor by @hyj1204.
  • Improve the toolbar user-experience by @LucasXu0.
  • Improve the test code coverage by @GouravShDev.

0.1.0

  • Support Flutter 3.7.5.

0.0.9

  • Support customize the text color and text background color.
  • Fix some bugs.

0.0.8

  • Fix the toolbar display issue.
  • Fix the copy/paste issue on Windows.
  • Minor Updates.

0.0.7

  • Refactor theme customizer, and support dark mode.
  • Support export and import markdown.
  • Refactor example project.
  • Fix some bugs.

0.0.6

  • Add three plugins: Code Block, LateX, and Horizontal rule.
  • Support web platform.
  • Support more markdown syntax conversions.
    • ~ ~ to format text as strikethrough
    • _ _ to format text as italic
    • ` ` to format text as code
    • []() to format text as link
  • Fix some bugs.

0.0.5

  • Support customize the hotkeys for a shortcut on different platforms.
  • Support customize a theme.
  • Support localizations.
  • Support insert numbered lists.
  • Fix some bugs.

0.0.4

  • Support more shortcut events.
  • Fix some bugs.
  • Update the documentation.

0.0.3

  • Support insert image.
  • Support insert link.
  • Fix some bugs.

0.0.2

Minor Updates to Documentation.

0.0.1

Initial Version of the library.