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:
|
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
|
||||||
|
@ -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,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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user