Skip to content

v1.5.0

Choose a tag to compare

@axadrn axadrn released this 08 Feb 13:43

Added

  • CLI: Added --installed for bulk component updates via templui --installed add[@<ref>]
  • selectbox: Added a clear button in the trigger for faster value reset
  • selectbox: Improved keyboard/focus behavior when nosearch is enabled
  • selectbox: Simplified selected-state handling using Tailwind/data-attribute conditionals instead of JS toggling
  • timepicker: Preselected hour/minute values are now auto-scrolled into view when opening
  • Updated progress examples to match the current API

Removed

  • CLI: Removed short-form aliases (-f, -v, -h, -m) in favor of explicit long flags

Fixed

  • toast: Fixed initialization for toasts on full page loads