[PR #6910] [MERGED] chore: release version 0.7.6 #7631

Closed
opened 2026-03-23 23:20:31 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

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

Base: mainHead: release/0.7.7


📝 Commits (3)

  • 893049c chore: update changelog
  • 1ab5dc4 feat: support displaying text color, background color and font item in table cell
  • 4c4b356 fix: integration test and unit test

📊 Changes

10 files changed (+91 additions, -42 deletions)

View changed files

📝 CHANGELOG.md (+9 -0)
📝 frontend/appflowy_flutter/integration_test/desktop/document/document_with_simple_table_test.dart (+27 -5)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/editor_page.dart (+6 -3)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/simple_table/simple_table_block_component.dart (+5 -1)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/simple_table/simple_table_operations/simple_table_node_extension.dart (+13 -2)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/simple_table/simple_table_operations/simple_table_style_operation.dart (+2 -2)
📝 frontend/appflowy_flutter/test/unit_test/simple_table/simple_table_delete_operation_test.dart (+6 -6)
📝 frontend/appflowy_flutter/test/unit_test/simple_table/simple_table_duplicate_operation_test.dart (+10 -10)
📝 frontend/appflowy_flutter/test/unit_test/simple_table/simple_table_insert_operation_test.dart (+8 -8)
📝 frontend/appflowy_flutter/test/unit_test/simple_table/simple_table_style_operation_test.dart (+5 -5)

📄 Description

Version 0.7.6 - 03/12/2024

New Features

  • Revamped the simple table UI
  • Added support for capturing images from camera on mobile

Bug Fixes

  • Improved markdown rendering capabilities in AI writer
  • Fixed an issue where pressing Enter on a collapsed toggle list would add an unnecessary new line
  • Fixed an issue where creating a document from slash menu could insert content at incorrect position

🔄 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/6910 **Author:** [@LucasXu0](https://github.com/LucasXu0) **Created:** 12/3/2024 **Status:** ✅ Merged **Merged:** 12/3/2024 **Merged by:** [@LucasXu0](https://github.com/LucasXu0) **Base:** `main` ← **Head:** `release/0.7.7` --- ### 📝 Commits (3) - [`893049c`](https://github.com/AppFlowy-IO/AppFlowy/commit/893049c13e3200d7d0fd051b561f51381eceb073) chore: update changelog - [`1ab5dc4`](https://github.com/AppFlowy-IO/AppFlowy/commit/1ab5dc4c7d36ee324499367b265c7294cbec911a) feat: support displaying text color, background color and font item in table cell - [`4c4b356`](https://github.com/AppFlowy-IO/AppFlowy/commit/4c4b3564350ace0f1575ffd550488a90becbf618) fix: integration test and unit test ### 📊 Changes **10 files changed** (+91 additions, -42 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+9 -0) 📝 `frontend/appflowy_flutter/integration_test/desktop/document/document_with_simple_table_test.dart` (+27 -5) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/editor_page.dart` (+6 -3) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/simple_table/simple_table_block_component.dart` (+5 -1) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/simple_table/simple_table_operations/simple_table_node_extension.dart` (+13 -2) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/simple_table/simple_table_operations/simple_table_style_operation.dart` (+2 -2) 📝 `frontend/appflowy_flutter/test/unit_test/simple_table/simple_table_delete_operation_test.dart` (+6 -6) 📝 `frontend/appflowy_flutter/test/unit_test/simple_table/simple_table_duplicate_operation_test.dart` (+10 -10) 📝 `frontend/appflowy_flutter/test/unit_test/simple_table/simple_table_insert_operation_test.dart` (+8 -8) 📝 `frontend/appflowy_flutter/test/unit_test/simple_table/simple_table_style_operation_test.dart` (+5 -5) </details> ### 📄 Description ## Version 0.7.6 - 03/12/2024 ### New Features - Revamped the simple table UI - Added support for capturing images from camera on mobile ### Bug Fixes - Improved markdown rendering capabilities in AI writer - Fixed an issue where pressing Enter on a collapsed toggle list would add an unnecessary new line - Fixed an issue where creating a document from slash menu could insert content at incorrect position --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 23:20:31 +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#7631
No description provided.