shadcn-templ 2.0 beta. Switch to templUI v1
1.7k

May 2026 - v1.11.0

Release notes for v1.11.0.

Added

  • 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)

Released in v1.11.0.