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
18 changes: 13 additions & 5 deletions docs/en/changelog/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### ✨ Added

- **workflow**: exit branch node ([#376](https://github.com/tegojs/tego-standard/pull/376)) [c53c0f2](https://github.com/tegojs/tego-standard/commit/c53c0f2f9fae19421f849da05c65cbfc86de4bde) (@TomyJan)

### 🐛 Fixed
## [1.6.22] - 2026-06-16

- formula fields support associated field values ([#387](https://github.com/tegojs/tego-standard/pull/387)) [c7f905e](https://github.com/tegojs/tego-standard/commit/c7f905e5e0ced6529c53b995966871c6f317d37b) (@dududuna)
### ✨ Added

- approval quick add ([#390](https://github.com/tegojs/tego-standard/pull/390)) (@dududuna)
- **workflow**: exit branch node ([#376](https://github.com/tegojs/tego-standard/pull/376)) (@TomyJan)

### 🐛 Fixed

- **client**: resolve fieldNames for deeply nested association fields in filter forms ([#393](https://github.com/tegojs/tego-standard/pull/393)) (@TomyJan)
- **client**: resolve circular dependency causing white screen ([#392](https://github.com/tegojs/tego-standard/pull/392)) (@TomyJan)
- **client**: harden exports and ACL permission handling ([#391](https://github.com/tegojs/tego-standard/pull/391)) (@TomyJan)
- **test**: stabilize standard test suites ([#389](https://github.com/tegojs/tego-standard/pull/389)) (@TomyJan)
- formula fields support associated field values ([#387](https://github.com/tegojs/tego-standard/pull/387)) (@dududuna)

## [1.6.21] - 2026-05-22

Expand Down Expand Up @@ -3036,7 +3043,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.21...HEAD
[Unreleased]: https://github.com/tegojs/tego-standard/compare/v1.6.22...HEAD
[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
[1.6.20]: https://github.com/tegojs/tego-standard/releases/tag/v1.6.20
[1.6.19]: https://github.com/tegojs/tego-standard/releases/tag/v1.6.19
Expand Down
18 changes: 13 additions & 5 deletions docs/zh/changelog/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,22 @@

## [未发布]

### ✨ 新增

- **workflow**: 退出分支节点 ([#376](https://github.com/tegojs/tego-standard/pull/376)) [c53c0f2](https://github.com/tegojs/tego-standard/commit/c53c0f2f9fae19421f849da05c65cbfc86de4bde) (@TomyJan)

### 🐛 修复
## [1.6.22] - 2026-06-16

- 公式字段支持关联字段值 ([#387](https://github.com/tegojs/tego-standard/pull/387)) [c7f905e](https://github.com/tegojs/tego-standard/commit/c7f905e5e0ced6529c53b995966871c6f317d37b) (@dududuna)
### ✨ 新增

- 批准快速添加 ([#390](https://github.com/tegojs/tego-standard/pull/390)) (@dududuna)
- **workflow**: 退出分支节点 ([#376](https://github.com/tegojs/tego-standard/pull/376)) (@TomyJan)

### 🐛 修复

- **client**: 解析过滤器表单中深层嵌套关联字段的字段名称 ([#393](https://github.com/tegojs/tego-standard/pull/393)) (@TomyJan)
- **client**: 解决导致白屏的循环依赖 ([#392](https://github.com/tegojs/tego-standard/pull/392)) (@TomyJan)
- **client**: 强化导出和 ACL 权限处理 ([#391](https://github.com/tegojs/tego-standard/pull/391)) (@TomyJan)
- **test**: 稳定标准测试套件 ([#389](https://github.com/tegojs/tego-standard/pull/389)) (@TomyJan)
- 公式字段支持关联字段值 ([#387](https://github.com/tegojs/tego-standard/pull/387)) (@dududuna)

## [1.6.21] - 2026-05-22

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


[未发布]: https://github.com/tegojs/tego-standard/compare/v1.6.21...HEAD
[未发布]: https://github.com/tegojs/tego-standard/compare/v1.6.22...HEAD
[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
[1.6.20]: https://github.com/tegojs/tego-standard/releases/tag/v1.6.20
[1.6.19]: https://github.com/tegojs/tego-standard/releases/tag/v1.6.19
Expand Down
Loading