Skip to content

Conversation

@TristanWatanabe
Copy link
Member

Changes:

Issue:

@TristanWatanabe TristanWatanabe requested a review from a team as a code owner November 28, 2022 21:28
@TristanWatanabe TristanWatanabe self-assigned this Nov 28, 2022
stories: [
...rootMain.stories,
'../src/**/*.stories.mdx',
'../src/stories/Field/index.stories.@(ts|tsx)',
Copy link
Member Author

@TristanWatanabe TristanWatanabe Nov 28, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line is no longer necessary since all other Field component stories are no longer part of this package - https://github.com/microsoft/fluentui/pull/24426/files#r962066436

@size-auditor
Copy link

size-auditor bot commented Nov 28, 2022

Asset size changes

Size Auditor did not detect a change in bundle size for any component!

Baseline commit: 5b183163c77ca9cdba1c67185139479530f7a5b6 (build)

@fabricteam
Copy link
Collaborator

📊 Bundle size report

Unchanged fixtures
Package & Exports Size (minified/GZIP)
react-combobox
Combobox (including child components)
78.244 kB
25.015 kB
react-combobox
Dropdown (including child components)
77.531 kB
24.927 kB
react-components
react-components: Button, FluentProvider & webLightTheme
62.975 kB
17.687 kB
react-components
react-components: Accordion, Button, FluentProvider, Image, Menu, Popover
190.411 kB
53.077 kB
react-components
react-components: FluentProvider & webLightTheme
33.48 kB
11.037 kB
react-input
Input
24.194 kB
7.89 kB
react-portal-compat
PortalCompatProvider
5.857 kB
1.978 kB
react-progress
Progress
13.536 kB
5.107 kB
react-radio
Radio
36.446 kB
12.123 kB
react-radio
RadioGroup
14.304 kB
5.72 kB
react-select
Select
23.474 kB
8.017 kB
react-slider
Slider
32.118 kB
10.192 kB
react-spinbutton
SpinButton
44.502 kB
12.812 kB
react-switch
Switch
33.453 kB
10.581 kB
react-textarea
Textarea
25.733 kB
8.328 kB
🤖 This report was generated against a002e76a91b5c53844ea69d7b7eb63be5ad48f82

@codesandbox-ci
Copy link

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 57ad0ee:

Sandbox Source
@fluentui/react 8 starter Configuration
@fluentui/react-components 9 starter Configuration

@fabricteam
Copy link
Collaborator

Perf Analysis (@fluentui/react-components)

No significant results to display.

All results

Scenario Render type Master Ticks PR Ticks Iterations Status
Avatar mount 1591 1588 5000
Button mount 1132 1117 5000
FluentProvider mount 1915 1926 5000
FluentProviderWithTheme mount 783 753 10
FluentProviderWithTheme virtual-rerender 718 717 10
FluentProviderWithTheme virtual-rerender-with-unmount 780 743 10
MakeStyles mount 2311 2279 50000
SpinButton mount 3098 3063 5000

@fabricteam
Copy link
Collaborator

🕵 fluentuiv9 Open the Visual Regressions report to inspect the 2 screenshots

✅ There was 0 screenshots added, 0 screenshots removed, 1749 screenshots unchanged, 0 screenshots with different dimensions and 2 screenshots with visible difference.

unknown 2 screenshots
Image Name Diff(in Pixels) Image Type
Avatar Converged.size+active+badge.normal.chromium.png 6 Changed
Avatar Converged.size+active+ring-shadow.normal.chromium.png 8 Changed

@TristanWatanabe TristanWatanabe merged commit 8869076 into microsoft:master Nov 29, 2022
marcosmoura added a commit to marcosmoura/fluentui that referenced this pull request Nov 29, 2022
* master: (34 commits)
  chore(react-tooltip): migrate to new package structure (microsoft#25818)
  chore(react-field): migrate to new package structure (microsoft#25817)
  Update vr screenshotdiff lib to accept vr host url as param (microsoft#25772)
  feat(scripts): enable strict checking for additional sub-folders(packages) v4 (microsoft#25710)
  fix(tools): bump norhtstar packages v9 deps on dep mismatch resolution (microsoft#25806)
  feat: remove react-storybook and replace its functionality via standard react-storybook-addon package (microsoft#25786)
  applying package updates
  chore(react-spinbutton): migrate to new package structure (microsoft#25813)
  chore(react-spinner): migrate to new package structure (microsoft#25814)
  chore(react-provider): migrate to new package structure (microsoft#25809)
  chore(react-radio, shared-contexts): migrate to new package structure (microsoft#25810)
  chore(react-theme): migrate to new package structure (microsoft#25812)
  docs: add Fluent UI Insights EP04 to README (microsoft#25775)
  chore(react-migration-v8-v9): use same build process/setup as v9/ts-solution packages (microsoft#25679)
  docs: Improves `Table` documentation (microsoft#25787)
  feat: improve react-18 tests (microsoft#25758)
  docs: Add examples for DataGrid (microsoft#25783)
  chore(react-tree): scaffold TreeItemLayout (microsoft#25781)
  perf: make ts-minbar test compilation faster and asset preparation simpler (microsoft#25754)
  chore: creates TreeItem and basic Tree (microsoft#25742)
  ...
marigome-msft added a commit to marigome-msft/fluentui that referenced this pull request Nov 30, 2022
marigome-msft added a commit to marigome-msft/fluentui that referenced this pull request Dec 1, 2022
marigome-msft added a commit to marigome-msft/fluentui that referenced this pull request Dec 8, 2022
marigome-msft added a commit to marigome-msft/fluentui that referenced this pull request Dec 8, 2022
layershifter added a commit that referenced this pull request Dec 19, 2022
* chore(react-field): migrate to new package structure (#25817)

* fixed alert styling

* yarn change

* Revert "chore(react-field): migrate to new package structure (#25817)"

This reverts commit 0d473c1.

* ui fixes

* update tokens

* using px instead of rem

* Update packages/react-components/react-alert/src/components/Alert/useAlertStyles.ts

Co-authored-by: Oleksandr Fediashov <[email protected]>

* Update change/@fluentui-react-alert-8a5ecb73-4cf7-422d-9df6-e2c5d0cacffd.json

Co-authored-by: Oleksandr Fediashov <[email protected]>

* tabster

* update changelog to follow changelog guidelines

Co-authored-by: Oleksandr Fediashov <[email protected]>
Hotell pushed a commit to Hotell/fluentui that referenced this pull request Feb 9, 2023
Hotell pushed a commit to Hotell/fluentui that referenced this pull request Feb 9, 2023
* chore(react-field): migrate to new package structure (microsoft#25817)

* fixed alert styling

* yarn change

* Revert "chore(react-field): migrate to new package structure (microsoft#25817)"

This reverts commit 0d473c1.

* ui fixes

* update tokens

* using px instead of rem

* Update packages/react-components/react-alert/src/components/Alert/useAlertStyles.ts

Co-authored-by: Oleksandr Fediashov <[email protected]>

* Update change/@fluentui-react-alert-8a5ecb73-4cf7-422d-9df6-e2c5d0cacffd.json

Co-authored-by: Oleksandr Fediashov <[email protected]>

* tabster

* update changelog to follow changelog guidelines

Co-authored-by: Oleksandr Fediashov <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants