docs: clarify Divider, ClipboardItem, and Avatar prop limitations (2026-07-rc)#4465
docs: clarify Divider, ClipboardItem, and Avatar prop limitations (2026-07-rc)#4465SteveSill wants to merge 1 commit into
Conversation
Add JSDoc clarifications uncovered while cleaning up Limitations sections in shopify-dev component docs: - ClipboardItemProps.text: rich text, HTML, and binary content aren't supported - DividerProps.direction (block): requires a parent with a defined height to render visibly - Avatar.initials (customer-account): characters beyond the first two might be truncated; special characters, emojis, and non-Latin scripts might not render as expected Companion to shopify-dev follow-up PR #723308.
🚨🚨🚨 Docs migration in progress 🚨🚨🚨We are actively migrating UI extension reference docs to MDX in the
During this migration, please be aware of the following:
Doc comments in Examples that previously lived in this repo are being moved to the What should I do?
Thanks for your patience while we complete the migration! 🙏 |
3c75802 to
5e32120
Compare
Companion to shopify-dev cleanup shop/world#723308, which removes
## Limitationscontent from .mdx pages following the framework merged in #669910.Three of those bullets are property-level behavior that belongs on the auto-generated property table, not in a separate doc section. Adding the JSDoc here ensures the regen automation (
areas-platforms-shopify-dev-checkout-ui-extensions-apis-regen-automation.yml) carries the constraints into shopify-dev when it next runs against this branch.Sister PRs (one per active version): #4462, #4463, #4464, #4465. Manual checkout-web override (so the alt docs build path doesn't revert these): shop/world#723563.