Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [2.0.0](v1.3.2...v2.0.0) (2024-11-21) ### Bug Fixes * use export type ([#81](#81)) ([eaa8cdb](eaa8cdb)) * **useDatePicker:** fix onDateSelect type, export types ([#79](#79)) ([94358d2](94358d2)) * add 'valid' property to validation result ([894e181](894e181)) * remove Temporal references from hook public API and clean up use date picker ([#75](#75)) ([fb31512](fb31512)) * update validation logic to expose error code and mirror RFF format ([001d236](001d236)) * use NepaliCalendar instance to validate dates ([9fb353a](9fb353a)) ### BREAKING CHANGES * Remove Temporal references from hook public API * feat: remove validation details from result of useDatePicker as they are available in exposed validate date string function * feat: remove calendar date from use date picker * refactor: remove calendarDate from onDateSelect callback * refactor: remove zonedDateTime from week days array * refactor: fix linting issues
- Loading branch information