---
title: "February 2026 - v1.5.0"
description: "Release notes for v1.5.0."
date: 2026-02-08
---

### 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

Released in [v1.5.0](https://github.com/axadrn/shadcn-templ/releases/tag/v1.5.0).
