This repository was archived by the owner on Jul 29, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.9.0] - 2026-07-03
11+
12+ ### Added
13+
14+ - Added ` install --client android-studio ` to install the Composables MCP server in Android Studio.
15+ - Introduced a new ` docs ` command for quick access to Composables UI docs. The responses come straight from https://composables.com/ui/docs
16+
17+ ### Changed
18+
19+ - ` add module ` now infers host project conventions when wiring new modules into an existing project.
20+ - Newly generated apps now set the desktop window title from the app name.
21+ - Newly generated apps now preload Wasm assets in production for faster browser startup.
22+ - Newly generated apps now include the URI painter dependency by default.
23+ - Generated Android apps now use the newer AGP application DSL.
24+
25+ ### Fixed
26+
27+ - ` add module ` now sets the generated web app title correctly.
28+ - ` add module ` now reports a clearer Kotlin version requirement error for unsupported projects.
29+
1030## [ 0.8.1] - 2026-07-02
1131
1232### Fixed
Original file line number Diff line number Diff line change 11[versions ]
2- composables-cli = " 0.8.1 "
2+ composables-cli = " 0.9.0 "
33kotlin = " 2.2.21"
44shadow = " 8.3.8"
55spotless = " 7.2.1"
You can’t perform that action at this time.
0 commit comments