Skip to content

Commit f5ad75f

Browse files
authored
Remove beta status from Text (#8187)
### WHY are these changes introduced? Now that the admin has been migrated to use Text, we can mark `Text` as stable in v11. ### WHAT is this pull request doing? Removes beta status and message banner from `Text` component page. <details> <summary>Update Text component page</summary> <img src="https://user-images.githubusercontent.com/26749317/215123915-0ed9fef9-d4f7-413a-a31e-73d4e80fec28.png" alt="Update Text component page"> </details> <!-- ℹ️ Delete the following for small / trivial changes --> ### 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) - [ ] 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 8de5271 commit f5ad75f

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.changeset/nasty-suns-hang.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+
Removed beta status from `Text`

polaris.shopify.com/content/components/text.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ keywords:
1919
- semibold
2020
- bold
2121
- list
22-
status:
23-
value: Beta
24-
message: This component is in development. There could be breaking changes made to it in a non-major release of Polaris. Please use with caution.
2522
examples:
2623
- fileName: text-heading.tsx
2724
title: Heading

0 commit comments

Comments
 (0)