[PR #3153] [MERGED] chore: update editor version to 1.2.3 #5604

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/3153
Author: @LucasXu0
Created: 8/10/2023
Status: Merged
Merged: 8/10/2023
Merged by: @LucasXu0

Base: mainHead: update_editor_1_2_3


📝 Commits (3)

  • 5eeecaa chore: update editor version to 1.2.3
  • e603d8c fix: pasted content gets reversed when pasting at the first line
  • f78456d test: add paste test and update the existing tests

📊 Changes

13 files changed (+70 additions, -13 deletions)

View changed files

frontend/appflowy_flutter/integration_test/document/document_copy_and_paste_test.dart (+47 -0)
📝 frontend/appflowy_flutter/integration_test/document/document_test_runner.dart (+2 -0)
📝 frontend/appflowy_flutter/integration_test/share_markdown_test.dart (+7 -0)
📝 frontend/appflowy_flutter/integration_test/util/editor_test_operations.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/plugins/document/application/editor_transaction_adapter.dart (+4 -3)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/callout/callout_block_component.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/code_block/code_block_component.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/math_equation/math_equation_block_component.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/openai/widgets/auto_completion_node_widget.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/outline/outline_block_component.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/toggle/toggle_block_component.dart (+1 -1)
📝 frontend/appflowy_flutter/pubspec.lock (+2 -2)
📝 frontend/appflowy_flutter/pubspec.yaml (+1 -1)

📄 Description

Feature Preview

CHANGELOG


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/3153 **Author:** [@LucasXu0](https://github.com/LucasXu0) **Created:** 8/10/2023 **Status:** ✅ Merged **Merged:** 8/10/2023 **Merged by:** [@LucasXu0](https://github.com/LucasXu0) **Base:** `main` ← **Head:** `update_editor_1_2_3` --- ### 📝 Commits (3) - [`5eeecaa`](https://github.com/AppFlowy-IO/AppFlowy/commit/5eeecaa298576bf786230cca1e39636cdbcafc4a) chore: update editor version to 1.2.3 - [`e603d8c`](https://github.com/AppFlowy-IO/AppFlowy/commit/e603d8ca1be0259400654b88da19f45d35b8e836) fix: pasted content gets reversed when pasting at the first line - [`f78456d`](https://github.com/AppFlowy-IO/AppFlowy/commit/f78456d024385d01654e5d3566ced306192e4013) test: add paste test and update the existing tests ### 📊 Changes **13 files changed** (+70 additions, -13 deletions) <details> <summary>View changed files</summary> ➕ `frontend/appflowy_flutter/integration_test/document/document_copy_and_paste_test.dart` (+47 -0) 📝 `frontend/appflowy_flutter/integration_test/document/document_test_runner.dart` (+2 -0) 📝 `frontend/appflowy_flutter/integration_test/share_markdown_test.dart` (+7 -0) 📝 `frontend/appflowy_flutter/integration_test/util/editor_test_operations.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/plugins/document/application/editor_transaction_adapter.dart` (+4 -3) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/callout/callout_block_component.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/code_block/code_block_component.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/math_equation/math_equation_block_component.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/openai/widgets/auto_completion_node_widget.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/outline/outline_block_component.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/toggle/toggle_block_component.dart` (+1 -1) 📝 `frontend/appflowy_flutter/pubspec.lock` (+2 -2) 📝 `frontend/appflowy_flutter/pubspec.yaml` (+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 CHANGELOG - https://pub.dev/packages/appflowy_editor/changelog <!--- 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. - [x] I've added a test(s) to validate changes in this PR, or this PR only contains semantic changes. - [x] 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:29 +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#5604
No description provided.