You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added a new calendar component for showing calendars. Using a scoped slot, you can specify a custom template that will be used to render each date in the calendar. This could be used to add things like events to the calendar.
UiDatepicker
Breaking Remove OK and Cancel button in modal picker. Now, like the popover picker, dismissing the picker without a selection is "Cancel" and selecting a date is "OK".
Rewrite internal calendar for better semantics and accessibility.
Removed month switch animation. This unnecessarily slows down the user when switching through many months.
Add new prop appendDropdownToBody to append the dropdown to the document body.
Add new prop dropdownZIndex to customize the dropdown z-index.
Fix implementation to respect yearRange prop. See #449.
Keep dropdown open on scroll
UiModal
Add new size: auto, to make the modal's width grow to fit its content.
UiPopover
Upgrade to Tippy.js 4.
Breaking: Remove offset prop, as it's not recommended for interactive poppers (which is what UiPopover is).
Add new animation: scale.
Add new prop zIndex to customize the z-index of the popover.
UiSelect
Keep dropdown open on scroll
UiTooltip
Upgrade to Tippy.js 4.
Add new animation: scale.
Add new prop zIndex to customize the z-index of the tooltip.