[PR #2997] [MERGED] chore: upgrade editor to 1.2.1 #5514

Closed
opened 2026-03-23 22:19:04 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/2997
Author: @LucasXu0
Created: 7/13/2023
Status: Merged
Merged: 7/14/2023
Merged by: @LucasXu0

Base: mainHead: editor_121


📝 Commits (4)

  • 58b65ec chore: add --verbose to flutter build
  • 21af6e0 feat: integrate appflowy_editor 1.2.1
  • cc3c67f chore: add --verbose to flutter build
  • bf390ce Merge branch 'main' into editor_121

📊 Changes

12 files changed (+51 additions, -17 deletions)

View changed files

📝 frontend/appflowy_flutter/integration_test/document/document_with_inline_math_equation_test.dart (+2 -2)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/editor_page.dart (+3 -2)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/callout/callout_block_component.dart (+11 -0)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/code_block/code_block_component.dart (+11 -0)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/inline_math_equation/inline_math_equation_toolbar_item.dart (+4 -3)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/openai/widgets/smart_edit_toolbar_item.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/toggle/toggle_block_component.dart (+12 -1)
📝 frontend/appflowy_flutter/pubspec.lock (+3 -3)
📝 frontend/appflowy_flutter/pubspec.yaml (+1 -2)
📝 frontend/scripts/code_generation/language_files/generate_language_files.cmd (+1 -1)
📝 frontend/scripts/code_generation/language_files/generate_language_files.sh (+1 -1)
📝 frontend/scripts/makefile/flutter.toml (+1 -1)

📄 Description

Feature Preview

feat: delete key functionality by @MayurSMahajan in https://github.com/AppFlowy-IO/appflowy-editor/pull/272
feat: handle nested italics in bold text (issue 2324) by @btertoolen in https://github.com/AppFlowy-IO/appflowy-editor/pull/105
feat: support customize the font family for bold by @LucasXu0 in https://github.com/AppFlowy-IO/appflowy-editor/pull/300
feat: change windows and linux command for redo by @MayurSMahajan in https://github.com/AppFlowy-IO/appflowy-editor/pull/294
fix: slash menu keyword not shows up the option by @johansutrisno in https://github.com/AppFlowy-IO/appflowy-editor/pull/268
fix: unable to access the slash menu on web platform by @LucasXu0 in https://github.com/AppFlowy-IO/appflowy-editor/pull/303
fix: fix overflow in heading mobile toolbar menu by @hyj1204 in https://github.com/AppFlowy-IO/appflowy-editor/pull/291
fix: allow active toolbar widget color to be customized by @garv-shah in https://github.com/AppFlowy-IO/appflowy-editor/pull/261
fix: block selection overflow by @LucasXu0 in https://github.com/AppFlowy-IO/appflowy-editor/pull/312


PR Checklist

  • My code adheres to the AppFlowy Style Guide
  • I've listed at least one issue that this PR fixes in the description above.
  • I've added a test(s) to validate changes in this PR, or this PR only contains semantic changes.
  • All existing tests are passing.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/AppFlowy-IO/AppFlowy/pull/2997 **Author:** [@LucasXu0](https://github.com/LucasXu0) **Created:** 7/13/2023 **Status:** ✅ Merged **Merged:** 7/14/2023 **Merged by:** [@LucasXu0](https://github.com/LucasXu0) **Base:** `main` ← **Head:** `editor_121` --- ### 📝 Commits (4) - [`58b65ec`](https://github.com/AppFlowy-IO/AppFlowy/commit/58b65ecea3cee4058d608d324f20bb3f1c278cb5) chore: add --verbose to flutter build - [`21af6e0`](https://github.com/AppFlowy-IO/AppFlowy/commit/21af6e096cb2f5099499303f2ba46268485a685d) feat: integrate appflowy_editor 1.2.1 - [`cc3c67f`](https://github.com/AppFlowy-IO/AppFlowy/commit/cc3c67f9f6f551390f77c04d7a8d8bf6c86855f4) chore: add --verbose to flutter build - [`bf390ce`](https://github.com/AppFlowy-IO/AppFlowy/commit/bf390ce66a3a8a0b3a09c9effe89ef05d74c08d7) Merge branch 'main' into editor_121 ### 📊 Changes **12 files changed** (+51 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/integration_test/document/document_with_inline_math_equation_test.dart` (+2 -2) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/editor_page.dart` (+3 -2) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/callout/callout_block_component.dart` (+11 -0) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/code_block/code_block_component.dart` (+11 -0) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/inline_math_equation/inline_math_equation_toolbar_item.dart` (+4 -3) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/openai/widgets/smart_edit_toolbar_item.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/toggle/toggle_block_component.dart` (+12 -1) 📝 `frontend/appflowy_flutter/pubspec.lock` (+3 -3) 📝 `frontend/appflowy_flutter/pubspec.yaml` (+1 -2) 📝 `frontend/scripts/code_generation/language_files/generate_language_files.cmd` (+1 -1) 📝 `frontend/scripts/code_generation/language_files/generate_language_files.sh` (+1 -1) 📝 `frontend/scripts/makefile/flutter.toml` (+1 -1) </details> ### 📄 Description <!--- Thank you for submitting a pull request to AppFlowy. The team will dedicate their best efforts to reviewing and approving your pull request. If you have any questions about the project or feedback for us, please join our [Discord](https://discord.gg/wdjWUXXhtw). --> <!--- If your pull request adds a new feature, please drag and drop a video into this section to showcase what you've done! If not, you may delete this section. --> ### Feature Preview feat: delete key functionality by @MayurSMahajan in https://github.com/AppFlowy-IO/appflowy-editor/pull/272 feat: handle nested italics in bold text (issue 2324) by @btertoolen in https://github.com/AppFlowy-IO/appflowy-editor/pull/105 feat: support customize the font family for bold by @LucasXu0 in https://github.com/AppFlowy-IO/appflowy-editor/pull/300 feat: change windows and linux command for redo by @MayurSMahajan in https://github.com/AppFlowy-IO/appflowy-editor/pull/294 fix: slash menu keyword not shows up the option by @johansutrisno in https://github.com/AppFlowy-IO/appflowy-editor/pull/268 fix: unable to access the slash menu on web platform by @LucasXu0 in https://github.com/AppFlowy-IO/appflowy-editor/pull/303 fix: fix overflow in heading mobile toolbar menu by @hyj1204 in https://github.com/AppFlowy-IO/appflowy-editor/pull/291 fix: allow active toolbar widget color to be customized by @garv-shah in https://github.com/AppFlowy-IO/appflowy-editor/pull/261 fix: block selection overflow by @LucasXu0 in https://github.com/AppFlowy-IO/appflowy-editor/pull/312 <!--- List at least one issue here that this PR addresses. If it fixes the issue, please use the [fixes](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests) keyword to close the issue. For example: fixes https://github.com/AppFlowy-IO/AppFlowy/pull/2106 --> --- <!--- Before you mark this PR ready for review, run through this checklist! --> #### PR Checklist - [x] My code adheres to the [AppFlowy Style Guide](https://appflowy.gitbook.io/docs/essential-documentation/contribute-to-appflowy/software-contributions/submitting-code/style-guides) - [x] I've listed at least one issue that this PR fixes in the description above. - [ ] I've added a test(s) to validate changes in this PR, or this PR only contains semantic changes. - [ ] All existing tests are passing. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 22:19:04 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
AppFlowy-IO/AppFlowy#5514
No description provided.