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

chore(pie-textarea): DSW-2653 update component status to beta #2113

Merged
merged 5 commits into from
Dec 11, 2024
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
6 changes: 6 additions & 0 deletions .changeset/smart-olives-walk.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@justeattakeaway/pie-textarea": patch
"pie-docs": patch
---

[Changed] - update the textarea component status to beta
1 change: 1 addition & 0 deletions apps/pie-docs/src/componentStatusData.js
Original file line number Diff line number Diff line change
Expand Up @@ -1977,6 +1977,7 @@ const rows = [
},
{
resource: resourceTypes.WEB_COMPONENTS,
link: 'https://webc.pie.design/?path=/story/textarea--default',
status: webComponentStatuses['pie-textarea'],
},
{
Expand Down
3 changes: 3 additions & 0 deletions packages/components/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,3 +110,6 @@ As with the browser tests, it is vital that the component to test is mounted and

## Bundling
When we build a component, we run a plugin for Rollup named `rollup-plugin-visualizer`. This generates a file for each component named `stats.html` in the root of the component package. This file can be viewed in the browser to visualise the bundled Javascript and better understand what contributes to the size of the final build output.

## Component Status changes
The `package.json` file of each component is the source of truth for its status. Any change of status will be automatically reflected in Storybook and the Documentation site. There is no need to manually change the `component-statuses.json` file.
2 changes: 1 addition & 1 deletion packages/components/pie-textarea/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"**/*.d.ts"
],
"pieMetadata": {
"componentStatus": "alpha"
"componentStatus": "beta"
},
"scripts": {
"build": "run -T vite build",
Expand Down
Loading