From b6dc18ba32226ac09205ac1a7da5a3a0782fdb21 Mon Sep 17 00:00:00 2001 From: "Lucas.Xu" Date: Thu, 27 Oct 2022 15:30:08 +0800 Subject: [PATCH] chore: update appflowy_editor CHANGELOG --- frontend/app_flowy/packages/appflowy_editor/CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/frontend/app_flowy/packages/appflowy_editor/CHANGELOG.md b/frontend/app_flowy/packages/appflowy_editor/CHANGELOG.md index db9b213e67..e791f4c9fe 100644 --- a/frontend/app_flowy/packages/appflowy_editor/CHANGELOG.md +++ b/frontend/app_flowy/packages/appflowy_editor/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.0.7 +* Refactor theme customizer, and support dark mode. +* Fix some bugs. + ## 0.0.6 * Add three plugins: Code Block, LateX, and Horizontal rule. * Support web platform. @@ -29,4 +33,4 @@ Minor Updates to Documentation. ## 0.0.1 -Initial Version of the library. \ No newline at end of file +Initial Version of the library.