|
|
@@ -1,6 +1,29 @@
|
|
|
# 更新日志 (Changelog)
|
|
|
|
|
|
此文件记录所有构建版本的变更。
|
|
|
+## v1.0.35 (2026-07-08)
|
|
|
+
|
|
|
+### Bug 修复
|
|
|
+- add missing wangEditor Toolbar component to enable rich text editing
|
|
|
+- add overflow:auto scroll wrapper to all 58 pages with fixed=right columns
|
|
|
+
|
|
|
+### 其他
|
|
|
+- - Fix prop name from :config to :defaultConfig (wangEditor Vue2 API)
|
|
|
+- - Add toolbarConfig for Toolbar component initialization
|
|
|
+- - Add missing @wangeditor/editor CSS import to ArticleEdit and ActivityEdit
|
|
|
+- - Add editor CSS styles (rich-editor border, toolbar wrap, text-container min-height)
|
|
|
+-
|
|
|
+- - All 58 Vue pages with fixed="right" columns now have horizontal scroll container
|
|
|
+- - Pattern: div wrapper with overflow:auto;max-height:calc(100vh - 300px)
|
|
|
+-
|
|
|
+
|
|
|
+
|
|
|
+## v1.0.31 (2026-07-08)
|
|
|
+
|
|
|
+### 工程化
|
|
|
+- auto bump version and changelog [skip ci]
|
|
|
+
|
|
|
+
|
|
|
## v1.0.29 (2026-07-08)
|
|
|
|
|
|
### 工程化
|