[PR #6282] [MERGED] chore: update appflowy_editor version #7292

Closed
opened 2026-03-23 23:18:58 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/6282
Author: @LucasXu0
Created: 9/12/2024
Status: Merged
Merged: 9/12/2024
Merged by: @LucasXu0

Base: mainHead: update_editor_version_5


📝 Commits (8)

  • 578717e chore: update connectivity_plus
  • c964b76 chore: update appflowy_editor
  • 1705bf1 chore: enable editor log when enableDocumentInternalLog is true
  • 41dbcad chore: update podfile.lock
  • 5d1ac4f Revert "chore: update podfile.lock"
  • d4ab00c fix: compile
  • fd65706 chore: revert hotkey changes
  • 995f98d chore: revert network_monitor change

📊 Changes

110 files changed (+544 additions, -558 deletions)

View changed files

📝 frontend/appflowy_flutter/integration_test/shared/data.dart (+2 -3)
📝 frontend/appflowy_flutter/integration_test/shared/editor_test_operations.dart (+1 -1)
📝 frontend/appflowy_flutter/integration_test/shared/expectation.dart (+2 -2)
📝 frontend/appflowy_flutter/lib/mobile/presentation/home/mobile_home_page.dart (+1 -2)
📝 frontend/appflowy_flutter/lib/mobile/presentation/setting/workspace/member_list.dart (+2 -2)
📝 frontend/appflowy_flutter/lib/plugins/ai_chat/chat_page.dart (+4 -4)
📝 frontend/appflowy_flutter/lib/plugins/ai_chat/presentation/chat_input/chat_input.dart (+5 -5)
📝 frontend/appflowy_flutter/lib/plugins/base/emoji/emoji_picker_header.dart (+2 -2)
📝 frontend/appflowy_flutter/lib/plugins/database/application/tab_bar_bloc.dart (+2 -2)
📝 frontend/appflowy_flutter/lib/plugins/database/board/application/board_bloc.dart (+3 -5)
📝 frontend/appflowy_flutter/lib/plugins/database/board/presentation/board_page.dart (+2 -2)
📝 frontend/appflowy_flutter/lib/plugins/database/calendar/presentation/calendar_day.dart (+9 -9)
📝 frontend/appflowy_flutter/lib/plugins/database/calendar/presentation/calendar_event_card.dart (+2 -2)
📝 frontend/appflowy_flutter/lib/plugins/database/calendar/presentation/calendar_page.dart (+11 -11)
📝 frontend/appflowy_flutter/lib/plugins/database/grid/presentation/layout/sizes.dart (+4 -4)
📝 frontend/appflowy_flutter/lib/plugins/database/grid/presentation/widgets/header/grid_header.dart (+2 -2)
📝 frontend/appflowy_flutter/lib/plugins/database/tab_bar/tab_bar_view.dart (+3 -3)
📝 frontend/appflowy_flutter/lib/plugins/database/widgets/card/card.dart (+3 -5)
📝 frontend/appflowy_flutter/lib/plugins/database/widgets/cell/desktop_grid/desktop_grid_media_cell.dart (+3 -4)
📝 frontend/appflowy_flutter/lib/plugins/database/widgets/cell_editor/extension.dart (+2 -2)

...and 80 more files

📄 Description

Feature Preview

update:

update connectivity_plus and hoteky will cause a build error.

  • Update connectivity_plus to support more network types
  • Update hotkey to fix potential issue where some keys don't work
  • Update appflowy_editor (remove Log, PlatformExtension)

PR Checklist

  • My code adheres to AppFlowy's Conventions
  • 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/6282 **Author:** [@LucasXu0](https://github.com/LucasXu0) **Created:** 9/12/2024 **Status:** ✅ Merged **Merged:** 9/12/2024 **Merged by:** [@LucasXu0](https://github.com/LucasXu0) **Base:** `main` ← **Head:** `update_editor_version_5` --- ### 📝 Commits (8) - [`578717e`](https://github.com/AppFlowy-IO/AppFlowy/commit/578717eb7df9459c81b40affce8e56d60198b194) chore: update connectivity_plus - [`c964b76`](https://github.com/AppFlowy-IO/AppFlowy/commit/c964b769c51243b6c862e1ec26824c6d25b99208) chore: update appflowy_editor - [`1705bf1`](https://github.com/AppFlowy-IO/AppFlowy/commit/1705bf10c04027adf0c482d11533a0883eeed5cc) chore: enable editor log when enableDocumentInternalLog is true - [`41dbcad`](https://github.com/AppFlowy-IO/AppFlowy/commit/41dbcad8c19756c6b820fb3ab039d08c3c7dc73a) chore: update podfile.lock - [`5d1ac4f`](https://github.com/AppFlowy-IO/AppFlowy/commit/5d1ac4f3bfc0277e42850aa1692bf2b6bbb4ac88) Revert "chore: update podfile.lock" - [`d4ab00c`](https://github.com/AppFlowy-IO/AppFlowy/commit/d4ab00c11491621e90e51868588b941e0ce65920) fix: compile - [`fd65706`](https://github.com/AppFlowy-IO/AppFlowy/commit/fd65706532c90b6e89481cd70c159b22edf3ee8e) chore: revert hotkey changes - [`995f98d`](https://github.com/AppFlowy-IO/AppFlowy/commit/995f98d54bd2386dfc6cba5d60ea4b415f6a8bea) chore: revert network_monitor change ### 📊 Changes **110 files changed** (+544 additions, -558 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/integration_test/shared/data.dart` (+2 -3) 📝 `frontend/appflowy_flutter/integration_test/shared/editor_test_operations.dart` (+1 -1) 📝 `frontend/appflowy_flutter/integration_test/shared/expectation.dart` (+2 -2) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/home/mobile_home_page.dart` (+1 -2) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/setting/workspace/member_list.dart` (+2 -2) 📝 `frontend/appflowy_flutter/lib/plugins/ai_chat/chat_page.dart` (+4 -4) 📝 `frontend/appflowy_flutter/lib/plugins/ai_chat/presentation/chat_input/chat_input.dart` (+5 -5) 📝 `frontend/appflowy_flutter/lib/plugins/base/emoji/emoji_picker_header.dart` (+2 -2) 📝 `frontend/appflowy_flutter/lib/plugins/database/application/tab_bar_bloc.dart` (+2 -2) 📝 `frontend/appflowy_flutter/lib/plugins/database/board/application/board_bloc.dart` (+3 -5) 📝 `frontend/appflowy_flutter/lib/plugins/database/board/presentation/board_page.dart` (+2 -2) 📝 `frontend/appflowy_flutter/lib/plugins/database/calendar/presentation/calendar_day.dart` (+9 -9) 📝 `frontend/appflowy_flutter/lib/plugins/database/calendar/presentation/calendar_event_card.dart` (+2 -2) 📝 `frontend/appflowy_flutter/lib/plugins/database/calendar/presentation/calendar_page.dart` (+11 -11) 📝 `frontend/appflowy_flutter/lib/plugins/database/grid/presentation/layout/sizes.dart` (+4 -4) 📝 `frontend/appflowy_flutter/lib/plugins/database/grid/presentation/widgets/header/grid_header.dart` (+2 -2) 📝 `frontend/appflowy_flutter/lib/plugins/database/tab_bar/tab_bar_view.dart` (+3 -3) 📝 `frontend/appflowy_flutter/lib/plugins/database/widgets/card/card.dart` (+3 -5) 📝 `frontend/appflowy_flutter/lib/plugins/database/widgets/cell/desktop_grid/desktop_grid_media_cell.dart` (+3 -4) 📝 `frontend/appflowy_flutter/lib/plugins/database/widgets/cell_editor/extension.dart` (+2 -2) _...and 80 more files_ </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 update: update connectivity_plus and hoteky will cause a build error. - [x] ~~Update connectivity_plus to support more network types~~ - [x] ~~Update hotkey to fix potential issue where some keys don't work~~ - [x] Update appflowy_editor (remove Log, PlatformExtension) <!--- 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 [AppFlowy's Conventions](https://docs.appflowy.io/docs/documentation/software-contributions/conventions) - [ ] 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 23:18:58 +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#7292
No description provided.