---
title: "April 2026 - v1.10.0"
description: "Release notes for v1.10.0."
date: 2026-04-18
---

### Added

- slider: Added a Range component for selecting a value range with two handles
- dialog: Added optional modal mode via `DisableModal bool` on `dialog.Content`, allowing the native backdrop to be disabled for dialogs that contain nested overlays (#541, #542, thanks @BillBuilt)

### Changed

- slider: Rebuilt the slider around a custom implementation, replacing the native `<input type="range">`; existing usages will need to be updated to the new component API (breaking change)

### Fixed

- popover: Ignored hover-based open/close triggers on touch devices so tooltips and hover-popovers no longer appear unexpectedly on mobile (#539, #546)

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