---
title: "October 2025 - v0.98.0"
description: "Release notes for v0.98.0."
date: 2025-10-02
---

### Added

- New standalone component
- Code component simplified (no longer includes copy button)
- Month and year selection dropdowns
- New time input showcase examples
- Time input showcase examples (default + styled)
- `Exclusive` prop – auto-closes other popovers when opening
- Automatic script versioning on app restart
- Updated Lucide icons to v0.544.0
- Custom width support via CSS variables
- Copy Button: The `Code` component no longer includes a copy button. Use the new standalone `Copy Button` component instead (thanks @jaredweinfurtner, @shtayeb, @nenad, and @ananyatimalsina for their contributions!)

### Changed

### Removed

- Dropdown: removed dynamic class generation
- Avatar: API simplified to match shadcn/ui pattern

### Fixed

- Select Box: two-way binding with reactive frameworks
- Transform-based offcanvas animation
- Toast: stable progress indicator rendering
- Dialog: close button now type="button" to prevent form submit
- Code: respects DOM swaps

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