0.41.0 Breaking Changes - SAP/fundamental-ngx GitHub Wiki
#9287
Combobox, Multi-combobox, Multi-inputThose components are not being unified in terms of keyboard navigation:
- Dropdown button for core/platform combobox, multi-input, multi-combobox is now not focusable same way as in ui5;
- Previously, if user clicked on the dropdown button, we opened the dropdown and placed focus on the first dropdown list item. Now when user clicks on the dropdown button, we place focus on the input field;
- When focusing the input field and pressing alt key + arrow down, we open the dropdown and shift focus on the first item of the dropdown list.
#9810
Message Toast@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.