-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Update IconDirectionContextProvider import to import from specific path #31006
Merged
tomi-msft
merged 16 commits into
microsoft:master
from
tomi-msft:react-icons-entry-point-fix
May 22, 2024
Merged
Update IconDirectionContextProvider import to import from specific path #31006
tomi-msft
merged 16 commits into
microsoft:master
from
tomi-msft:react-icons-entry-point-fix
May 22, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This will be updated after this PR gets merged and published in the |
📊 Bundle size report✅ No changes found |
…eact-icons-entry-point-fix
Perf Analysis (
|
Scenario | Render type | Master Ticks | PR Ticks | Iterations | Status |
---|---|---|---|---|---|
Avatar | mount | 652 | 638 | 5000 | |
Button | mount | 297 | 301 | 5000 | |
Field | mount | 1129 | 1112 | 5000 | |
FluentProvider | mount | 707 | 695 | 5000 | |
FluentProviderWithTheme | mount | 77 | 82 | 10 | |
FluentProviderWithTheme | virtual-rerender | 35 | 40 | 10 | |
FluentProviderWithTheme | virtual-rerender-with-unmount | 79 | 78 | 10 | |
MakeStyles | mount | 850 | 854 | 50000 | |
Persona | mount | 1774 | 1705 | 5000 | |
SpinButton | mount | 1360 | 1376 | 5000 | |
SwatchPicker | mount | 1510 | 1579 | 5000 |
…eact-icons-entry-point-fix
…eact-icons-entry-point-fix
Hotell
reviewed
Apr 23, 2024
packages/react-components/react-provider/src/components/FluentProvider/FluentProvider.types.ts
Outdated
Show resolved
Hide resolved
…eact-icons-entry-point-fix
…eact-icons-entry-point-fix
…eact-icons-entry-point-fix
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. |
packages/react-components/react-provider/src/components/FluentProvider/FluentProvider.types.ts
Show resolved
Hide resolved
packages/react-components/react-provider/src/components/FluentProvider/renderFluentProvider.tsx
Show resolved
Hide resolved
fabricteam
reviewed
May 21, 2024
change/@fluentui-react-provider-b4ae6507-5ab8-4993-a09e-817306d5b73e.json
Show resolved
Hide resolved
layershifter
approved these changes
May 22, 2024
Hotell
reviewed
May 22, 2024
change/@fluentui-react-provider-b4ae6507-5ab8-4993-a09e-817306d5b73e.json
Outdated
Show resolved
Hide resolved
Hotell
reviewed
May 22, 2024
packages/react-components/react-provider/src/components/FluentProvider/FluentProvider.types.ts
Show resolved
Hide resolved
…-msft/fluentui into react-icons-entry-point-fix
fabricteam
reviewed
May 22, 2024
change/@fluentui-react-provider-b4ae6507-5ab8-4993-a09e-817306d5b73e.json
Show resolved
Hide resolved
marcosmoura
added a commit
to marcosmoura/fluentui
that referenced
this pull request
May 28, 2024
* master: (49 commits) Update focus order in sankey chart for vertical navigation (microsoft#31469) chore: use new performant 'type-check' for v9 libaries (microsoft#31454) applying package updates fix(Timepicker-compat): clearIcon not working in freeform (microsoft#31324) chore: re-enable lint rule (microsoft#31459) feat(react-tag-picker): adds text property to TagPickerOption (microsoft#31474) feat(recipes): create package with initial implementation (moved from /apps) (microsoft#31386) applying package updates applying package updates chore: revert globals changes (microsoft#31470) (web-components) Use `ElementInternals` for TextInput elements (microsoft#31201) chore:(docs) Update and migrate component implementation guide (microsoft#31398) disallow all globals in Fluent v9 (microsoft#30967) chore:(react-nav-preview) Recomposing more components and some pixel pushing (microsoft#31387) fix(pr-deploy-site): explicitly set types to not include whole @types/* globals which are causing issues with addition of @types/web (microsoft#31465) fix(recipes-react-components): explicitly set types to not include whole @types/* globals which are cauising issues with addition of @types/web (microsoft#31463) applying package updates applying package updates applying package updates Update IconDirectionContextProvider import to import from specific path (microsoft#31006) ...
miroslavstastny
pushed a commit
to miroslavstastny/fluentui
that referenced
this pull request
Jun 14, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR updates the
IconDirectionContextProvider
to be imported from a specific path from the@fluentui/react-icons
package. Fixes #30909