Bug Fixes
- core,platform,cx: navigation components had missing/incorrect roles (#9818) (4bae7a3)
- core,platform: multi combobox with numpad input (#9808) (91eee35)
- core,platform: refocus select element on option select (#9756) (cfd6475)
- core,platform: remove unnecessary innerText usage (#9819) (0f7195c)
- core,platform: table toolbar responsiveness (#9788) (b6d9c3c)
- core: inline help needs tooltip role (#9785) (dd01f9b)
- core: vertical navigation focus issue (#9789) (9df1c4c)
- platform: check state for tree table (#9672) (c9eec59)
- platform: checkbox focus/keyboard nav issue in platform table (#9762) (01b1e31)
- platform: failing combobox unit test (#9790) (a929ff4)
- platform: p13n dialog - disableP13n rollback (#9793) (69c53e6)
- scrollbar should stop immediate propagation (#9784) (42336a1)
Features
BREAKING CHANGES
- core: -
@fundamental-ngx/fn/cdk
package has been completely removed. Instead use@fundamental-ngx/cdk
;
- The following public methods has been removed from Message Toast component:
close
,open
; - The following public properties has been removed from Message Toast component:
containerRef
,onHide
been replaced withonExit$
; - Message Toast component requires
BrowserAnimationsModule
orNoopAnimationsModule
to be added to the application; - Message Toast config can receive
animated
boolean property. Iftrue
, Message Toast component appearance will be animated.