-
Notifications
You must be signed in to change notification settings - Fork 2.9k
feat: (breadcrumb) Removed appearance prop #29554
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
feat: (breadcrumb) Removed appearance prop #29554
Conversation
📊 Bundle size report🤖 This report was generated against 742d551c8007ff9cbf5f50fc488ac5602202b3ac |
|
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 1890980:
|
Asset size changesSize Auditor did not detect a change in bundle size for any component! Baseline commit: 742d551c8007ff9cbf5f50fc488ac5602202b3ac (build) |
change/@fluentui-react-breadcrumb-preview-8e37ea24-6643-4dca-a824-7919c7e0581c.json
Outdated
Show resolved
Hide resolved
apps/vr-tests-react-components/src/stories/Breadcrumb/Breadcrumb.stories.tsx
Show resolved
Hide resolved
…824-7919c7e0581c.json Co-authored-by: Martin Hochel <[email protected]>
* master: (48 commits) fix(react-drawer): regression with mountNode prop not available after refactoring (microsoft#29524) feat(react-storybook-addon-codesandbox): support various providers for "export to" functionality (microsoft#29536) feat(TimePicker-compat): call onTimeSelect on blur (microsoft#29597) feat: (breadcrumb) Removed appearance prop (microsoft#29554) chore(deps): bump fsevents from 1.2.9 to 1.2.13 (microsoft#29476) Adding comment in Hovercard that we support cumulative area chart currently (microsoft#29395) applying package updates applying package updates chore(vr-tests-react-components, perf-tests-app): Remove infobutton from vr-tests and perf test app (microsoft#29603) docs: Add guidance for modifying textarea's height. (microsoft#29601) fix(react-calendar-compat): Classnames removed and added to day cells need to be split instead of providing a string with spaces (microsoft#29611) [Part 2] Changes to onboard charting to fluent docsite (microsoft#29608) chore: bump jest to 29.7.0 (microsoft#29298) applying package updates feat(react-infolabel, react-components): Release InfoLabel to stable (microsoft#29585) feat(react-datepicker-compat): Update DatePicker to use react-calendar-compat (microsoft#29587) feat: adds motion to DialogSurface (microsoft#29391) fix: Use correct target windows for ResizeObserver (microsoft#29551) chg (microsoft#29592) Fix missing x callout custom callout (microsoft#29547) ...
subtleappearance.currentprop should be set forBreadcrumbButton.Previous Behavior
currentprop was set on non-interactive itemappearancecould havetransparentvalueNew Behavior
currentprop is set for BreadcrumbButton last itemappearancehas onlysubtlevalue that's whyappearanceprop is removed