mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
Merge pull request #1240 from LucasXu0/0.0.6
chore: bump version to 0.0.6 (appflowy_editor)
This commit is contained in:
commit
4abd74ed4b
@ -1,3 +1,13 @@
|
|||||||
|
## 0.0.6
|
||||||
|
* Add three plugins: Code Block, LateX, and Horizontal rule.
|
||||||
|
* Support web platform.
|
||||||
|
* Support more markdown syntax conversions.
|
||||||
|
* `~ ~` to format text as strikethrough
|
||||||
|
* `_ _` to format text as italic
|
||||||
|
* \` \` to format text as code
|
||||||
|
* `[]()` to format text as link
|
||||||
|
* Fix some bugs.
|
||||||
|
|
||||||
## 0.0.5
|
## 0.0.5
|
||||||
* Support customize the hotkeys for a shortcut on different platforms.
|
* Support customize the hotkeys for a shortcut on different platforms.
|
||||||
* Support customize a theme.
|
* Support customize a theme.
|
||||||
|
@ -1,12 +1,13 @@
|
|||||||
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.5
|
version: 0.0.6
|
||||||
homepage: https://github.com/AppFlowy-IO/AppFlowy
|
homepage: https://github.com/AppFlowy-IO/AppFlowy
|
||||||
|
|
||||||
platforms:
|
platforms:
|
||||||
linux:
|
linux:
|
||||||
macos:
|
macos:
|
||||||
windows:
|
windows:
|
||||||
|
web:
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.17.0 <3.0.0"
|
sdk: ">=2.17.0 <3.0.0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user