github SAP/fundamental-ngx v0.63.0-rc.12

latest release: v0.63.0-rc.13
pre-release6 hours ago

Bug Fixes

BREAKING CHANGES

  • DatetimeAdapter.locale: DatetimeAdapter.localeChanges Observable has been removed.locale is now a Signal<string>.
  • deprecated DayjsDatetimeAdapterRawModule is removed from dayjs-datetime-adapter.module.ts
  • _prepareFormat() and _createDayjsDate() on DayjsDatetimeAdapter are now explicitly private - meant to be private
  • DATE_TIME_FORMATS injection in DateFormatPipe and DateTimeFormatPipe is now required (was @Optional()). Apps that use these pipes without provideDateTime(), DayjsDatetimeAdapterModule, or MomentDatetimeAdapterModule must provide the token explicitly via { provide: DATE_TIME_FORMATS, useValue: ... }.

Don't miss a new fundamental-ngx release

NewReleases is sending notifications on new releases.