-
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
chore(react-persona, react-components, vr-tests-v9): Reverting react-persona's version to beta #25357
chore(react-persona, react-components, vr-tests-v9): Reverting react-persona's version to beta #25357
Conversation
📊 Bundle size reportUnchanged fixtures
|
Asset size changesSize Auditor did not detect a change in bundle size for any component! Baseline commit: 07141711530bbdba82fd5198fe4bcef462403f40 (build) |
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 07b2d04:
|
Perf Analysis (
|
Scenario | Render type | Master Ticks | PR Ticks | Iterations | Status |
---|---|---|---|---|---|
Avatar | mount | 1336 | 1325 | 5000 | |
Button | mount | 944 | 941 | 5000 | |
FluentProvider | mount | 1601 | 1573 | 5000 | |
FluentProviderWithTheme | mount | 616 | 638 | 10 | |
FluentProviderWithTheme | virtual-rerender | 602 | 593 | 10 | |
FluentProviderWithTheme | virtual-rerender-with-unmount | 627 | 628 | 10 | |
MakeStyles | mount | 1906 | 1922 | 50000 | |
SpinButton | mount | 2517 | 2521 | 5000 |
@@ -49,7 +49,7 @@ | |||
"@fluentui/react-link": "^9.0.9", | |||
"@fluentui/react-menu": "^9.3.1", | |||
"@fluentui/react-overflow": "9.0.0-beta.12", | |||
"@fluentui/react-persona": "^9.0.3", | |||
"@fluentui/react-persona": "^9.1.0-beta.0", |
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.
prereleases need to use pinned version only otherwise it will resolve in version that customers/us might not expect.
* master: (106 commits) fix: PopoverTriggerChildProps should be exported (microsoft#25159) feat: replace ToolbarRadio implementation by usage of toggle button as Radio (microsoft#25343) docs: improve Toolbar docs examples (microsoft#25269) feat(tools): add unstable API setup updates (microsoft#25355) applying package updates Fix wrong narration when legend selected (microsoft#24903) applying package updates chore(react-persona): Update beachball settings and change file's type (microsoft#25363) chore: Refactor Field VR tests to have individual tests per component (microsoft#25263) chore(react-persona, react-components, vr-tests-v9): Reverting react-persona's version to beta (microsoft#25357) Publishing migration package (microsoft#25354) fix: Detailslist is still tabbable when isHeaderVisible=false (microsoft#25342) fix: list even/odd off-by-one issue (microsoft#25358) feat: add Dropdown a11y spec (microsoft#24917) spinbutton: update internal padding for small size (microsoft#25286) chore(global-context): migrate to new package structure (microsoft#25341) feat: Add validationState to Progress, to make the bar red or green (microsoft#25253) feat: Add accessibility scenarios for Fluent UI v9 components #3 (microsoft#23334) feat(Dropdown): Freeform search should be case insensitive (microsoft#24879) feat(what-input): Limit keyboard detection in inputs (microsoft#25087) ...
…persona's version to beta (microsoft#25357) * updating react-persona's version to be back in beta * change files
This PR reverts Persona's release to stable and moves it back to beta. There's no need to move the exports to unstable since they are already exported in unstable.
Note: the version is
9.1.0-beta.0
since the first stable version of Persona will start in9.1.0
.Related Issue(s)
Related #25325