Skip to content

Latest commit

 

History

History
61 lines (50 loc) · 1.72 KB

CHANGELOG.md

File metadata and controls

61 lines (50 loc) · 1.72 KB

0.1.2

  • fix: #7 bug on node iterator with nested nodes by @LucasXu0 in AppFlowy-IO#11
  • fix: #8 SVG display error in the latest version by @LucasXu0 in AppFlowy-IO#12
  • fix: #9 Using the mouse to highlight text very easy to miss the first letter by @LucasXu0 in AppFlowy-IO#13
  • chore: fix some known issues by @LucasXu0 in AppFlowy-IO#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.