Skip to content

Commit c5a1232

Browse files
authored
[Layout foundations] Mark layout components beta (#8631)
### WHY are these changes introduced? Resolves #8630. Marks layout components as beta. ### WHAT is this pull request doing? Marks `Box`, `Bleed`, `Card`, `Columns`, `Divider`, `Inline`, `Stack` as beta. <details> <summary>Beta components</summary> <img src="https://user-images.githubusercontent.com/26749317/224385296-b2c4f75f-9f0f-45cb-a895-97e0ffa9de83.png" alt="Beta components"> </details> ### How to 🎩 🖥 [Local development instructions](https://github.com/Shopify/polaris/blob/main/README.md#local-development) 🗒 [General tophatting guidelines](https://github.com/Shopify/polaris/blob/main/documentation/Tophatting.md) 📄 [Changelog guidelines](https://github.com/Shopify/polaris/blob/main/.github/CONTRIBUTING.md#changelog) ### 🎩 checklist - [ ] Tested on [mobile](https://github.com/Shopify/polaris/blob/main/documentation/Tophatting.md#cross-browser-testing) - [x] Tested on [multiple browsers](https://help.shopify.com/en/manual/shopify-admin/supported-browsers) - [ ] Tested for [accessibility](https://github.com/Shopify/polaris/blob/main/documentation/Accessibility%20testing.md) - [ ] Updated the component's `README.md` with documentation changes - [x] [Tophatted documentation](https://github.com/Shopify/polaris/blob/main/documentation/Tophatting%20documentation.md) changes in the style guide
1 parent 6a61bef commit c5a1232

File tree

8 files changed

+19
-14
lines changed

8 files changed

+19
-14
lines changed

.changeset/tender-humans-cough.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'polaris.shopify.com': patch
3+
---
4+
5+
Marked layout components (`Box`, `Bleed`, `Card`, `Columns`, `Divider`, `Inline`, `Stack`) as beta

polaris.shopify.com/content/components/layout-and-structure/bleed.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ category: Layout and structure
55
keywords:
66
- layout
77
status:
8-
value: Alpha
9-
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).
8+
value: Beta
9+
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).
1010
examples:
1111
- fileName: bleed-horizontal.tsx
1212
title: Horizontal

polaris.shopify.com/content/components/layout-and-structure/box.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ keywords:
88
- responsive
99
- tokens
1010
status:
11-
value: Alpha
12-
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).
11+
value: Beta
12+
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).
1313
examples:
1414
- fileName: box-with-color.tsx
1515
title: Color

polaris.shopify.com/content/components/layout-and-structure/card.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ keywords:
2323
- callout
2424
- call out
2525
status:
26-
value: Alpha
27-
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).
26+
value: Beta
27+
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).
2828
examples:
2929
- fileName: card-default.tsx
3030
title: Default

polaris.shopify.com/content/components/layout-and-structure/columns.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ keywords:
88
- grid
99
- responsive
1010
status:
11-
value: Alpha
12-
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).
11+
value: Beta
12+
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).
1313
examples:
1414
- fileName: columns-with-varying-gap.tsx
1515
title: Gap

polaris.shopify.com/content/components/layout-and-structure/divider.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ keywords:
77
- divider
88
- border
99
status:
10-
value: Alpha
11-
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).
10+
value: Beta
11+
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).
1212
examples:
1313
- fileName: divider-with-border-styles.tsx
1414
title: Style

polaris.shopify.com/content/components/layout-and-structure/inline.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ keywords:
1515
- horizontal row of components
1616
- stack
1717
status:
18-
value: Alpha
19-
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).
18+
value: Beta
19+
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).
2020
examples:
2121
- fileName: inline-with-non-wrapping.tsx
2222
title: Non-wrapping

polaris.shopify.com/content/components/layout-and-structure/stack.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ keywords:
1212
- right-aligned stack
1313
- stack layout
1414
status:
15-
value: Alpha
16-
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).
15+
value: Beta
16+
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).
1717
examples:
1818
- fileName: stack-with-gap.tsx
1919
title: Gap

0 commit comments

Comments
 (0)