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

## [Unreleased]

### 🐛 Fixed

- **client**: guard association parent lookup without source ([#377](https://github.com/tegojs/tego-standard/pull/377)) [85d97e9](https://github.com/tegojs/tego-standard/commit/85d97e9db46f94621b1d93de953dc8dc525db0d8) (@TomyJan)

## [1.6.18] - 2026-05-19

### 🐛 Fixed

- **client**: normalize custom filter variables ([#382](https://github.com/tegojs/tego-standard/pull/382)) (@TomyJan)
- **client&form-design**: guard missing component props ([#381](https://github.com/tegojs/tego-standard/pull/381)) (@TomyJan)
- **client**: normalize date-only picker boundaries ([#379](https://github.com/tegojs/tego-standard/pull/379)) (@TomyJan)
- **client**: correct custom filter variable substitution ([#380](https://github.com/tegojs/tego-standard/pull/380)) (@TomyJan)
- **client**: guard association parent lookup without source ([#377](https://github.com/tegojs/tego-standard/pull/377)) (@TomyJan)

## [1.6.17] - 2026-04-28

Expand Down Expand Up @@ -2999,7 +3005,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.17...HEAD
[Unreleased]: https://github.com/tegojs/tego-standard/compare/v1.6.18...HEAD
[1.6.18]: https://github.com/tegojs/tego-standard/releases/tag/v1.6.18
[1.6.17]: https://github.com/tegojs/tego-standard/releases/tag/v1.6.17
[1.6.16]: https://github.com/tegojs/tego-standard/releases/tag/v1.6.16
[1.6.15]: https://github.com/tegojs/tego-standard/releases/tag/v1.6.15
Expand Down
13 changes: 10 additions & 3 deletions docs/zh/changelog/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,17 @@

## [未发布]

### 🐛 修复

- **client**: 无源保护关联父级查找 ([#377](https://github.com/tegojs/tego-standard/pull/377)) [85d97e9](https://github.com/tegojs/tego-standard/commit/85d97e9db46f94621b1d93de953dc8dc525db0d8) (@TomyJan)

## [1.6.18] - 2026-05-19

### 🐛 修复

- **client**: 规范化自定义过滤器变量 ([#382](https://github.com/tegojs/tego-standard/pull/382)) (@TomyJan)
- **client&form-design**: 保护丢失的组件道具 ([#381](https://github.com/tegojs/tego-standard/pull/381)) (@TomyJan)
- **client**: 标准化仅日期选择器边界([#379](https://github.com/tegojs/tego-standard/pull/379)) (@TomyJan)
- **client**: 正确的自定义过滤器变量替换 ([#380](https://github.com/tegojs/tego-standard/pull/380)) (@TomyJan)
- **client**: 无源保护关联父级查找 ([#377](https://github.com/tegojs/tego-standard/pull/377)) (@TomyJan)

## [1.6.17] - 2026-04-28

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


[未发布]: https://github.com/tegojs/tego-standard/compare/v1.6.17...HEAD
[未发布]: https://github.com/tegojs/tego-standard/compare/v1.6.18...HEAD
[1.6.18]: https://github.com/tegojs/tego-standard/releases/tag/v1.6.18
[1.6.17]: https://github.com/tegojs/tego-standard/releases/tag/v1.6.17
[1.6.16]: https://github.com/tegojs/tego-standard/releases/tag/v1.6.16
[1.6.15]: https://github.com/tegojs/tego-standard/releases/tag/v1.6.15
Expand Down
Loading