March 2026 - v1.7.0
Release notes for v1.7.0.
Important
v1.7.0is 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 usev1.6.0for now.
Added
- Import workflow beta: templUI can now be used directly as a Go dependency via
github.com/templui/templui - Restored the dedicated
templui-quickstartrepository 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
componentsandutilspackages - Updated
templtov0.3.1001 - The import workflow and quickstart are currently beta and may still evolve
Removed
- CLI: removed
templui newin favor of the dedicated quickstart flow - Removed the monorepo quickstart example and related template assets
- Removed the
Codecomponent and related docs/showcases
Fixed
- datepicker: Updated component dependencies
- inputotp: Improved event target handling
- scripts: Updated the default remote script reference from
maintolatest
Released in v1.7.0.