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
calendar: Added range selection via a new SelectionMode (single/range) plus EndValue and EndName props, with a corresponding range showcase (#520, #552, thanks @anaelorlinski)
datepicker: Forwarded the new calendar range props and rendered the selected value as start – end when in range mode, with a corresponding range showcase
popover: Added window.tui.popover.closeNearest(element) so parent code can close the nearest enclosing popover from outside the trigger (#552)
Changed
calendar: Renamed the selection event from calendar-date-selected to calendar-selected and unified its payload for both single and range modes; update any direct listeners (breaking change) (#552)
Fixed
popover: Switched clickaway to pointerdown so re-rendering popover content during a click no longer triggers a false outside-click and immediate close (#552)