Commit e06538a
Merge 2025-10 changes into 2026-01-rc (#3734)
* Improved Table examples
* added numeric to the default example as well
* Update content on customer accounts polaris page
* Version Packages (#3457)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* Solves all issues after passing validation on the admin examples
* fixed tooltip with accessory after removing the div
* removed some warnings on the examples
* Add component method docs for Customer accounts (#3519)
### Background
Part of shop/issues-checkout#8471
Related to Shopify/shopify-dev#64144
This PR adds documentation for using methods in Polaris Web Components within static pages of the customer account surface.
### Solution
Added a new "Methods" section to the Polaris Web Components documentation that explains:
- What methods are (functions for programmatic control)
- When to use methods (for actions that can't be achieved through property changes alone)
- Examples showing how to use methods like `hideOverlay()` with components like Modal
The documentation includes code examples in both JSX and vanilla JavaScript formats, demonstrating how to create and control a modal using methods.
### 🎩
See Shopify/shopify-dev#64144 for details
### Checklist
- [x] I have 🎩'd these changes
- [ ] I have updated relevant documentation
* Add best practices to all customer account components (#3490)
### Background
Part of shop/issues-checkout#8472
Part of shop/issues-checkout#8578
Part of shop/issues-checkout#8511
Part of shop/issues-checkout#8508
Part of shop/issues-checkout#8507
Part of shop/issues-checkout#8509
Part of shop/issues-checkout#8510
Part of shop/issues-checkout#8512
Related to Shopify/shopify-dev#63804
This PR improves the documentation for Customer Account UI Extension components by enhancing best practices sections with more detailed, actionable guidance.
### Solution
Updated the best practices sections for multiple components to provide clearer, more specific guidance for developers. The changes include:
- **Avatar**: Improved readability with better formatting and more concise language
- **ButtonGroup**: Added a new best practices section with guidelines for grouping actions
- **CustomerAccountAction**: Expanded guidance on information collection and form design
- **ImageGroup**: Added recommendations for accessibility and visual spacing
- **Menu**: Restructured content with clearer headings and more detailed organization principles
- **Page**: Reorganized with clear subsections for headings, subheadings, and page-level actions
- **Section**: Added a new best practices section with guidance on headings and actions
These improvements make the documentation more actionable and help developers create more consistent, user-friendly interfaces.
### 🎩
See Shopify/shopify-dev#63804 for details
### Checklist
- [x] I have 🎩'd these changes
- [ ] I have updated relevant documentation
* fixes issues in a bunch of components, patterns and code blocks
* fixed the download attribute
* reverting changes on s-grid gap
* Add footerHelp, resourceList, and actionMenu patterns with examples and screenshots
* Fix Aria labels
* Removed action menu
* Remove action menu doc file
* Add aspectRatio comment to empty state examples
* Update admin ui extensions and fix TextField children
* fix for PR comments
* Version Packages
* 20155: Add Box to BlockExtensionComponents
* Version Packages
* Use currentTarget consistently
* [Docs]: Fast-follows changes to components docs and APIs (#3527)
* known changes
* more changes
* changeset
* changeset updates
* build-docs file
* Version Packages (#3535)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* Adds components to POS cart line item interface
* Switch last changeset to patch
Submitting a minor release results in an incorrect version bump for the
package release PR, so we're going to try to release updates to POS cart
api as a patch instead.
* Version Packages
* Add DropZone docs to admin extensions
* Document window.close() for pos ui extensions
* Expose il8n for POS ui extensions
* added two new examples on Page to showcase breadcrumbs and secondary actions
* Improved API and prop descriptions fo 2025-10
Component prop descriptions
Component descriptions in index page cards
Event data descriptions
Type descriptions
component descriptions
lint
Prop description fixes
Additional context in descriptions
contractions
break up longer descs
remove enhanced / improved language
* Add changeset patch for pos ui extensions il8n
* Add code examples of POS subscriptions UI extension
* Move ProductSortType desc
* Add 64kb limit notes
* Add backticks around 2025-10
* Improved descriptions for targets, APIs, and components
* 20149: Add mcp docs for POS (#3549)
* Remove 'and detail pages' from Tile component description
* Adds point of sale LineItemComponent type export
* Version Packages
* Implemented icon preview as a subSection of Icon docs
* going back to the inline iframe approach
* Supporting dark mode
* Add UID to discount example configuration
* Add UID and description to Shopify extension config
* use filter:invert for dark mode on icon
* Fixed race condition on icon explorer when switching dark mode and navigating
* add tipAmount to BaseTransactionComplete type (#3586)
### Background
Our compliance partners need tipAmount available in the data payload they receive for reporting. This PR updates the BaseTransactionComplete type to include tipAmount as optional.
shop/issues-retail#20523
shop/issues-retail#20463
### Solution
Add tipAmount to BaseTransactionComplete type
### Checklist
- [x] I have 🎩'd these changes
- [ ] I have updated relevant documentation
* Remove unstable reference from customer api doc
* Improve example titles and descriptions
* Alphabetize examples by title
* fixes race condition of iframe not receiving theme value
* added fuzzy search to icon finder
* Add initial batch
* Add more components
* Add more pos ui extension doc examples
* Add more docs
* Add back in Banner docs
* Best practices and limitations
* Reorganize sub-categories
* linting
* linting
* Update Image.d.ts
* fix snapit.yml (#3599)
* Add changeset
* add composed choice example to ChoiceList
* [POS UI extensions version 2025-10]: Refine example descriptions, limitations, and links (#3605)
* Refine example descriptions
* Refine limitations
* Add cross-reference to other component docs
Fix version
Fix type error
Move subSection to original position
* Add missing example descriptions
Fixes
* Further refinements
Wording
* Integrate feedback from Tim
* POS UI extensions components reference docs updates (#3607)
* Update Components section to remove inappropriate content from limitations sections and add to description
* Linting
* Formatting, typos, and other minor revisions
---------
Co-authored-by: Michelle Vinci <[email protected]>
* POS UI extensions components reference docs updates (#3607)
* Update Components section to remove inappropriate content from limitations sections and add to description
* Linting
* Formatting, typos, and other minor revisions
---------
Co-authored-by: Michelle Vinci <[email protected]>
* code styling
---------
Co-authored-by: Tim Trevor <[email protected]>
* Rename ProductSearch to Product Search (#3610)
* [Copy edits]: POS UI extensions versions 2025-10 (#3619)
* Revised component, prop, and example descriptions
Revisions on second half of components
Fixes
* Revised repetitive 'A callback function' statement
* Fix links to point to 2025-10
* Incorporate feedback from Tim
* Clarify how to layout multiple form fields
* Remove POS camera scanner examples
* Redefine subcategory for Storage API (#3635)
* Add back missing limitations to storage api docs
* Improve admin component documentation for common usage patterns
* Add comment on paragraph
* docs: fix metafield and metaobject definition intent docs
* Update change set to patch update for alt prop to POS Image
* Version Packages
* update npm deploy workflow to OIDC. (#3662)
* fix latest npm release tagging. (#3663)
* Add changeset to fix npm latest tag
* Version Packages (#3666)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* fix latest npm release tagging. (#3668)
* fix latest tag (#3669)
* Version Packages (#3670)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* Fix latest npm release tagging for `2025-10` (#3671)
* fix latest npm release tagging.
* add temporary `workflow_dispatch` for deploy workflow.
* Remove children slot from DropZone docs
* add manual fix (#3679)
* Add temporary manual sync step for latest NPM tag (#3684)
* Fix NPM OIDC authentication for manual dist-tagging (#3685)
* update deploy workflow to use oidc and classic hybrid approach (#3686)
* remove temp steps (#3689)
* Fix snapit workflow: use comment_command instead of trigger_comment (#3707)
The snapit action's source code reads 'comment_command' but the action.yml
was renamed to 'trigger_comment' without rebuilding the dist. This caused
/snapit comments to be silently ignored.
Using 'comment_command' which is the actual input name the code reads.
* Move snapit to unified OIDC ready deploy.yml workflow
* [snapit] Fix warning and try a fix for yarn bild
* [snapit] revert to comment_command
* Fix snapit: remove changeset pre exit from build script
The 'changeset pre exit' command fails because the repo is not in
pre-release mode (no .changeset/pre.json file exists). This command
was incorrectly added and causes all /snapit requests to fail.
* Test snapit OIDC authentication branch (#3713)
Points to Shopify/snapit@support-oidc-authentication to test OIDC
support before merging the snapit PR.
Related: Shopify/snapit#52
Co-authored-by: Claude Opus 4.5 <[email protected]>
* [Admin UI extensions 2025-10]: IA for Target APIs and components (#3696)
* IA for Target APIs
linting
Further revision
* IA for components
revert file change
Revert file change
* Add npm update step in deploy workflow
Added step to update npm to the latest version before creating a snapshot.
* update .nvmrc to match dev.yml (#3720)
* Add admin.app.tools.data extension target (#3706)
* Add admin.app.search.data extension target
* Add changeset for admin.app.search.data target
* Format changeset file with Prettier
* Rename admin.app.search.data to admin.app.tools.data
- Rename SearchDataApi to ToolsDataApi
- Rename SearchDataOutput to ToolsDataOutput
- Rename api/search-data directory to api/tools-data
- Update extension target name
* Rename SearchResult to ToolResult
Co-Authored-By: Claude Opus 4.5 <[email protected]>
* Change admin.app.tools.data to return undefined
Remove ToolsDataOutput and ToolResult types as the extension
target now returns undefined per issue requirements.
Co-Authored-By: Claude Opus 4.5 <[email protected]>
* Use StandardApi for admin.app.tools.data target
Remove custom ToolsDataApi in favor of StandardApi.
Co-Authored-By: Claude Opus 4.5 <[email protected]>
---------
Co-authored-by: Claude Opus 4.5 <[email protected]>
* Fix deploy: update Node.js to v20.17.0 for [email protected] compatibility
[email protected] requires Node.js ^20.17.0 || >=22.9.0, but the project was
using v20.10.0 which caused the deploy workflow to fail.
Co-Authored-By: Claude Opus 4.5 <[email protected]>
* use latest version of snapit (#3724)
* Version Packages (#3722)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* lint fixes
* Resolve conflicts for Admin
* Update api version in customer account example
* use latest version of snapit (#3724)
* fix conflicts with POS APIs.
* pos components in line with 2026-01-rc
---------
Co-authored-by: David Cortés <[email protected]>
Co-authored-by: andrewmcgov <[email protected]>
Co-authored-by: shopify-github-actions-access[bot] <109624739+shopify-github-actions-access[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Andrew McGoveran <[email protected]>
Co-authored-by: Lianne Sit <[email protected]>
Co-authored-by: Maxence Parenteau <[email protected]>
Co-authored-by: Sam Rose <[email protected]>
Co-authored-by: andy-chhuon <[email protected]>
Co-authored-by: Jovi De Croock <[email protected]>
Co-authored-by: Igor Martins <[email protected]>
Co-authored-by: Jovi De Croock <[email protected]>
Co-authored-by: Alex Graffeo-Cohen <[email protected]>
Co-authored-by: Nathan Oliveira <[email protected]>
Co-authored-by: Nathan Oliveira <[email protected]>
Co-authored-by: Victor Chu <[email protected]>
Co-authored-by: Michelle Vinci <[email protected]>
Co-authored-by: Jane Zhu <[email protected]>
Co-authored-by: Jane Zhu <[email protected]>
Co-authored-by: David Cameron <[email protected]>
Co-authored-by: David Cameron <[email protected]>
Co-authored-by: Stephanie Ordaz <[email protected]>
Co-authored-by: Chad Cromwell <[email protected]>
Co-authored-by: Britta Evans-Fenton <[email protected]>
Co-authored-by: H T <[email protected]>
Co-authored-by: Prakash Raman <[email protected]>
Co-authored-by: Tim Trevor <[email protected]>
Co-authored-by: Prakash Raman <[email protected]>
Co-authored-by: Victor Chu <[email protected]>
Co-authored-by: Olavo Santos <[email protected]>
Co-authored-by: Raman Lally <[email protected]>
Co-authored-by: Bill Fienberg <[email protected]>
Co-authored-by: Kyle Bavender <[email protected]>
Co-authored-by: Bill Fienberg <[email protected]>
Co-authored-by: Claude Opus 4.5 <[email protected]>
Co-authored-by: Trish Ta <[email protected]>
Co-authored-by: Han T. <[email protected]>1 parent a18ae01 commit e06538a
File tree
94 files changed
+2080
-199
lines changed- .github/workflows
- packages/ui-extensions
- docs/surfaces
- admin
- staticPages
- templates
- icon-renderer
- checkout/staticPages
- customer-account
- reference
- apis
- examples/apis
- staticPages
- point-of-sale
- mdxExamples
- discount-example
- print-example
- subscription-example
- reference
- apis
- examples
- draft-order-api
- order-api
- pinpad-api
- product-api
- scanner-api
- session-api
- toast-api
- staticPages
- src/surfaces
- admin
- api/intents
- examples
- components
- Avatar
- Badge
- Banner
- Box
- ButtonGroup
- Button
- Checkbox
- Chip
- ChoiceList
- ClickableChip
- ColorField
- ColorPicker
- DateField
- DatePicker
- DropZone
- Grid
- Icon
- Image
- Link
- Menu
- Modal
- OrderedList
- Page
- examples
- Popover
- SearchField
- Spinner
- Stack
- Table
- Text
- Thumbnail
- Tooltip
- UnorderedList
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
94 files changed
+2080
-199
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
21 | 52 | | |
22 | 53 | | |
23 | 54 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
47 | 89 | | |
48 | 90 | | |
49 | 91 | | |
| |||
Lines changed: 63 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
Lines changed: 66 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
48 | 49 | | |
49 | 50 | | |
50 | 51 | | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
51 | 56 | | |
52 | 57 | | |
53 | 58 | | |
| |||
79 | 84 | | |
80 | 85 | | |
81 | 86 | | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
82 | 114 | | |
83 | 115 | | |
84 | 116 | | |
| |||
221 | 253 | | |
222 | 254 | | |
223 | 255 | | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
224 | 290 | | |
225 | 291 | | |
226 | 292 | | |
| |||
Lines changed: 18 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
203 | 221 | | |
204 | 222 | | |
205 | 223 | | |
| |||
Lines changed: 38 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
0 commit comments