Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Layout foundations] Mark layout components beta #8631

Merged
merged 2 commits into from
Mar 14, 2023
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
5 changes: 5 additions & 0 deletions .changeset/tender-humans-cough.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'polaris.shopify.com': patch
---

Marked layout components (`Box`, `Bleed`, `Card`, `Columns`, `Divider`, `Inline`, `Stack`) as beta
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ category: Layout and structure
keywords:
- layout
status:
value: Alpha
message: This component is a work in progress and ready for exploratory usage, with breaking changes expected in minor version updates. Please use with caution. Learn more about our [component lifecycles](/getting-started/components-lifecycle).
value: Beta
message: This component is ready for wider adoption, usage is encouraged for most cases. Breaking changes are possible in minor version updates. Learn more about our [component lifecycles](/getting-started/components-lifecycle).
examples:
- fileName: bleed-horizontal.tsx
title: Horizontal
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ keywords:
- responsive
- tokens
status:
value: Alpha
message: This component is a work in progress and ready for exploratory usage, with breaking changes expected in minor version updates. Please use with caution. Learn more about our [component lifecycles](/getting-started/components-lifecycle).
value: Beta
message: This component is ready for wider adoption, usage is encouraged for most cases. Breaking changes are possible in minor version updates. Learn more about our [component lifecycles](/getting-started/components-lifecycle).
examples:
- fileName: box-with-color.tsx
title: Color
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ keywords:
- callout
- call out
status:
value: Alpha
message: This component is a work in progress and ready for exploratory usage, with breaking changes expected in minor version updates. Please use with caution. Learn more about our [component lifecycles](/getting-started/components-lifecycle).
value: Beta
message: This component is ready for wider adoption, usage is encouraged for most cases. Breaking changes are possible in minor version updates. Learn more about our [component lifecycles](/getting-started/components-lifecycle).
examples:
- fileName: card-default.tsx
title: Default
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ keywords:
- grid
- responsive
status:
value: Alpha
message: This component is a work in progress and ready for exploratory usage, with breaking changes expected in minor version updates. Please use with caution. Learn more about our [component lifecycles](/getting-started/components-lifecycle).
value: Beta
message: This component is ready for wider adoption, usage is encouraged for most cases. Breaking changes are possible in minor version updates. Learn more about our [component lifecycles](/getting-started/components-lifecycle).
examples:
- fileName: columns-with-varying-gap.tsx
title: Gap
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ keywords:
- divider
- border
status:
value: Alpha
message: This component is a work in progress and ready for exploratory usage, with breaking changes expected in minor version updates. Please use with caution. Learn more about our [component lifecycles](/getting-started/components-lifecycle).
value: Beta
message: This component is ready for wider adoption, usage is encouraged for most cases. Breaking changes are possible in minor version updates. Learn more about our [component lifecycles](/getting-started/components-lifecycle).
examples:
- fileName: divider-with-border-styles.tsx
title: Style
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ keywords:
- horizontal row of components
- stack
status:
value: Alpha
message: This component is a work in progress and ready for exploratory usage, with breaking changes expected in minor version updates. Please use with caution. Learn more about our [component lifecycles](/getting-started/components-lifecycle).
value: Beta
message: This component is ready for wider adoption, usage is encouraged for most cases. Breaking changes are possible in minor version updates. Learn more about our [component lifecycles](/getting-started/components-lifecycle).
examples:
- fileName: inline-with-non-wrapping.tsx
title: Non-wrapping
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ keywords:
- right-aligned stack
- stack layout
status:
value: Alpha
message: This component is a work in progress and ready for exploratory usage, with breaking changes expected in minor version updates. Please use with caution. Learn more about our [component lifecycles](/getting-started/components-lifecycle).
value: Beta
message: This component is ready for wider adoption, usage is encouraged for most cases. Breaking changes are possible in minor version updates. Learn more about our [component lifecycles](/getting-started/components-lifecycle).
examples:
- fileName: stack-with-gap.tsx
title: Gap
Expand Down