-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[pickers] Remove the deprecated methods and formats from the adapters #10776
[pickers] Remove the deprecated methods and formats from the adapters #10776
Conversation
Deploy preview: https://deploy-preview-10776--material-ui-x.netlify.app/ Updated pages: |
c8d1645
to
54c210a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll just remind about an idea you had that might be more relevant after these changes. 😉
#6717 (comment)
packages/x-date-pickers/src/PickersCalendarHeader/PickersCalendarHeader.tsx
Outdated
Show resolved
Hide resolved
Hi. This PR seems to remove #10774 (e.g. |
@k725 hi, could you describe which part of the UI you are trying to update using |
I use |
Our plan is to add a new prop on the header during the alpha to let you override the format used for this part of the UI 👍 |
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
Since we have a user asking for the new prop, I'll wait for it to be available before merging this PR. |
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
@@ -104,6 +104,213 @@ adapter.isValid(dayjs('2022-04-17T15:30')); | |||
If you are just passing an adapter to `LocalizationProvider`, then you can safely skip this section. | |||
::: | |||
|
|||
### Remove the `getDiff` method |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've been a lot more exhaustive than needed and I hope nobody will complain about the removal of these methods 😆
Closes #10774
Closes #10775
Waiting for #10990