May 2026 - v1.11.0
Release notes for v1.11.0.
Added
- calendar: Added range selection via a new
SelectionMode(single/range) plusEndValueandEndNameprops, with a corresponding range showcase (#520, #552, thanks @anaelorlinski) - datepicker: Forwarded the new calendar range props and rendered the selected value as
start – endwhen 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-selectedtocalendar-selectedand unified its payload for both single and range modes; update any direct listeners (breaking change) (#552)
Fixed
- popover: Switched clickaway to
pointerdownso re-rendering popover content during a click no longer triggers a false outside-click and immediate close (#552)
Released in v1.11.0.