-
Notifications
You must be signed in to change notification settings - Fork 2.9k
feat(react-headless): add a new package to export Fluent UI base state hooks and render functions #35931
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
Draft
dmytrokirpa
wants to merge
25
commits into
microsoft:master
Choose a base branch
from
dmytrokirpa:feat/export-base-hooks-from-suite
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
feat(react-headless): add a new package to export Fluent UI base state hooks and render functions #35931
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
bfa4a03
feat(react-base-components): introduce new package for creating base …
dmytrokirpa d8a971e
base components stories and update types for components
dmytrokirpa 7913660
add missing packages to package.json
dmytrokirpa a49da44
fixup
dmytrokirpa 03bd4d0
fixup
dmytrokirpa e3b3b68
change
dmytrokirpa 8ced617
add base components to public-docsite-v9
dmytrokirpa e9b6f9f
update docs
dmytrokirpa ff41b04
Merge branch 'master' into feat/export-base-hooks-from-suite
dmytrokirpa a80aec7
update
dmytrokirpa 0e73c15
switch to css
dmytrokirpa 02d014f
add more components
dmytrokirpa a196fe8
change
dmytrokirpa 124cb9d
update api snapshot
dmytrokirpa d562e0c
rename to react-headless
dmytrokirpa 9e043de
remove combobox
dmytrokirpa 73067e7
remove tooltip
dmytrokirpa d379908
cleanup
dmytrokirpa 9eda3d9
Merge branch 'master' into feat/export-base-hooks-from-suite
dmytrokirpa b031803
fixup
dmytrokirpa c77d466
fixup
dmytrokirpa 853ed68
fixup
dmytrokirpa 7caaafd
fixup
dmytrokirpa 9f71455
fix linter issue
dmytrokirpa 712e282
chore: move upstream package changes to separate PR
dmytrokirpa File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
7 changes: 7 additions & 0 deletions
7
change/@fluentui-react-headless-e353fbc0-1423-4a34-ba93-1d47bf2afae3.json
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "type": "minor", | ||
| "comment": "feat: introduce new package for creating base components", | ||
| "packageName": "@fluentui/react-headless", | ||
| "email": "dmytrokirpa@microsoft.com", | ||
| "dependentChangeType": "patch" | ||
| } |
This file contains hidden or 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 file contains hidden or 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 file contains hidden or 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
15 changes: 2 additions & 13 deletions
15
packages/react-components/react-breadcrumb/library/src/components/Breadcrumb/index.ts
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,17 +1,6 @@ | ||
| export { Breadcrumb } from './Breadcrumb'; | ||
| export type { | ||
| BreadcrumbBaseProps, | ||
| BreadcrumbBaseState, | ||
| BreadcrumbContextValues, | ||
| BreadcrumbProps, | ||
| BreadcrumbSlots, | ||
| BreadcrumbState, | ||
| } from './Breadcrumb.types'; | ||
| export type { BreadcrumbContextValues, BreadcrumbProps, BreadcrumbSlots, BreadcrumbState } from './Breadcrumb.types'; | ||
| export { BreadcrumbProvider, breadcrumbDefaultValue, useBreadcrumbContext_unstable } from './BreadcrumbContext'; | ||
| export { renderBreadcrumb_unstable } from './renderBreadcrumb'; | ||
| export { | ||
| useBreadcrumb_unstable, | ||
| useBreadcrumbBase_unstable, | ||
| useBreadcrumbA11yBehavior_unstable, | ||
| } from './useBreadcrumb'; | ||
| export { useBreadcrumb_unstable } from './useBreadcrumb'; | ||
| export { breadcrumbClassNames, useBreadcrumbStyles_unstable } from './useBreadcrumbStyles.styles'; |
This file contains hidden or 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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.