mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
chore: appflowy_editor 0.0.4
This commit is contained in:
parent
fa22c63ac1
commit
118891923f
4
.github/workflows/flowy_editor_test.yml
vendored
4
.github/workflows/flowy_editor_test.yml
vendored
@ -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
|
||||
|
@ -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.
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user