[PR #1399] [MERGED] Release/0.0.6.2 #4713

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/1399
Author: @appflowy
Created: 10/30/2022
Status: Merged
Merged: 10/30/2022
Merged by: @appflowy

Base: release/0.0.6Head: release/0.0.6.2


📝 Commits (3)

📊 Changes

33 files changed (+1789 additions, -760 deletions)

View changed files

📝 frontend/app_flowy/pubspec.lock (+1 -1)
📝 frontend/rust-lib/flowy-document/src/editor/document.rs (+2 -4)
📝 frontend/rust-lib/flowy-document/src/editor/document_serde.rs (+23 -16)
📝 frontend/rust-lib/flowy-document/tests/editor/op_test.rs (+1 -2)
📝 frontend/rust-lib/flowy-document/tests/editor/serde_test.rs (+1 -1)
📝 frontend/rust-lib/flowy-document/tests/new_document/script.rs (+2 -2)
📝 frontend/rust-lib/flowy-folder/src/services/workspace/event_handler.rs (+0 -1)
📝 shared-lib/lib-ot/src/core/attributes/attribute.rs (+21 -5)
📝 shared-lib/lib-ot/src/core/attributes/attribute_serde.rs (+22 -8)
📝 shared-lib/lib-ot/src/core/delta/builder.rs (+6 -6)
shared-lib/lib-ot/src/core/delta/operation/builder.rs (+0 -51)
📝 shared-lib/lib-ot/src/core/delta/operation/mod.rs (+0 -2)
📝 shared-lib/lib-ot/src/core/delta/ops.rs (+4 -0)
📝 shared-lib/lib-ot/src/core/node_tree/mod.rs (+1 -0)
📝 shared-lib/lib-ot/src/core/node_tree/node.rs (+57 -6)
📝 shared-lib/lib-ot/src/core/node_tree/operation.rs (+137 -36)
📝 shared-lib/lib-ot/src/core/node_tree/operation_serde.rs (+34 -181)
📝 shared-lib/lib-ot/src/core/node_tree/path.rs (+1 -1)
📝 shared-lib/lib-ot/src/core/node_tree/transaction.rs (+77 -83)
📝 shared-lib/lib-ot/src/core/node_tree/tree.rs (+94 -26)

...and 13 more files

📄 Description

No description provided


🔄 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/1399 **Author:** [@appflowy](https://github.com/appflowy) **Created:** 10/30/2022 **Status:** ✅ Merged **Merged:** 10/30/2022 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `release/0.0.6` ← **Head:** `release/0.0.6.2` --- ### 📝 Commits (3) - [`413c49d`](https://github.com/AppFlowy-IO/AppFlowy/commit/413c49db5e5b68bb87dff745b8b259fd02272aeb) Feat/op compose (#1392) - [`05922a6`](https://github.com/AppFlowy-IO/AppFlowy/commit/05922a6964711ce5784118139bd6c7fcae51f861) fix: support float value in attributes (#1396) - [`a83cbcc`](https://github.com/AppFlowy-IO/AppFlowy/commit/a83cbcc5b7493b62337c56d019f7d75fb251056c) fix: changeset composing (#1398) ### 📊 Changes **33 files changed** (+1789 additions, -760 deletions) <details> <summary>View changed files</summary> 📝 `frontend/app_flowy/pubspec.lock` (+1 -1) 📝 `frontend/rust-lib/flowy-document/src/editor/document.rs` (+2 -4) 📝 `frontend/rust-lib/flowy-document/src/editor/document_serde.rs` (+23 -16) 📝 `frontend/rust-lib/flowy-document/tests/editor/op_test.rs` (+1 -2) 📝 `frontend/rust-lib/flowy-document/tests/editor/serde_test.rs` (+1 -1) 📝 `frontend/rust-lib/flowy-document/tests/new_document/script.rs` (+2 -2) 📝 `frontend/rust-lib/flowy-folder/src/services/workspace/event_handler.rs` (+0 -1) 📝 `shared-lib/lib-ot/src/core/attributes/attribute.rs` (+21 -5) 📝 `shared-lib/lib-ot/src/core/attributes/attribute_serde.rs` (+22 -8) 📝 `shared-lib/lib-ot/src/core/delta/builder.rs` (+6 -6) ➖ `shared-lib/lib-ot/src/core/delta/operation/builder.rs` (+0 -51) 📝 `shared-lib/lib-ot/src/core/delta/operation/mod.rs` (+0 -2) 📝 `shared-lib/lib-ot/src/core/delta/ops.rs` (+4 -0) 📝 `shared-lib/lib-ot/src/core/node_tree/mod.rs` (+1 -0) 📝 `shared-lib/lib-ot/src/core/node_tree/node.rs` (+57 -6) 📝 `shared-lib/lib-ot/src/core/node_tree/operation.rs` (+137 -36) 📝 `shared-lib/lib-ot/src/core/node_tree/operation_serde.rs` (+34 -181) 📝 `shared-lib/lib-ot/src/core/node_tree/path.rs` (+1 -1) 📝 `shared-lib/lib-ot/src/core/node_tree/transaction.rs` (+77 -83) 📝 `shared-lib/lib-ot/src/core/node_tree/tree.rs` (+94 -26) _...and 13 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 22:15: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#4713
No description provided.