refactor(F0Widget): promote from experimental to stable#3839
refactor(F0Widget): promote from experimental to stable#3839eliseo-juan wants to merge 1 commit intorefactor/storybook-sidebar-reorganization-2from
Conversation
There was a problem hiding this comment.
Pull request overview
This PR is intended to promote F0Widget from experimental to stable, but the diff provided updates Storybook tags for F0Heading instead, which makes the change set inconsistent with the PR metadata.
Changes:
- Updated
F0HeadingStorybook story tags fromexperimentaltostable.
| const meta = { | ||
| component: F0Heading, | ||
| title: "Heading", | ||
| tags: ["autodocs", "experimental"], | ||
| tags: ["autodocs", "stable"], |
There was a problem hiding this comment.
PR title/description indicate promoting F0Widget to stable, but the only change here promotes F0Heading story tags to stable. Also, packages/react/src/components/F0Widget/__stories__/F0Widget.stories.tsx still has tags: ["autodocs", "experimental"]. Please either update the intended F0Widget story (and any related exports/docs) or adjust the PR metadata to match the actual change.
📦 Alpha Package Version PublishedUse Use |
🔍 Visual review for your branch is published 🔍Here are the links to: |
Coverage Report for packages/react
File CoverageNo changed files found. |
Summary
Promotes
F0Widgetfrom experimental to stable status.Changes
F0Widget.stories.tsx: changedtags: ["autodocs", "experimental"]→tags: ["autodocs", "stable"]Notes
index.tsxwas already a cleanexport * from "./F0Widget"— noexperimentalComponentwrapper presentF0Widget.tsxhad noexperimentalComponentusage — no changes needed there