---
title: "September 2025 - v0.95.0"
description: "Release notes for v0.95.0."
date: 2025-09-01
---

### Added

- Sheet: custom widths are respected again.
- Docs & CLI: now show how to update components.
- Added documentation for persisted sidebar state.

### Changed

- Cleaned up unused sidebar code + properties.

### Removed

- removed automatic cookie restore to prevent flicker.
- Modal: only closes on backdrop clicks (not child elements).

### Fixed

- Sidebar: new portal pattern for state + rendering (fixes duplicate content/IDs, smoother performance).
- API Docs: corrected `collapsible` attribute. (thanks @shtayeb)
- fixed cookie pollution with proper global state persistence (`sidebar_state`).
- `Collapsed` prop now works for SSR.
- Calendar: fixed year navigation bug when jumping from December → January or backwards.
- fixed tooltip hover conflicts caused by duplicate IDs.
- Typo + minor consistency fixes.

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