Skip to content

Commit

Permalink
chore: add migration guide
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasXu0 committed Jul 12, 2023
1 parent 9ad7b31 commit 3b43ebd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,9 @@ Below are some examples of shortcut event customizations:
* [BIUS](https://github.com/AppFlowy-IO/appflowy-editor/tree/main/lib/src/editor/editor_component/service/shortcuts/character_shortcut_events/format_single_character) demonstrates how to make text bold/italic/underline/strikethrough through shortcut keys
* Need more examples? Check out [shortcuts](https://github.com/AppFlowy-IO/appflowy-editor/tree/main/lib/src/editor/editor_component/service/shortcuts)

## Migration Guide
Please refer to the [migration documentation]((https://github.com/AppFlowy-IO/appflowy-editor/blob/main/documentation/migration.md)).

## Glossary
Please refer to the API documentation.

Expand Down
9 changes: 9 additions & 0 deletions documentation/migration.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Migration Guide

## From 1.1.0 to 1.2.0

- `AppFlowyEditor.custom` and `AppFlowyEditor.standard` have been removed. Use `AppFlowyEditor.` instead.
- For now, we provide the default values to the blockComponentBuilders, characterShortcutEvents, and commandShortcutEvents if you do not customize them.
- `DefaultSelectable` has been renamed to `DefaultSelectableMixin`
- `FlowyRichText` has been renamed to `AppFlowyRichText`.
- Added new parameter called `context`(BuildContext) into`TextSpanDecoratorForAttribute`.

0 comments on commit 3b43ebd

Please sign in to comment.