feat: automatically add v9 package stories to public docsite and correctly create codesandbox demo source code#28528
Merged
Hotell merged 2 commits intoJul 18, 2023
Conversation
Hotell
force-pushed
the
hotell/release/package-release-automation-stroybook-tweaks
branch
from
July 14, 2023 11:38
56945ba to
05e803d
Compare
Hotell
marked this pull request as ready for review
July 14, 2023 11:41
Collaborator
🕵 FluentUIV0 No visual regressions between this PR and main |
|
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 b1edf7a:
|
Collaborator
🕵 fluentuiv8 No visual regressions between this PR and main |
Collaborator
📊 Bundle size report🤖 This report was generated against 32075131d6ffebe46871c187c0c60b7aa2659d4f |
Asset size changes
Baseline commit: 32075131d6ffebe46871c187c0c60b7aa2659d4f (build) |
Collaborator
🕵 fluentuiv9 No visual regressions between this PR and main |
Hotell
force-pushed
the
hotell/release/package-release-automation-stroybook-tweaks
branch
from
July 17, 2023 11:57
898985a to
8ff1598
Compare
…getPackageStoriesGlob argument to make the function more generic
Hotell
force-pushed
the
hotell/release/package-release-automation-stroybook-tweaks
branch
from
July 17, 2023 15:24
8ff1598 to
b1edf7a
Compare
Hotell
enabled auto-merge (squash)
July 18, 2023 07:32
tudorpopams
approved these changes
Jul 18, 2023
Hotell
deleted the
hotell/release/package-release-automation-stroybook-tweaks
branch
July 18, 2023 11:48
marcosmoura
added a commit
to marcosmoura/fluentui
that referenced
this pull request
Jul 18, 2023
* master: ci(bundlesize): opt out using --since as lightrail doesnt support this behaviour and needs everything build on every PR (microsoft#28545) feat: automatically add v9 package stories to public docsite and correctly create codesandbox demo source code (microsoft#28528) applying package updates Keytips: Align keytipData with visible instance for dupes (microsoft#28522) applying package updates V8 Fluent2 Theme: Spinner sizes (microsoft#28512) feat: add extra-tiny size value to size prop (microsoft#28249) feat(react-infobutton): Remove InfoIcon from react-infobutton (microsoft#28534) Made Breadcrumb package public (microsoft#28549) X bars showing incorrect data when the values are large- bug 8380 (microsoft#28510) feat(tools): implement `prepare-initial-release` generator (microsoft#28505) feat: release react-breadcrumb to preview (microsoft#28402) applying package updates fix: v8 SplitButton and split MenuItem have two touch targets when checkable (microsoft#28523) fix(react-infobutton): Apply aria-owns only when the popover is open and cleanup infobutton stories (microsoft#28463) fix: Pivot overflow role uses tab (microsoft#28409) Migrate react-search to preview (microsoft#28531)
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
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.
Previous Behavior
If we wanna add v9 package that is not part of react-components suite to our public-docsite there are manual steps needed to update runtime code.
New Behavior
Any v9 package that is part of
@fluentui/react-componentorpublic-docsite-v9dependencies is automatically added/rendered to public-docsite-v9.Related Issue(s)
prepare-initial-releasegenerator #28505