-
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
ProgressField implementation and stories #25103
ProgressField implementation and stories #25103
Conversation
📊 Bundle size report
Unchanged 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 8274315:
|
Perf Analysis (
|
Scenario | Render type | Master Ticks | PR Ticks | Iterations | Status |
---|---|---|---|---|---|
Avatar | mount | 1576 | 1580 | 5000 | |
Button | mount | 1138 | 1134 | 5000 | |
FluentProvider | mount | 1852 | 1888 | 5000 | |
FluentProviderWithTheme | mount | 769 | 742 | 10 | |
FluentProviderWithTheme | virtual-rerender | 724 | 715 | 10 | |
FluentProviderWithTheme | virtual-rerender-with-unmount | 746 | 742 | 10 | |
MakeStyles | mount | 2287 | 2286 | 50000 | |
SpinButton | mount | 2984 | 2944 | 5000 |
Asset size changesSize Auditor did not detect a change in bundle size for any component! Baseline commit: 324fe638ab10e48e83dc379054c7c6f3ea634c51 (build) |
…c-react into progress-field-implementation
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.
Looks good! Just putting a block on merging until the change file is updated to prerelease
change/@fluentui-react-progress-bf837b7d-856a-4256-94fc-ebd888027c86.json
Outdated
Show resolved
Hide resolved
apps/vr-tests-react-components/src/stories/Progress.stories.tsx
Outdated
Show resolved
Hide resolved
apps/vr-tests-react-components/src/stories/Progress.stories.tsx
Outdated
Show resolved
Hide resolved
apps/vr-tests-react-components/src/stories/Progress.stories.tsx
Outdated
Show resolved
Hide resolved
apps/vr-tests-react-components/src/stories/Progress.stories.tsx
Outdated
Show resolved
Hide resolved
apps/vr-tests-react-components/src/stories/Progress.stories.tsx
Outdated
Show resolved
Hide resolved
* master: (23 commits) Revert "chore: screener-run workflow should report to PR (microsoft#25144)" (microsoft#25145) chore: screener-run workflow should report to PR (microsoft#25144) applying package updates fix: The Tooltip should not hide if it gets keyboard focus (microsoft#25138) fix: Tooltip should not hide if an element inside it gets focused (microsoft#25140) Create react-migration-v8-v9 with shims and stories (microsoft#25121) fix: CheckboxField to set a generated ID on the input, to match the label's htmlFor (microsoft#25079) feat: Overflow menu should be registered in overflowManager (microsoft#25091) fix: version-bump generator removes beachball disallowedChangeType config (microsoft#25130) fix: new overflow items should only be enqueued while observing (microsoft#25122) fix(script): allow runPublished call from CLI (microsoft#25127) feat: add vertical variation for toolbar (microsoft#24940) ProgressField implementation and stories (microsoft#25103) fix: Dropdown icon layout with no placeholder/value (microsoft#25049) chore: add a bundle size fixture (Button, Provider & theme) (microsoft#25113) feat: Adding subtle transition between states on Button components (microsoft#25106) Revert "chore: screener-run workflow should report to PR (microsoft#25096)" (microsoft#25115) chore: screener-run workflow should report to PR (microsoft#25096) fix(react-dialog): aria-* properties should be reassignable (microsoft#25092) fix(scripts): don't run publish if web-components are affected (microsoft#25095) ...
* ProgressField implementation and stories * change file * update api * change files * remove private true in package.json * remove Progress Stories from vr-tests * update react-progress package.json and change file
This PR is to add
ProgressField
to theField
component.ProgressField
will add a label and description to theProgress
component, as well as allowing forsuccess
,error
, andwarning
states.