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

Revert flatpickr version to fix bug in 3.3.2 #10612

Merged
merged 1 commit into from
May 17, 2023

Conversation

aptkingston
Copy link
Member

Description

This PR fixes a bug in svelte-flatpickr v3.3.2 in which time-only dates throw errors. Reverting to v3.2.3 fixes this issue.
I've also improved the display of time-only fields inside the Grid, as previously they could flash "Invalid date" due to the inconsistent nature of the value prop that flatpickr uses.

This is being merged to develop rather than master because develop already contains further changes to these same fields and I'd prefer to avoid the conflicts. This is a nasty enough issue but is hopefully rare enough that is not affecting many users, so delaying release slightly should be ok.

Addresses:

@codecov-commenter
Copy link

Codecov Report

Merging #10612 (9b801fd) into develop (59b81d1) will increase coverage by 0.09%.
The diff coverage is n/a.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@             Coverage Diff             @@
##           develop   #10612      +/-   ##
===========================================
+ Coverage    69.88%   69.98%   +0.09%     
===========================================
  Files          536      536              
  Lines        19537    19562      +25     
  Branches      3893     3896       +3     
===========================================
+ Hits         13653    13690      +37     
+ Misses        5449     5439      -10     
+ Partials       435      433       -2     

see 12 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@aptkingston aptkingston merged commit b666545 into develop May 17, 2023
@aptkingston aptkingston deleted the fix-trashcan-flatpickr branch May 17, 2023 10:01
@github-actions github-actions bot locked and limited conversation to collaborators May 17, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants