diff --git a/CHANGELOG.md b/CHANGELOG.md index 1add122aa..9d4592bb0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## 1.5.0 +* feat: enable toggling and canceling of formatting with shortcuts by @LucasXu0 in ([#528](https://github.com/AppFlowy-IO/appflowy-editor/pull/528)) +* feat: disable the toolbar in the code block by @LucasXu0 in ([#534](https://github.com/AppFlowy-IO/appflowy-editor/pull/534)) +* feat: refactor logic for converting color string to Color in background_color_mixin.dart by @LucasXu0 in ([#538](https://github.com/AppFlowy-IO/appflowy-editor/pull/538)) +* feat: add an extra info parameter to the node by @LucasXu0 in ([#539](https://github.com/AppFlowy-IO/appflowy-editor/pull/539)) +* feat: support parsing the nested list when exporting the document to markdown format by @LucasXu0 in ([#540](https://github.com/AppFlowy-IO/appflowy-editor/pull/540)) +* feat: optimize editable features by @LucasXu0 in ([#541](https://github.com/AppFlowy-IO/appflowy-editor/pull/541)) +* feat: table HTML encoder and decoder added by @alihassan143 in ([#449](https://github.com/AppFlowy-IO/appflowy-editor/pull/449)) +* feat: support overriding i18n by @LucasXu0 in ([#550](https://github.com/AppFlowy-IO/appflowy-editor/pull/550)) +* feat: convert = and > to ⇒ by @Gen1us1100 in ([#523](https://github.com/AppFlowy-IO/appflowy-editor/pull/523)) +* fix: cursor blinks at the wrong location when inserting text by @LucasXu0 in ([#529](https://github.com/AppFlowy-IO/appflowy-editor/pull/529)) +* fix: pinyin IME on Linux by @LucasXu0 in ([#531](https://github.com/AppFlowy-IO/appflowy-editor/pull/531)) +* fix: unable to clear the style by toggling twice by @LucasXu0 in ([#532](https://github.com/AppFlowy-IO/appflowy-editor/pull/532)) + ## 1.4.4 * feat: support customizing error block by @LucasXu0 in ([#524](https://github.com/AppFlowy-IO/appflowy-editor/pull/524)) * feat: export JSON in mobile and update mobile_example.json by @hyj1204 in ([#515](https://github.com/AppFlowy-IO/appflowy-editor/pull/515)) diff --git a/README.md b/README.md index e950e0e7a..f1dcd7e21 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,15 @@ and the Flutter guide for * toolbar menu * [Test Coverage](https://github.com/AppFlowy-IO/appflowy-editor/blob/main/documentation/testing.md) and ongoing maintenance by AppFlowy's core team and community of more than 1,000 builders +| Preview | Customize your own theme | +| ---------------------- | ------------------------ | +| ![Preview](documentation/images/preview.jpg) | ![Customize your own theme](documentation/images/theme.jpg) | + +| Change the color of your text | Format your text | +| ---------------------- | ---------------------- | +| ![Color](documentation/images/color.jpg) | ![Format](documentation/images/format.jpg) | + + ## Getting Started Add the AppFlowy editor [Flutter package](https://docs.flutter.dev/development/packages-and-plugins/using-packages) to your environment. diff --git a/documentation/images/color.jpg b/documentation/images/color.jpg new file mode 100644 index 000000000..d4a25c0f7 Binary files /dev/null and b/documentation/images/color.jpg differ diff --git a/documentation/images/format.jpg b/documentation/images/format.jpg new file mode 100644 index 000000000..46da3f55a Binary files /dev/null and b/documentation/images/format.jpg differ diff --git a/documentation/images/preview.jpg b/documentation/images/preview.jpg new file mode 100644 index 000000000..ce4adba0c Binary files /dev/null and b/documentation/images/preview.jpg differ diff --git a/documentation/images/theme.jpg b/documentation/images/theme.jpg new file mode 100644 index 000000000..e81f46172 Binary files /dev/null and b/documentation/images/theme.jpg differ diff --git a/pubspec.yaml b/pubspec.yaml index a297cf555..aacb02f89 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: appflowy_editor description: A highly customizable rich-text editor for Flutter. The AppFlowy Editor project for AppFlowy and beyond. -version: 1.4.4 +version: 1.5.0 homepage: https://github.com/AppFlowy-IO/appflowy-editor platforms: