Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion docs/en/changelog/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0



## [1.6.24] - 2026-07-09

### 🐛 Fixed

- **formula-field**: calculate on save only and load association scope & fix(backup): skip unavailable plugins during restore and startup ([#401](https://github.com/tegojs/tego-standard/pull/401)) (@bai.zixv)
- add document preview ([#319](https://github.com/tegojs/tego-standard/pull/319)) (@dududuna)
- set the table alignment to center ([#394](https://github.com/tegojs/tego-standard/pull/394)) (@dududuna)

## [1.6.23] - 2026-07-07

### ✨ Added
Expand Down Expand Up @@ -3055,7 +3063,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- update readme ([#1595](https://github.com/tegojs/tego-standard/pull/1595)) (@sealday)


[Unreleased]: https://github.com/tegojs/tego-standard/compare/v1.6.23...HEAD
[Unreleased]: https://github.com/tegojs/tego-standard/compare/v1.6.24...HEAD
[1.6.24]: https://github.com/tegojs/tego-standard/releases/tag/v1.6.24
[1.6.23]: https://github.com/tegojs/tego-standard/releases/tag/v1.6.23
[1.6.22]: https://github.com/tegojs/tego-standard/releases/tag/v1.6.22
[1.6.21]: https://github.com/tegojs/tego-standard/releases/tag/v1.6.21
Expand Down
11 changes: 10 additions & 1 deletion docs/zh/changelog/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@



## [1.6.24] - 2026-07-09

### 🐛 修复

- **formula-field**: 仅计算保存和加载关联范围和修复(备份):在恢复和启动期间跳过不可用的插件([#401](https://github.com/tegojs/tego-standard/pull/401)) (@bai.zixv)
- 添加文档预览 ([#319](https://github.com/tegojs/tego-standard/pull/319)) (@dududuna)
- 将表格对齐设置为居中([#394](https://github.com/tegojs/tego-standard/pull/394)) (@dududuna)

## [1.6.23] - 2026-07-07

### ✨ 新增
Expand Down Expand Up @@ -3055,7 +3063,8 @@
- 更新自述文件 ([#1595](https://github.com/tegojs/tego-standard/pull/1595)) (@sealday)


[未发布]: https://github.com/tegojs/tego-standard/compare/v1.6.23...HEAD
[未发布]: https://github.com/tegojs/tego-standard/compare/v1.6.24...HEAD
[1.6.24]: https://github.com/tegojs/tego-standard/releases/tag/v1.6.24
[1.6.23]: https://github.com/tegojs/tego-standard/releases/tag/v1.6.23
[1.6.22]: https://github.com/tegojs/tego-standard/releases/tag/v1.6.22
[1.6.21]: https://github.com/tegojs/tego-standard/releases/tag/v1.6.21
Expand Down
Loading