Skip to content

Releases: SAP/fundamental-ngx

v0.39.0-rc.7

16 Jan 19:23
Compare
Choose a tag to compare
v0.39.0-rc.7 Pre-release
Pre-release

Bug Fixes

  • core: pagination mobile displaying total items count instead of total pages (#9210) (0775372)

v0.39.0-rc.6

12 Jan 15:43
Compare
Choose a tag to compare
v0.39.0-rc.6 Pre-release
Pre-release

Features

v0.39.0-rc.5

12 Jan 13:36
Compare
Choose a tag to compare
v0.39.0-rc.5 Pre-release
Pre-release

Features

  • platform: change and apply smart filter bar events (#9207) (2e7fa69)

v0.39.0-rc.4

12 Jan 11:37
Compare
Choose a tag to compare
v0.39.0-rc.4 Pre-release
Pre-release

Bug Fixes

v0.39.0-rc.3

12 Jan 09:21
Compare
Choose a tag to compare
v0.39.0-rc.3 Pre-release
Pre-release

Bug Fixes

v0.39.0-rc.2

11 Jan 13:22
Compare
Choose a tag to compare
v0.39.0-rc.2 Pre-release
Pre-release

Bug Fixes

v0.39.0-rc.1

11 Jan 10:59
Compare
Choose a tag to compare
v0.39.0-rc.1 Pre-release
Pre-release

Bug Fixes

  • update release badge for correct workflow (#9206) (cb51240)

v0.39.0-rc.0

11 Jan 09:42
Compare
Choose a tag to compare
v0.39.0-rc.0 Pre-release
Pre-release

Features

BREAKING CHANGES

    • Introduced new package: @fundamental-ngx/cdk;
  • 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 of fd* and fn* prefix, use fdk* prefix;
  • Platform form field provider now relies on Injection token FD_FORM_FIELD instead of abstract class FormField;
  • Platform FormField abstract class has been renamed to PlatformFormField to remove misunderstanding between CDK's FormField and Platform's FormField;
  • Platform FormFieldControl provider has been replaced with FD_FORM_FIELD_CONTROL Injection token.
  • Introduced Multi-combobox component in Core library;

v0.38.3-rc.4

10 Jan 20:10
Compare
Choose a tag to compare
v0.38.3-rc.4 Pre-release
Pre-release

Bug Fixes

Features

v0.38.3-rc.3

08 Jan 16:45
Compare
Choose a tag to compare
v0.38.3-rc.3 Pre-release
Pre-release

Features

  • core: added illustrated message dot type (#9183) (c32fb27)