Releases: agmmnn/tauri-ui
Releases · agmmnn/tauri-ui
v1.0.6
Patch Changes
-
080a981: Add an optional size optimization battery and improve the CLI/docs polish.
- add
--size-optimize/--no-size-optimizeto apply smaller Tauri release profile settings and enableremoveUnusedCommands - add
-v/--version - refresh the root and package READMEs with clearer battery, workflow, and CLI documentation
- add
v1.0.5
Patch Changes
af26d08: Improve the generated desktop shell and debug tooling.
- scope the generated scroll container to a dedicated root shell so starter layouts do not create nested
mainscrollbars
with-rubber-band-scroll.mp4
disable-rubber-band-scroll.mp4
- refresh the development debug panel with a denser inspector-style layout, improved docking behavior, and a dedicated tool palette
- polish the workflow setup prompts with clearer target OS labels and document generated CSS battery behavior more clearly
v1.0.4
Patch Changes
-
59d46a3: Fix Windows release scaffolding and smoke workflow compatibility.
- normalize edited files before patching so generated Windows files patch reliably
- harden Vite and Cargo patch steps used by the debug panel and external link guard
- improve the release smoke workflow app naming and dashboard setup
v1.0.3
Patch Changes
-
6226a01: Fix Windows Vite scaffolding and release workflow compatibility.
- make Vite battery patching tolerant of Windows line endings
- update generated release workflows for the current
tauri-actioninput names - relax generated app Bun installs in CI so smoke builds are reproducible
v1.0.2
v1.0.1
v1.0.0
tauri-ui 1.0.0 🦀
rebuilt from scratch with an upstream-first approach.
no more template mess — now it:
- uses
shadcnfor UI - uses
create-tauri-appfor native - merges them + adds desktop polish
✨ what’s new
- supports
vite,next,sveltekit,react-router,astro - desktop-first defaults
- optional dashboard + GitHub release workflow
- built-in dev debug panel 🛠️
🖥️ defaults
- no startup flash
- external links open in browser
- no rubber-band scrolling
- centered window (
1400x918) - better selection behavior
tldr
- new architecture
- old template system is gone
- this is the new base
full changelog
https://github.com/agmmnn/tauri-ui/commits/create-tauri-ui@1.0.0
v0.3.0
Templates: vite, next
- Cross-platform native-looking window controls with tauri-controls. (Windows, macOS, Gnome)
- About dialog. Showing information about the app. menu > App > About app.
- added dependencies:
@tauri-apps/plugin-app, tauri-plugin-app
@tauri-apps/plugin-os, tauri-plugin-os
@tauri-apps/plugin-shell, tauri-plugin-shell
Templates: sveltekit
- fix pnpm install #6 @The-Keeper
- fix distDir, add favicon
Other
- vite+unocss template removed, because it's exactly the same as the vite template, users can easily install it from here: https://github.com/fisand/unocss-preset-shadcn
v0.2.0
- repository became create-tauri-ui cli tool (which also contains all templates) instead of next.js template.
- updated to new shadcn/ui components. (not included new-york style you can download and copy it manually)
- app icon updated to blank-ish, users can make changes on it more easily. (from https://www.figma.com/community/file/857303226040719059)

- users can select the target operating systems for the tauri github action.

- new template Vite+UnoCSS.
- updated tauri dependencies (npm and cargo).


