---
title: "January 2026 - v1.1.1"
description: "Release notes for v1.1.1."
date: 2026-01-13
---

### Added

- No more interactive prompts - just `templui new myapp`
- Use module path directly: `templui new github.com/user/myapp` creates `myapp/` folder
- switch: Added documentation explaining `switchcomp` alias

### Changed

- Streamlined `new` command: Project setup is now fully automatic
- `templ generate` and `go mod tidy` run automatically

### Fixed

- checkbox: Fixed icon centering on custom sized classes using `inset-0`

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