Bug Fixes
- cdk,core: deprecate fdkRepeat and use @for (#13913) (02fd470)
- cdk: migrate DisabledBehaviorDirective to signals (#13928) (d3204e3)
- cdk: migrate FocusableItemDirective to signals (#13915) (bb4f18e)
- cdk: remove destroyed service (#13890) (7def224)
- cdk: signalify focusable list directive (#13914) (9a67da2)
- core,platform: set title in busy indicator only when loading (#13925) (31d9115)
- core: fd-toolbar shouldOverflow doesn't work inside flexible-column-layout (#13942) (5606363)
- core: fix avatar image loading (#13932) (503113d)
- core: fix time column not selecting the correct time (#13940) (efa049b)
- core: migrate content-density module to Angular signals (#13893) (5f72f7f)
- core: update Avatar overflow button CSS (#13926) (ea5c4e3)
- core: update Menu and User Menu to latest design (#13936) (93ba66d)
- platform: restore platform icon tab bar examples (#13943) (0b8fab8)
- ui5: fix lint errors (#13938) (268f990)
- ui5: ui5 webcomponents v.2.20 (#13944) (a58d684)
- update translations (#13919) (f30b9f2)
Features
- core,platform: migrate popover and menu to Angular signals (#13886) (386e03d)
- ui5: add ui5 content density (#13929) (d7535b4)
BREAKING CHANGES
- core,platform: PopoverBodyComponent.onClose is now an OutputEmitterRef instead of Subject. Use .emit() instead of .next() and wrap with outputToObservable() for RxJS operators.
- core: ContentDensityObserver and GlobalContentDensityService now use Angular signals instead of RxJS BehaviorSubject.
- cdk: DestroyedService has been removed from @fundamental-ngx/cdk/utils.