Releases: TEDI-Design-System/angular
Releases · TEDI-Design-System/angular
angular-6.4.0-rc.4
6.4.0-rc.4 (2026-05-20)
Bug Fixes
angular-6.4.0-rc.3
angular-6.4.0-rc.2
6.4.0-rc.2 (2026-05-08)
Features
angular-6.4.0-rc.1
angular-6.3.1
angular-6.3.0
6.3.0 (2026-04-29)
Bug Fixes
- button: fixed invalid padding being set for neutral buttons #383 (#391) (426d231)
- general: update core version #418 (#419) (aa5cef7)
- modal: added custom class to modal close button #409 (#411) (e81fa01)
- text-field: fix circular dependency issue when using with reactive forms #382 (#392) (89cf3f0)
- text-field: fix disabled state tracking #421 (#422) (39db9ca)
- variables: update core version, fix variable names #400 (#408) (05a3153)
Features
- accordion: add clickable and iconPosition props to community accordion header #552 (d4f3251)
- checkbox,radio: added formControl support to groups #412 (#413) (077be96)
- checkbox: added checkbox-card variant #222 (#378) (d04a7d6)
- icon: added inherit ColorType #114 (#389) (37836f4)
- modal: completed modal tedi-ready development #223 (#377) (31868b0)
- radio: new TEDI-ready component #7 (#381) (37d21ac)
- select: new tedi-ready component #15 (#343) (56af62c)
Infrastructure
- Bumped
@tedi-design-system/corepeer/runtime dependency from^3.3.0to^6.0.1. Update consuming applications to a compatible core version. - Added a custom theme application guide for
ThemeService(#395, #399).
Deprecations
The following are now deprecated and targeted for removal in October 2026.
| Deprecated | Replacement | Since | Migration guide |
|---|---|---|---|
tedi-select (community) |
tedi-select (TEDI-Ready) |
rc.4 | 6.3.0-rc.4 |
tedi-checkbox (community) |
input[tedi-checkbox] + tedi-checkbox-group (TEDI-Ready) |
rc.6 | 6.3.0-rc.6 |
tedi-modal standalone usage with [(open)] |
ModalService.open() |
rc.7 | 6.3.0-rc.7 |
tedi-radio (community) |
input[tedi-radio] + tedi-radio-group (TEDI-Ready) |
rc.8 | 6.3.0-rc.8 |