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.