Skip to content

v0.63.0-rc.12

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 10 Jun 09:38
· 49 commits to main since this release

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: ... }.