[PR #1380] [MERGED] appflowy editor 0.0.7 #4696

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

📋 Pull Request Information

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

Base: mainHead: appflowy_editor_0_0_7


📝 Commits (4)

  • 76cdb68 chore: update language for bn_BN
  • 862ba31 chore: update main.dart
  • 90b9456 chore: update documentation for customizing a theme
  • ac36d76 chore: update version 0.0.7

📊 Changes

10 files changed (+164 additions, -105 deletions)

View changed files

📝 frontend/app_flowy/packages/appflowy_editor/documentation/customizing.md (+40 -47)
📝 frontend/app_flowy/packages/appflowy_editor/documentation/images/customizing_a_theme_after.png (+0 -0)
📝 frontend/app_flowy/packages/appflowy_editor/documentation/images/customizing_a_theme_before.png (+0 -0)
📝 frontend/app_flowy/packages/appflowy_editor/example/lib/main.dart (+28 -56)
frontend/app_flowy/packages/appflowy_editor/example/lib/plugin/editor_theme.dart (+40 -0)
📝 frontend/app_flowy/packages/appflowy_editor/lib/src/l10n/intl/messages_all.dart (+4 -0)
frontend/app_flowy/packages/appflowy_editor/lib/src/l10n/intl/messages_bn_BN.dart (+43 -0)
📝 frontend/app_flowy/packages/appflowy_editor/lib/src/l10n/l10n.dart (+1 -0)
📝 frontend/app_flowy/packages/appflowy_editor/lib/src/render/style/plugin_styles.dart (+7 -1)
📝 frontend/app_flowy/packages/appflowy_editor/pubspec.yaml (+1 -1)

📄 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/1380 **Author:** [@LucasXu0](https://github.com/LucasXu0) **Created:** 10/27/2022 **Status:** ✅ Merged **Merged:** 10/27/2022 **Merged by:** [@LucasXu0](https://github.com/LucasXu0) **Base:** `main` ← **Head:** `appflowy_editor_0_0_7` --- ### 📝 Commits (4) - [`76cdb68`](https://github.com/AppFlowy-IO/AppFlowy/commit/76cdb689fb3abdf4dd31e29696edcb9706cbbaad) chore: update language for bn_BN - [`862ba31`](https://github.com/AppFlowy-IO/AppFlowy/commit/862ba3173afba25440757d44d0889e96f852fc86) chore: update main.dart - [`90b9456`](https://github.com/AppFlowy-IO/AppFlowy/commit/90b9456b0b8e2ee70772c1f74a6a8244dc3dcc8b) chore: update documentation for customizing a theme - [`ac36d76`](https://github.com/AppFlowy-IO/AppFlowy/commit/ac36d76eedf23f34ddb8d9a2db7f7ddcf5a858fd) chore: update version 0.0.7 ### 📊 Changes **10 files changed** (+164 additions, -105 deletions) <details> <summary>View changed files</summary> 📝 `frontend/app_flowy/packages/appflowy_editor/documentation/customizing.md` (+40 -47) 📝 `frontend/app_flowy/packages/appflowy_editor/documentation/images/customizing_a_theme_after.png` (+0 -0) 📝 `frontend/app_flowy/packages/appflowy_editor/documentation/images/customizing_a_theme_before.png` (+0 -0) 📝 `frontend/app_flowy/packages/appflowy_editor/example/lib/main.dart` (+28 -56) ➕ `frontend/app_flowy/packages/appflowy_editor/example/lib/plugin/editor_theme.dart` (+40 -0) 📝 `frontend/app_flowy/packages/appflowy_editor/lib/src/l10n/intl/messages_all.dart` (+4 -0) ➕ `frontend/app_flowy/packages/appflowy_editor/lib/src/l10n/intl/messages_bn_BN.dart` (+43 -0) 📝 `frontend/app_flowy/packages/appflowy_editor/lib/src/l10n/l10n.dart` (+1 -0) 📝 `frontend/app_flowy/packages/appflowy_editor/lib/src/render/style/plugin_styles.dart` (+7 -1) 📝 `frontend/app_flowy/packages/appflowy_editor/pubspec.yaml` (+1 -1) </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:25 +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#4696
No description provided.