-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
fix(react-component): Remove unstable notice from stable components' readmes #25236
Conversation
📊 Bundle size reportUnchanged fixtures
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 2edff58:
|
Asset size changesSize Auditor did not detect a change in bundle size for any component! Baseline commit: eff4a290cbb0ca8fd7023be1e46b2719564743e6 (build) |
Perf Analysis (
|
Scenario | Render type | Master Ticks | PR Ticks | Iterations | Status |
---|---|---|---|---|---|
Avatar | mount | 1289 | 1292 | 5000 | |
Button | mount | 952 | 930 | 5000 | |
FluentProvider | mount | 1537 | 1544 | 5000 | |
FluentProviderWithTheme | mount | 585 | 566 | 10 | |
FluentProviderWithTheme | virtual-rerender | 544 | 557 | 10 | |
FluentProviderWithTheme | virtual-rerender-with-unmount | 585 | 580 | 10 | |
MakeStyles | mount | 1986 | 1945 | 50000 | |
SpinButton | mount | 2402 | 2376 | 5000 |
## STATUS: WIP 🚧 | ||
|
||
These are not production-ready components and **should never be used in product**. This space is useful for testing new components whose APIs might change before final release. | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This one should not be removed, react-persona
is still unstable.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
reverted
…readmes (microsoft#25236) * fix(react-component): Remove unstable notice from stable components' readmes * Update project links in readmes * change files * revert react-persona, still unstable * revert react-persona, still unstable (change file)
Current Behavior
react-components
package as well as other stable components contain unstable notice in readme:That message is not correct and confuses partners.
New Behavior
react-components
and all stable packages.none
to avoid useless release.