Skip to content
Merged
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
4 changes: 4 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
"@shopify/ui-extensions-tester": "2026.10.0-rc.0"
},
"changesets": [
"add-box-private-positioning-types",
"admin-component-type-drift",
"admin-number-empty-state-types",
"admin-section-header-slots",
"deprecate-localization-market",
"document-pos-image-border-radius",
"empty-peas-hide",
Expand Down
7 changes: 7 additions & 0 deletions packages/ui-extensions-tester/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @shopify/ui-extensions-tester

## 2026.10.0-rc.9

### Patch Changes

- Updated dependencies [[`3106936`](https://github.com/Shopify/ui-extensions/commit/310693680f9037954deb89d8007c5fa42e400a3a), [`6e1670f`](https://github.com/Shopify/ui-extensions/commit/6e1670f6fef3e46a7877b6008147fcdda11c764d), [`644d6c0`](https://github.com/Shopify/ui-extensions/commit/644d6c083003b3d3d9cdaf4f4b59b22115e056ad), [`96cf66d`](https://github.com/Shopify/ui-extensions/commit/96cf66d43ed69da55a9cd393232010d6d415e477)]:
- @shopify/ui-extensions@2026.10.0-rc.9

## 2026.10.0-rc.8

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/ui-extensions-tester/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/ui-extensions-tester",
"version": "2026.10.0-rc.8",
"version": "2026.10.0-rc.9",
"main": "index.js",
"module": "index.mjs",
"esnext": "index.esnext",
Expand Down Expand Up @@ -55,7 +55,7 @@
},
"license": "MIT",
"dependencies": {
"@shopify/ui-extensions": "2026.10.0-rc.8"
"@shopify/ui-extensions": "2026.10.0-rc.9"
},
"peerDependencies": {
"preact": "^10.0.0"
Expand Down
14 changes: 14 additions & 0 deletions packages/ui-extensions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @shopify/ui-extensions

## 2026.10.0-rc.9

### Minor Changes

- [#4666](https://github.com/Shopify/ui-extensions/pull/4666) [`6e1670f`](https://github.com/Shopify/ui-extensions/commit/6e1670f6fef3e46a7877b6008147fcdda11c764d) Thanks [@kyledurand](https://github.com/kyledurand)! - Regenerate the Admin per-component types so they match the components as shipped. Around 35 components gain properties that existed in the implementation but were missing from the types, including the whole of `DatePicker` (`allow`, `allowDays`, `defaultValue`, `defaultView`, `disallow`, `disallowDays`, `value`, `view`, `visibleMonths`), typography properties on `Text`, `Paragraph`, and `Heading` (`fontSize`, `fontWeight`, `fontVariantNumeric`), `Banner`'s `heading` and `dismissible`, `Button`'s `variant` and `accessibilityLabel`, and `ColorPicker`'s `alpha`, `value`, and `defaultValue`.

- [#4666](https://github.com/Shopify/ui-extensions/pull/4666) [`644d6c0`](https://github.com/Shopify/ui-extensions/commit/644d6c083003b3d3d9cdaf4f4b59b22115e056ad) Thanks [@kyledurand](https://github.com/kyledurand)! - Add Admin `Number` and `EmptyState` types. `Number` exposes the `tone`, `color`, `fontSize`, and `fontWeight` properties; `EmptyState` exposes the `heading` property and the `graphic`, `subheading`, `primaryAction`, and `secondaryActions` slots.

- [#4666](https://github.com/Shopify/ui-extensions/pull/4666) [`96cf66d`](https://github.com/Shopify/ui-extensions/commit/96cf66d43ed69da55a9cd393232010d6d415e477) Thanks [@kyledurand](https://github.com/kyledurand)! - Added `subheading` property and the `primaryAction`, `secondaryActions`, `graphic`, `accessory`, and `supplemental` slots to Admin `Section`.

### Patch Changes

- [#4660](https://github.com/Shopify/ui-extensions/pull/4660) [`3106936`](https://github.com/Shopify/ui-extensions/commit/310693680f9037954deb89d8007c5fa42e400a3a) Thanks [@oliverigor](https://github.com/oliverigor)! - Add private positioning types (`position`, `insetBlock`, `insetInline`, `transform`) to the `s-box` checkout component.

## 2026.10.0-rc.8

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-extensions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/ui-extensions",
"version": "2026.10.0-rc.8",
"version": "2026.10.0-rc.9",
"scripts": {
"docs:admin": "node ./docs/surfaces/admin/build-docs.mjs",
"docs:checkout": "bash ./docs/surfaces/checkout/build-docs.sh",
Expand Down
Loading