Bug Fixes
BREAKING CHANGES
DatetimeAdapter.locale:DatetimeAdapter.localeChangesObservable has been removed.localeis now aSignal<string>.- deprecated
DayjsDatetimeAdapterRawModuleis removed fromdayjs-datetime-adapter.module.ts _prepareFormat()and_createDayjsDate()on DayjsDatetimeAdapter are now explicitly private - meant to be privateDATE_TIME_FORMATSinjection inDateFormatPipeandDateTimeFormatPipeis now required (was@Optional()). Apps that use these pipes withoutprovideDateTime(),DayjsDatetimeAdapterModule, orMomentDatetimeAdapterModulemust provide the token explicitly via{ provide: DATE_TIME_FORMATS, useValue: ... }.