---
title: "June 2025 - v0.75.5"
description: "Release notes for v0.75.5."
date: 2025-06-21
---

### Added

- Add `readonly` attribute to the `textarea` component _(thanks @ArturC03)_
- Add `Initial` open state for `Drawer` component – useful for SSR and conditional rendering
- Add `Initial` open state for `Modal` component to allow default-open behavior without JS triggers
- Add `PreventClose` prop to `dropdown.Item()` – allows triggering nested components like `Drawer` without closing the dropdown

### Changed

- > ✨ Quality-of-life improvements for Modal, Drawer, Dropdown and Textarea components

### Removed

- Remove unused `meta.json` file (minor internal cleanup)

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