-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Date picker review2 #4291
Date picker review2 #4291
Conversation
🦋 Changeset detectedLatest commit: bdecb22 The changes in this PR will be included in the next version bump. This PR includes changesets to release 3 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
e17d8a7
to
4b99c7f
Compare
4b99c7f
to
47b4074
Compare
/release-pr |
🫰✨ Thanks @origami-z! Your snapshots have been published to npm. Test the snapshots by updating your yarn add @salt-ds/[email protected] yarn add @salt-ds/[email protected] yarn add @salt-ds/[email protected] yarn add @salt-ds/[email protected] yarn add @salt-ds/[email protected] yarn add @salt-ds/[email protected] |
/release-pr |
🫰✨ Thanks @origami-z! Your snapshots have been published to npm. Test the snapshots by updating your yarn add @salt-ds/[email protected] yarn add @salt-ds/[email protected] yarn add @salt-ds/[email protected] yarn add @salt-ds/[email protected] yarn add @salt-ds/[email protected] yarn add @salt-ds/[email protected] |
Slowly adding tests on https://stackblitz.com/edit/salt-template-xqddfx?file=App.tsx |
/release-pr |
🫰✨ Thanks @origami-z! Your snapshots have been published to npm. Test the snapshots by updating your yarn add @salt-ds/[email protected] yarn add @salt-ds/[email protected] yarn add @salt-ds/[email protected] yarn add @salt-ds/[email protected] yarn add @salt-ds/[email protected] yarn add @salt-ds/[email protected] |
…er than null - null is used to represent an empty date - use date adapter's `isValid` to determine the state - refactor the selection API to seperate the date change from the details of any error
- storybook support of data adapter via parameters - cypress `mount` now provides a `LocalizationProvider, if a date adapter is defined - cypress commands, `setDateAdapter` and `setDateLocale` to configure date adapter - bug fixes surfaced by adding tests
…rs or fallback to globals
…f parsing - added range custom parsing example to Storybook - added test for range custom parsing
- re-added react types in labs - annotated the CustomDatePickerPanel imports - corrected Ref type in DateInputSingle
b2bab1c
to
bdecb22
Compare
No description provided.