Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/add-composables-app.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/add-composables-screen.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/add-ios-team-id-init.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/add-navigation3-cli-starter.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-link-button-bounce.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-link-button-content-color.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-textfield-slots.md

This file was deleted.

4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
#noinspection UnusedVersionCatalogEntry
ui = "0.2.0"
composables-cli = "0.10.1"
ui = "0.3.0"
composables-cli = "0.11.0"
unstyled = "2.8.0"
compose = "1.11.1"
kotlin = "2.4.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# composables-cli

## 0.11.0

### Minor Changes

- [#26](https://github.com/composablehorizons/composables-ui/pull/26) [`77dab30`](https://github.com/composablehorizons/composables-ui/commit/77dab30ff3fb5601b1bcb18ffcecc89e7c1d1c3a) Thanks [@alexstyl](https://github.com/alexstyl)! - Add a new --ios-team-id param to init for ios, so that you can provide the TEAM_ID when creating a new ios app. This is required when running on a physical device.

- [#25](https://github.com/composablehorizons/composables-ui/pull/25) [`ef8db40`](https://github.com/composablehorizons/composables-ui/commit/ef8db40d09cb980acf15075151b4b5797cbf62a1) Thanks [@alexstyl](https://github.com/alexstyl)! - Add Navigation 3 as the navigation library of generated apps.

## 0.10.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "composables-cli",
"version": "0.10.1",
"version": "0.11.0",
"description": "Composables CLI",
"license": "MIT",
"funding": {
Expand Down
16 changes: 16 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @composables/ui

## 0.3.0

### Minor Changes

- [`ec7f6ad`](https://github.com/composablehorizons/composables-ui/commit/ec7f6ad69edfda2fc5d3c0e4dbc81705a854eeaf) Thanks [@alexstyl](https://github.com/alexstyl)! - Introduce new `ComposablesApp` composable. It applies theming and wires important stuff that are required by the rest of the components.

- [`25cbb8a`](https://github.com/composablehorizons/composables-ui/commit/25cbb8a3e8666a2af90428dfc2dbfbc01c6f9f9b) Thanks [@alexstyl](https://github.com/alexstyl)! - Add `ComposablesScreen` for applying screen background and content colors.

### Patch Changes

- [#21](https://github.com/composablehorizons/composables-ui/pull/21) [`5207ce8`](https://github.com/composablehorizons/composables-ui/commit/5207ce88adb1b19c862f70b0612198b0e8b5d206) Thanks [@alexstyl](https://github.com/alexstyl)! - Make link buttons use the same press bounce as the rest of the button styles.

- [`5317c45`](https://github.com/composablehorizons/composables-ui/commit/5317c45ff2856c189c2b0c822e04df36a885c314) Thanks [@alexstyl](https://github.com/alexstyl)! - Set button link color to primary

- [`fbf61ec`](https://github.com/composablehorizons/composables-ui/commit/fbf61ec95a64436203343a78f4a29fa785a56cd6) Thanks [@alexstyl](https://github.com/alexstyl)! - Fix a bug where focusing on `TextField`'s leading or trailing content and then typing (via hardware keyboard) would cause the field to consume the keypresses.

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@composables/ui",
"version": "0.2.0",
"version": "0.3.0",
"private": true,
"description": "Release metadata for Composables UI Maven artifacts."
}