Skip to content

0.41.0 Breaking Changes

N1XUS edited this page May 10, 2023 · 2 revisions

Combobox, Multi-combobox, Multi-input #9287

Those 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.

Message Toast #9810

  • @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 with onExit$;
  • Message Toast component requires BrowserAnimationsModule or NoopAnimationsModule to be added to the application;
  • Message Toast config can receive animated boolean property. If true, Message Toast component appearance will be animated.
Clone this wiki locally