소스 검색

chore: appflowy_editor 0.0.4

Lucas.Xu 2 년 전
부모
커밋
118891923f

+ 2 - 2
.github/workflows/flowy_editor_test.yml

@@ -5,13 +5,13 @@ on:
     branches:
     branches:
       - "main"
       - "main"
     paths:
     paths:
-      - "frontend/app_flowy/packages/appflowy_editor"
+      - "frontend/app_flowy/packages/appflowy_editor/**"
 
 
   pull_request:
   pull_request:
     branches:
     branches:
       - "main"
       - "main"
     paths:
     paths:
-      - "frontend/app_flowy/packages/appflowy_editor"
+      - "frontend/app_flowy/packages/appflowy_editor/**"
 
 
 env:
 env:
   CARGO_TERM_COLOR: always
   CARGO_TERM_COLOR: always

+ 5 - 0
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
 ## 0.0.3
 * Support insert image.
 * Support insert image.
 * Support insert link.
 * Support insert link.

+ 1 - 1
frontend/app_flowy/packages/appflowy_editor/pubspec.yaml

@@ -1,6 +1,6 @@
 name: appflowy_editor
 name: appflowy_editor
 description: A highly customizable rich-text editor for Flutter
 description: A highly customizable rich-text editor for Flutter
-version: 0.0.3
+version: 0.0.4
 homepage: https://github.com/AppFlowy-IO/AppFlowy
 homepage: https://github.com/AppFlowy-IO/AppFlowy
 
 
 platforms:
 platforms: