---
title: "June 2025 - v0.74.0"
description: "Release notes for v0.74.0."
date: 2025-06-02
---

### Added

- Install requirements now include direct clickable links to all needed tools and dependencies – no more hunting around.
- _All about consistency, clarity and smoother DX._

### Removed

- Removed unnecessary Tailwind `ring` from the `IconButton` – it was clipping and visually redundant.

### Fixed

- Updated usage instructions for JavaScript components in the `how_to_use` template – corrected outdated or misleading guidance.
- Added support for the `name` attribute in the `SelectBox` component – now consistent with other form elements and supports manual setting.
- fix/docs: Display required JS script dependencies next to each component in the docs – helpful for components like `DatePicker`, `Dropdown`, etc., which rely on `@popover.Script()` as well.
- Introduced issue templates – users are now guided to provide more useful context, making it easier to debug and improve things.

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