From 4f024acabd013720b0b252a2a2c1c657edc144ff Mon Sep 17 00:00:00 2001 From: Andrew Patton Date: Mon, 12 Feb 2024 11:13:57 -0800 Subject: [PATCH] :arrow_up: Release new input-text, css-value-input, dropdown MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit changes include: • @acusti/input-text: improve the auto-sizing behavior for multi-line inputs that initially get rendered with display: none (e.g. in a HTML popover or dialog) and update the native HTML autofocus attribute on render if needed • @acusti/css-value-input: update to latest version of @acusti/input-text • @acusti/dropdown: update to latest version of @acusti/input-text --- packages/css-value-input/package.json | 4 ++-- packages/dropdown/package.json | 4 ++-- packages/input-text/package.json | 2 +- yarn.lock | 6 +++--- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/packages/css-value-input/package.json b/packages/css-value-input/package.json index a35f5e2e..e6ac2a6a 100644 --- a/packages/css-value-input/package.json +++ b/packages/css-value-input/package.json @@ -1,6 +1,6 @@ { "name": "@acusti/css-value-input", - "version": "1.0.0-rc.13", + "version": "1.0.0-rc.15", "type": "module", "sideEffects": false, "exports": "./dist/CSSValueInput.js", @@ -51,7 +51,7 @@ }, "dependencies": { "@acusti/css-values": "^1.0.2", - "@acusti/input-text": "^1.5.3", + "@acusti/input-text": "^1.6.1", "clsx": "^2" }, "peerDependencies": { diff --git a/packages/dropdown/package.json b/packages/dropdown/package.json index a21bb491..e734009d 100644 --- a/packages/dropdown/package.json +++ b/packages/dropdown/package.json @@ -1,6 +1,6 @@ { "name": "@acusti/dropdown", - "version": "0.38.4", + "version": "0.38.6", "type": "module", "sideEffects": false, "exports": "./dist/Dropdown.js", @@ -53,7 +53,7 @@ "vitest": "^1.1.0" }, "dependencies": { - "@acusti/input-text": "^1.5.3", + "@acusti/input-text": "^1.6.1", "@acusti/matchmaking": "^0.6.1", "@acusti/styling": "^0.7.2", "@acusti/use-is-out-of-bounds": "^0.9.0", diff --git a/packages/input-text/package.json b/packages/input-text/package.json index d6e1d9c8..7af36a10 100644 --- a/packages/input-text/package.json +++ b/packages/input-text/package.json @@ -1,6 +1,6 @@ { "name": "@acusti/input-text", - "version": "1.5.3", + "version": "1.6.1", "type": "module", "sideEffects": false, "exports": "./dist/InputText.js", diff --git a/yarn.lock b/yarn.lock index 769cfd5f..31ec1134 100644 --- a/yarn.lock +++ b/yarn.lock @@ -33,7 +33,7 @@ __metadata: resolution: "@acusti/css-value-input@workspace:packages/css-value-input" dependencies: "@acusti/css-values": "npm:^1.0.2" - "@acusti/input-text": "npm:^1.5.3" + "@acusti/input-text": "npm:^1.6.1" "@testing-library/dom": "npm:^9.3.1" "@testing-library/react": "npm:^14.0.0" "@testing-library/user-event": "npm:^14.4.3" @@ -84,7 +84,7 @@ __metadata: version: 0.0.0-use.local resolution: "@acusti/dropdown@workspace:packages/dropdown" dependencies: - "@acusti/input-text": "npm:^1.5.3" + "@acusti/input-text": "npm:^1.6.1" "@acusti/matchmaking": "npm:^0.6.1" "@acusti/styling": "npm:^0.7.2" "@acusti/use-is-out-of-bounds": "npm:^0.9.0" @@ -105,7 +105,7 @@ __metadata: languageName: unknown linkType: soft -"@acusti/input-text@npm:^1.5.3, @acusti/input-text@workspace:packages/input-text": +"@acusti/input-text@npm:^1.6.1, @acusti/input-text@workspace:packages/input-text": version: 0.0.0-use.local resolution: "@acusti/input-text@workspace:packages/input-text" dependencies: