Features
BREAKING CHANGES
-
- Introduced new package:
@fundamental-ngx/cdk
;
- Introduced new package:
- Core's Utils subpackage has been completely moved to
@fundamental-ngx/cdk
subpackage; - BTP Experimental's
cdk
subpackage (@fundamental-ngx/fn/cdk
) has been completely moved to@fundamental-ngx/cdk
; - The following directive selectors are now deprecated:
[fdAutoComplete], [fd-auto-complete], [fnClicked], [fnDisabled], [fd-focus-key-manager-item], [fdFocusKeyManagerItem], [fd-focus-key-manager-list], [fdFocusKeyManagerList], [fnFocusableItem], [fnFocusableList], [fdIgnoreClickOnSelection], [fdInitialFocus], [fd-initial-focus], [fdLineClamp], [fd-lineclamp], [fdOnlyDigits], [fd-only-digits], [fdOverflowListItem], [fd-overflow-list-item], [fdOverflowList], [fd-overflow-list], [fnReadonly], [fdRepeat], [fdResizeHandle], [fd-resize-handle], [fdResize], [fd-resize], [fdTemplate], [fdTruncate], [fd-truncate]
. Instead offd*
andfn*
prefix, usefdk*
prefix; - Platform form field provider now relies on Injection token
FD_FORM_FIELD
instead of abstract classFormField
; - Platform
FormField
abstract class has been renamed toPlatformFormField
to remove misunderstanding between CDK's FormField and Platform's FormField; - Platform
FormFieldControl
provider has been replaced withFD_FORM_FIELD_CONTROL
Injection token. - Introduced Multi-combobox component in Core library;