[PR #1375] [MERGED] Release 0.0.6.1 #4692

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/1375
Author: @LucasXu0
Created: 10/26/2022
Status: Merged
Merged: 10/27/2022
Merged by: @LucasXu0

Base: release/0.0.6Head: release/0.0.6.1


📝 Commits (6)

  • ceb309a feat: adapt dark mode
  • e426aa5 fix: copy link and code style
  • 9477f00 fix: selection menu show position
  • d0d7529 chore: update changlog and version
  • 3bec4ca chore: enable CI check for release/* branch
  • b293150 test: fix test

📊 Changes

48 files changed (+1071 additions, -558 deletions)

View changed files

📝 .github/workflows/appflowy_editor_test.yml (+2 -0)
📝 .github/workflows/ci.yaml (+2 -0)
📝 .github/workflows/dart_lint.yml (+2 -0)
📝 .github/workflows/dart_test.yml (+2 -0)
📝 .github/workflows/rust_coverage.yml (+2 -0)
📝 .github/workflows/rust_lint.yml (+2 -0)
📝 .github/workflows/rust_test.yml (+2 -0)
📝 CHANGELOG.md (+8 -0)
📝 frontend/Makefile.toml (+1 -1)
📝 frontend/app_flowy/lib/plugins/board/application/board_data_controller.dart (+2 -1)
📝 frontend/app_flowy/lib/plugins/doc/document_page.dart (+6 -1)
📝 frontend/app_flowy/lib/plugins/doc/editor_styles.dart (+51 -47)
📝 frontend/app_flowy/lib/plugins/doc/presentation/plugins/horizontal_rule_node_widget.dart (+4 -2)
📝 frontend/app_flowy/packages/appflowy_editor/example/lib/main.dart (+23 -45)
📝 frontend/app_flowy/packages/appflowy_editor/example/lib/plugin/code_block_node_widget.dart (+2 -2)
📝 frontend/app_flowy/packages/appflowy_editor/example/lib/plugin/horizontal_rule_node_widget.dart (+1 -1)
📝 frontend/app_flowy/packages/appflowy_editor/example/lib/plugin/tex_block_node_widget.dart (+1 -1)
📝 frontend/app_flowy/packages/appflowy_editor/lib/appflowy_editor.dart (+2 -0)
📝 frontend/app_flowy/packages/appflowy_editor/lib/src/editor_state.dart (+4 -3)
frontend/app_flowy/packages/appflowy_editor/lib/src/extensions/theme_extension.dart (+10 -0)

...and 28 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/1375 **Author:** [@LucasXu0](https://github.com/LucasXu0) **Created:** 10/26/2022 **Status:** ✅ Merged **Merged:** 10/27/2022 **Merged by:** [@LucasXu0](https://github.com/LucasXu0) **Base:** `release/0.0.6` ← **Head:** `release/0.0.6.1` --- ### 📝 Commits (6) - [`ceb309a`](https://github.com/AppFlowy-IO/AppFlowy/commit/ceb309ac50a818e37a25bbb4fa4d49043f094a15) feat: adapt dark mode - [`e426aa5`](https://github.com/AppFlowy-IO/AppFlowy/commit/e426aa51952a57f970f368e5c9ff3083a9d17d2e) fix: copy link and code style - [`9477f00`](https://github.com/AppFlowy-IO/AppFlowy/commit/9477f00831d68e02909a31d52fb177e8953ae135) fix: selection menu show position - [`d0d7529`](https://github.com/AppFlowy-IO/AppFlowy/commit/d0d7529d2845b82a3de9c89d36decb3e854dc071) chore: update changlog and version - [`3bec4ca`](https://github.com/AppFlowy-IO/AppFlowy/commit/3bec4caa53637ad4ab5092f37668de8677fd7471) chore: enable CI check for release/* branch - [`b293150`](https://github.com/AppFlowy-IO/AppFlowy/commit/b293150b191e8fdc71b5012c717d23c83620b940) test: fix test ### 📊 Changes **48 files changed** (+1071 additions, -558 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/appflowy_editor_test.yml` (+2 -0) 📝 `.github/workflows/ci.yaml` (+2 -0) 📝 `.github/workflows/dart_lint.yml` (+2 -0) 📝 `.github/workflows/dart_test.yml` (+2 -0) 📝 `.github/workflows/rust_coverage.yml` (+2 -0) 📝 `.github/workflows/rust_lint.yml` (+2 -0) 📝 `.github/workflows/rust_test.yml` (+2 -0) 📝 `CHANGELOG.md` (+8 -0) 📝 `frontend/Makefile.toml` (+1 -1) 📝 `frontend/app_flowy/lib/plugins/board/application/board_data_controller.dart` (+2 -1) 📝 `frontend/app_flowy/lib/plugins/doc/document_page.dart` (+6 -1) 📝 `frontend/app_flowy/lib/plugins/doc/editor_styles.dart` (+51 -47) 📝 `frontend/app_flowy/lib/plugins/doc/presentation/plugins/horizontal_rule_node_widget.dart` (+4 -2) 📝 `frontend/app_flowy/packages/appflowy_editor/example/lib/main.dart` (+23 -45) 📝 `frontend/app_flowy/packages/appflowy_editor/example/lib/plugin/code_block_node_widget.dart` (+2 -2) 📝 `frontend/app_flowy/packages/appflowy_editor/example/lib/plugin/horizontal_rule_node_widget.dart` (+1 -1) 📝 `frontend/app_flowy/packages/appflowy_editor/example/lib/plugin/tex_block_node_widget.dart` (+1 -1) 📝 `frontend/app_flowy/packages/appflowy_editor/lib/appflowy_editor.dart` (+2 -0) 📝 `frontend/app_flowy/packages/appflowy_editor/lib/src/editor_state.dart` (+4 -3) ➕ `frontend/app_flowy/packages/appflowy_editor/lib/src/extensions/theme_extension.dart` (+10 -0) _...and 28 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:24 +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#4692
No description provided.