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

build: release v1.13.0 #573

Merged
merged 3 commits into from
Nov 23, 2023
Merged

build: release v1.13.0 #573

merged 3 commits into from
Nov 23, 2023

Conversation

karrui
Copy link
Collaborator

@karrui karrui commented Nov 23, 2023

v1.13.0

Fixes

  • fix: allow correct toggling of datepicker/daterangepicker with calendar button #572

chore: merge v1.12.0 back to main
…ar button (#572)

* fix: add overlay to ensure calendar popover open state resets

previously, when clicking on the calendar button, the popover will open. If the button is clicked again, the open popover will be  blurred, but the button will set the open state to "open" again. However, since the popover was in its closing animation, the popover will not open again. This results in a state desynchronisation between the state and the render.

The easiest fix is to add a full screen overlay behind the popover when it is open, so any click outside will blur the calendar before allowing any other elements to be clicked

* feat: add overlay on DateRangePicker too

* feat(datepicker): add better styling for calendarbutton
@karrui karrui merged commit f7f6a52 into latest Nov 23, 2023
7 checks passed
@karrui karrui deleted the release-v1.13.0 branch November 23, 2023 03:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant