---
title: "March 2026 - v1.7.0"
description: "Release notes for v1.7.0."
date: 2026-03-09
---

### Important

- `v1.7.0` is currently still experimental and buggy. The new import workflow does not work reliably right now, so please use the CLI workflow instead. If you need a stable version, please use `v1.6.0` for now.

### Added

- Import workflow beta: templUI can now be used directly as a Go dependency via `github.com/templui/templui`
- Restored the dedicated [`templui-quickstart`](https://github.com/templui/templui-quickstart) repository as the fastest way to start a new app
- Simplified the documentation around two clear workflows: `Quickstart` / `Import Workflow` / `CLI Workflow`

### Changed

- Interactive components now render and deduplicate their own `Script()` templates automatically, so manual component script wiring in layouts is no longer required
- Icon API simplified to class-only props for more consistent styling across the library (breaking change)
- Import usage now targets only the public `components` and `utils` packages
- Updated `templ` to `v0.3.1001`
- The import workflow and quickstart are currently beta and may still evolve

### Removed

- CLI: removed `templui new` in favor of the dedicated quickstart flow
- Removed the monorepo quickstart example and related template assets
- Removed the `Code` component and related docs/showcases

### Fixed

- datepicker: Updated component dependencies
- inputotp: Improved event target handling
- scripts: Updated the default remote script reference from `main` to `latest`

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