Skip to content
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

Get rid of legacy formats in Datepicker #2672

Open
bjosttveit opened this issue Oct 31, 2024 · 0 comments
Open

Get rid of legacy formats in Datepicker #2672

bjosttveit opened this issue Oct 31, 2024 · 0 comments
Labels
kind/breaking-change Issue/pull request containing a breaking change
Milestone

Comments

@bjosttveit
Copy link
Member

When switching from moment.js to Date-fns we also switched from a non-standard dateformatting format to the Unicode techical standard #35. To prevent this from becoming a breaking change we had to create workarounds for existing usages of the old format. convertLegacyFormat() in dateHelpers.ts.

We should get rid of this workaround, and convert old formats automatically as part of the migration from v4 to v5.

@bjosttveit bjosttveit added the kind/breaking-change Issue/pull request containing a breaking change label Oct 31, 2024
@bjosttveit bjosttveit added this to the v5 milestone Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/breaking-change Issue/pull request containing a breaking change
Projects
Status: No status
Development

No branches or pull requests

1 participant