diff --git a/.github/workflows/flowy_editor_test.yml b/.github/workflows/flowy_editor_test.yml index 4c957f5c95..450f72e61d 100644 --- a/.github/workflows/flowy_editor_test.yml +++ b/.github/workflows/flowy_editor_test.yml @@ -5,13 +5,13 @@ on: branches: - "main" paths: - - "frontend/app_flowy/packages/appflowy_editor" + - "frontend/app_flowy/packages/appflowy_editor/**" pull_request: branches: - "main" paths: - - "frontend/app_flowy/packages/appflowy_editor" + - "frontend/app_flowy/packages/appflowy_editor/**" env: CARGO_TERM_COLOR: always diff --git a/frontend/app_flowy/packages/appflowy_editor/CHANGELOG.md b/frontend/app_flowy/packages/appflowy_editor/CHANGELOG.md index 2d76371553..9745bbc3ae 100644 --- a/frontend/app_flowy/packages/appflowy_editor/CHANGELOG.md +++ b/frontend/app_flowy/packages/appflowy_editor/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.0.4 +* Support more shortcut events. +* Fix some bugs. +* Update the documentation. + ## 0.0.3 * Support insert image. * Support insert link. diff --git a/frontend/app_flowy/packages/appflowy_editor/pubspec.yaml b/frontend/app_flowy/packages/appflowy_editor/pubspec.yaml index 107ba54dba..17f75aea6a 100644 --- a/frontend/app_flowy/packages/appflowy_editor/pubspec.yaml +++ b/frontend/app_flowy/packages/appflowy_editor/pubspec.yaml @@ -1,6 +1,6 @@ name: appflowy_editor description: A highly customizable rich-text editor for Flutter -version: 0.0.3 +version: 0.0.4 homepage: https://github.com/AppFlowy-IO/AppFlowy platforms: