Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 515 Bytes

File metadata and controls

9 lines (7 loc) · 515 Bytes

UPGRADING

From 1.1 to 1.2

  • 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.