-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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(react-storybook): init new package for convergence storybooks co… #17921
feat(react-storybook): init new package for convergence storybooks co… #17921
Conversation
Asset size changesSize Auditor did not detect a change in bundle size for any component! Baseline commit: fdb1af09ba60238bb1c3913af6a6a6fe98f49034 (build) |
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 9f9d7ff:
|
Perf AnalysisNo significant results to display. All results
Perf Analysis (Fluent)Perf comparison
Perf tests with no regressions
|
"just": "just-scripts", | ||
"lint": "just-scripts lint", | ||
"start": "just-scripts dev:storybook", | ||
"start-test": "echo \"This is DEPRECATED instead use 'test --watch'\" && just-scripts jest-watch", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess you can just get rid of it for new packages
"start-test": "echo \"This is DEPRECATED instead use 'test --watch'\" && just-scripts jest-watch", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is gonna be handled in batch/automation scripts per package when new Dx is ready
"start": "just-scripts dev:storybook", | ||
"start-test": "echo \"This is DEPRECATED instead use 'test --watch'\" && just-scripts jest-watch", | ||
"test": "jest", | ||
"update-snapshots": "echo \"This is DEPRECATED instead use 'test -u'\" && just-scripts jest -u" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No snapshots here I think... also we should just stop using snapshot tests IMO
"update-snapshots": "echo \"This is DEPRECATED instead use 'test -u'\" && just-scripts jest -u" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mostly LGTM, a couple small suggestions (and agreed with Shift and Ling's comments)
packages/react-storybook/ @cxe-prg @ling1726 @layershifter | ||
packages/storybook/ @cxe-prg @ling1726 @layershifter |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should both of these (or at least the old one) also have the build team as an owner?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't see such a need ( I'd like to have our team and teams fluent team here for now ).
both are private for now, would be nice to shape up the new one to be a proper addon etc - then we can make it public.
@@ -0,0 +1,3 @@ | |||
{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you want it's probably okay to get rid of API Extractor for this package
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Im gonna keep it for consistency reasons. in general every package should use common tooling in terms of rolluping types and producing docs.
0f87eb4
to
90bc73c
Compare
b58420b
to
9f9d7ff
Compare
microsoft#17921) * feat(react-storybook): init new package for convergence storybooks configuration
…nfiguration
Pull request checklist
$ yarn change
Description of changes
@fluentui/react-storybook
(this will be used for convergence and beyond)@fluentui/storybook
has it now as dependency so we don't duplicate code, without any breaking changes. Also this package can be used solely with v8/7.Dep Graph:
Focus areas to test
(optional)