Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
1028 commits
Select commit Hold shift + click to select a range
68f9bd7
Rollback vue.extends for safety
kasperpeulen Oct 25, 2022
5f1e77c
fix deepscan
kasperpeulen Oct 25, 2022
7bcf944
Merge pull request #19602 from storybookjs/future/CSF3-vue3
kasperpeulen Oct 25, 2022
876eef5
fixes, revert throwing an error after consulting with shilman
ndelangen Oct 25, 2022
fcf92c1
Merge branch 'next' of github.com:storybookjs/storybook into jeppe/sb…
JReinhold Oct 25, 2022
a3687d5
remove the throw or the error
ndelangen Oct 25, 2022
1bd3336
Merge pull request #19619 from storybookjs/jeppe/sb-604-chromatic-for…
JReinhold Oct 25, 2022
c5c575e
fix
ndelangen Oct 25, 2022
4e6ed75
Merge remote-tracking branch 'origin/next' into future/CSF3-vue2
kasperpeulen Oct 25, 2022
ec0f15f
Merge pull request #19553 from storybookjs/deprecate/remaining-lib-cli
ndelangen Oct 25, 2022
0194680
Merge branch 'deprecate/remaining-lib-cli' into norbert/sb-799-create…
ndelangen Oct 25, 2022
bc19711
Merge branch 'next' into norbert/sb-799-create-a-storybooktypes
ndelangen Oct 25, 2022
065bd82
Merge pull request #19603 from storybookjs/future/CSF3-vue2
kasperpeulen Oct 25, 2022
113ee50
Merge branch 'next' into norbert/sb-799-create-a-storybooktypes
ndelangen Oct 25, 2022
68cbcb7
fix: register should be used instead of manager
dannyhw Oct 25, 2022
65957e6
Merge pull request #19580 from storybookjs/norbert/sb-799-create-a-st…
ndelangen Oct 25, 2022
0961a23
Merge branch 'next' into norbert/sb-799-create-a-storybooktypes-cleanup
ndelangen Oct 25, 2022
d32d484
fixes
ndelangen Oct 25, 2022
a6a0452
sorting imports
ndelangen Oct 25, 2022
6bb0752
cleanup
ndelangen Oct 25, 2022
4b76534
add blocksOnly configuration to SB4SB
JReinhold Oct 25, 2022
a578aa7
Merge pull request #19620 from storybookjs/react-native-cli-template-…
shilman Oct 26, 2022
ad444a3
Ensure v6 store works even with no explicit renderer
tmeasday Oct 26, 2022
1c91324
Update code/lib/core-common/src/utils/get-renderer-name.ts
tmeasday Oct 26, 2022
82e91db
Merge pull request #19624 from storybookjs/tom/sb-879-fix-v6-angulare…
tmeasday Oct 26, 2022
15a68c5
Handle tags in prepareStory and add to index generated from facade
tmeasday Oct 26, 2022
2911f55
Add tag story
tmeasday Oct 26, 2022
0385965
Add tags to manager type
tmeasday Oct 26, 2022
3a1a90a
Add `story` | `docs` tags to all entries
tmeasday Oct 26, 2022
1593be6
CSF tools: Add tags support
shilman Oct 26, 2022
44d458d
Merge pull request #19626 from storybookjs/shilman/csf-tools-tags-sup…
shilman Oct 26, 2022
880739d
Don't show docspage unless the user opts in
tmeasday Oct 26, 2022
406be84
Fix issue with loading presets in v6 store
tmeasday Oct 26, 2022
d809d34
Merge branch 'next' into norbert/sb-799-create-a-storybooktypes-cleanup
ndelangen Oct 26, 2022
9bb5d45
Merge pull request #19621 from storybookjs/norbert/sb-799-create-a-st…
ndelangen Oct 26, 2022
b373ed9
Ensure story tags *override* component tags
tmeasday Oct 26, 2022
5c3ad2d
Merge remote-tracking branch 'origin/next' into tom/sb-829-add-story-…
tmeasday Oct 26, 2022
9e60c34
Merge branch 'next' into ugrades/eslint
ndelangen Oct 26, 2022
de302a7
Generate tags in v7 store
tmeasday Oct 26, 2022
ad7b151
Fix tags stories
tmeasday Oct 26, 2022
97f2e1e
Merge branch 'tom/sb-829-add-story-tags-to-the-index-index' into tom/…
tmeasday Oct 26, 2022
fca624c
Add docsPage tag support to v7 store
tmeasday Oct 26, 2022
b43e932
fixes
ndelangen Oct 26, 2022
e650809
hopefully some fixes for this problem:
ndelangen Oct 26, 2022
8bc4b24
fixing linting
ndelangen Oct 26, 2022
2e4219d
hopefully fix TS4111 errors
ndelangen Oct 26, 2022
fd2ce3f
Merge pull request #19601 from storybookjs/ugrades/eslint
ndelangen Oct 26, 2022
9d54815
Add docsPage tag test for StoryIndex
tmeasday Oct 26, 2022
6912c9e
Update tests for v6 store
tmeasday Oct 26, 2022
02a0cb3
Remove unused import
tmeasday Oct 26, 2022
e88e270
Fix StoryRender typing issue
tmeasday Oct 26, 2022
613f470
Fix story type migration WIP
shilman Oct 24, 2022
0d3b828
Deprecate Story for all frameworks
kasperpeulen Oct 26, 2022
eed8bdc
Adopt T prefix for generics in all renderers
kasperpeulen Oct 26, 2022
ec08dad
Fix typo
kasperpeulen Oct 26, 2022
420ceaf
Reword migration notes
kasperpeulen Oct 26, 2022
be6fb1f
Fix usage of changed types
kasperpeulen Oct 26, 2022
84790b9
Don't import from csf package
tmeasday Oct 26, 2022
fcb52e1
Update snapshots
tmeasday Oct 26, 2022
c3c059a
Merge remote-tracking branch 'origin/next' into tom/sb-829-add-story-…
tmeasday Oct 26, 2022
00d7cdf
Fix decorators test and export types
tmeasday Oct 26, 2022
b42aa8b
add Blocks SB to CircleCI, fix project tokens
JReinhold Oct 26, 2022
8c439a8
Make StoryFn accept Cmp or Props in all frameworks
kasperpeulen Oct 26, 2022
7b3f744
Fix syntax error in scripts
JReinhold Oct 26, 2022
44727d5
preserve symlinks
JReinhold Oct 26, 2022
59f26ed
fix CircleCI typo
JReinhold Oct 26, 2022
98fbc0e
re-add removed functionality due to SyntaxHighlighter2 error
JReinhold Oct 26, 2022
b476912
Merge pull request #19596 from storybookjs/shilman/fix-story-migration
kasperpeulen Oct 26, 2022
7a43b99
change lib/addons tu not use global.window but global directly instead
ndelangen Oct 26, 2022
4743b3e
fixes & cleanup
ndelangen Oct 26, 2022
ce66b39
Merge pull request #19632 from storybookjs/jeppe/fix-uisb-symlinks
JReinhold Oct 26, 2022
1a8f11c
Merge pull request #19631 from storybookjs/fix/use-of-window
shilman Oct 26, 2022
f2f5d7b
Merge branch 'next' into jeppe/sb-867-set-up-storybook-that-only-cont…
JReinhold Oct 26, 2022
1eb2fd5
fixes
ndelangen Oct 26, 2022
df0b4fd
remove export
ndelangen Oct 26, 2022
012843f
fixes
ndelangen Oct 26, 2022
a3ba1f1
rename storybook/ui to storybook/manager
ndelangen Oct 26, 2022
c2aa3d8
one more fix
ndelangen Oct 26, 2022
70d6479
update lockfile
ndelangen Oct 26, 2022
13d0a21
fix snapshots
ndelangen Oct 26, 2022
c55f8fa
Merge pull request #19633 from storybookjs/tech/types-improvments
ndelangen Oct 26, 2022
beee5fc
merge CI jobs for Chromatic Storybooks
JReinhold Oct 26, 2022
a40e3bf
Merge branch 'jeppe/sb-867-set-up-storybook-that-only-contains-doc' o…
JReinhold Oct 26, 2022
cf7d54b
Merge pull request #19630 from storybookjs/jeppe/sb-867-set-up-storyb…
JReinhold Oct 26, 2022
40c6062
Merge remote-tracking branch 'origin/next' into tom/sb-829-add-story-…
tmeasday Oct 27, 2022
bcde9cf
Fix broken link in docs-page
raptor0929 Oct 27, 2022
ed39244
Merge branch 'tom/sb-829-add-story-tags-to-the-index-index' into tom/…
tmeasday Oct 27, 2022
8d15921
Fix name of `Tag` type
tmeasday Oct 27, 2022
835e1f2
Allow setting tags in storiesOf via parameters.
tmeasday Oct 27, 2022
6c0b38c
Update snapshots
tmeasday Oct 27, 2022
a752cb7
Small check fixes
tmeasday Oct 27, 2022
0ed191b
rename
ndelangen Oct 27, 2022
c725adf
Merge branch 'next' into tech/rename-lib-ui
ndelangen Oct 27, 2022
e6b9cfb
Build: Reduce CI usage by 60%
shilman Oct 27, 2022
baafde3
Remove incorrect import from renderers type tests
tmeasday Oct 27, 2022
824c682
Replace use of CSF in template stories
tmeasday Oct 27, 2022
b0167bf
Remove `netlify.toml`
tmeasday Oct 27, 2022
bf22824
Merge pull request #19643 from storybookjs/tweak-check-task
tmeasday Oct 27, 2022
2c628b1
Merge pull request #19635 from storybookjs/tech/rename-lib-ui
ndelangen Oct 27, 2022
cabf72e
Merge pull request #19625 from storybookjs/tom/sb-829-add-story-tags-…
tmeasday Oct 27, 2022
38c57ba
Merge remote-tracking branch 'origin/next' into tom/sb-831-only-gener…
tmeasday Oct 27, 2022
9ff3541
Merge pull request #19645 from storybookjs/remove-netlify
tmeasday Oct 27, 2022
f8dabf5
only copy .mjs files from from storybook/manager/dist in manager-builder
ndelangen Oct 27, 2022
074ee52
Off by 1
shilman Oct 27, 2022
bd687f2
Merge pull request #19644 from storybookjs/shilman/reduce-ci-usage
shilman Oct 27, 2022
22b0129
Fix addon docs test to use a docspage
tmeasday Oct 27, 2022
527bea0
Merge pull request #19642 from storybookjs/tom/sb-883-support-tags-in…
tmeasday Oct 27, 2022
85d4235
Telemetry: Track docs usage
shilman Oct 27, 2022
a6499d6
Fix boot notification
shilman Oct 27, 2022
e398659
Remove accidental debug code
shilman Oct 27, 2022
4220a44
Make StoryObj<typeof Cmp> work the same as ComponentStoryObj did (so …
kasperpeulen Oct 27, 2022
da4bf6e
Merge pull request #19647 from storybookjs/tech/only-copy-mjs-to-mana…
shilman Oct 27, 2022
eaa718b
7.0.0-alpha.44 changelog
shilman Oct 27, 2022
bdb25bc
Update root, peer deps, version.ts/json to 7.0.0-alpha.44 [ci skip]
shilman Oct 27, 2022
d4965bd
v7.0.0-alpha.44
shilman Oct 27, 2022
323d127
Update git head to 7.0.0-alpha.44, update yarn.lock [ci skip]
shilman Oct 27, 2022
a9590e1
move the actions decorator into it's own entrypoint
ndelangen Oct 27, 2022
0d261cc
Merge branch 'next' into norbert/sb-803-resolve-addon-actions-depreca…
ndelangen Oct 27, 2022
5192238
fix
ndelangen Oct 27, 2022
e95f52b
7.0.0-alpha.44 next.json version file [skip ci]
shilman Oct 27, 2022
2353040
fixes
ndelangen Oct 27, 2022
c526ee1
Build: Reduce resource classes
shilman Oct 27, 2022
c3d86a2
Merge pull request #19651 from storybookjs/kasper/fix-storyobj-type
shilman Oct 27, 2022
9a580d9
Merge branch 'next' into shilman/reduce-ci-machines
shilman Oct 27, 2022
7f5003d
Build: increase check to large
shilman Oct 27, 2022
a1251fa
Import PreviewRender from @storybook/svelte
IanVS Oct 27, 2022
b42e6fa
add migration entry
ndelangen Oct 27, 2022
68099ff
Reduce check to medium+
shilman Oct 27, 2022
75f0972
Merge pull request #19650 from storybookjs/norbert/sb-803-resolve-add…
ndelangen Oct 27, 2022
5d85cc6
Merge pull request #19652 from storybookjs/shilman/reduce-ci-machines
shilman Oct 27, 2022
c80f407
remove dead code
ndelangen Oct 27, 2022
ae8f7e9
remove unused dependencies
ndelangen Oct 27, 2022
183db07
Merge pull request #19654 from storybookjs/deprecate/dead-code-removal
ndelangen Oct 27, 2022
a07522c
Merge pull request #19641 from raptor0929/patch-1
jonniebigodes Oct 27, 2022
b2c3935
Merge pull request #19653 from storybookjs/fix-svelte-target
JReinhold Oct 27, 2022
ffb04a2
migrate preview-web to tsup
ndelangen Oct 27, 2022
1037a1c
Bump check to large
shilman Oct 27, 2022
e95559c
fixes
ndelangen Oct 27, 2022
25326b3
7.0.0-alpha.45 changelog
shilman Oct 27, 2022
7f49c3d
Update root, peer deps, version.ts/json to 7.0.0-alpha.45 [ci skip]
shilman Oct 27, 2022
3ef1436
v7.0.0-alpha.45
shilman Oct 27, 2022
2654c8e
Merge branch 'next' into tech/bundle-preview-web
ndelangen Oct 27, 2022
b60bd55
Update git head to 7.0.0-alpha.45, update yarn.lock [ci skip]
shilman Oct 27, 2022
7a6828e
7.0.0-alpha.45 next.json version file [skip ci]
shilman Oct 27, 2022
8009143
Merge pull request #19004 from zhyd1997/fix/support-profiler-use-in-c…
shilman Oct 27, 2022
0f8f835
Go back to `csf@next` now https://github.com/ComponentDriven/csf/pull…
tmeasday Oct 27, 2022
06907e1
Merge remote-tracking branch 'origin/next' into tom/sb-831-only-gener…
tmeasday Oct 27, 2022
7ead98b
Merge pull request #19627 from storybookjs/tom/sb-831-only-generate-d…
tmeasday Oct 27, 2022
b9fa572
Configure `@typescript-eslint/consistent-type-imports`
IanVS Oct 27, 2022
393a12a
Use explicit type imports
IanVS Oct 27, 2022
c854fe6
Update snapshots
IanVS Oct 27, 2022
f87e73e
Do not split type and value imports in Angular
IanVS Oct 27, 2022
0f69e88
Fix rebase
IanVS Oct 27, 2022
6f9b727
Actually upgrade to the latest version of csf@next
tmeasday Oct 27, 2022
ba6bfb7
Update Code of Conduct to Contributor Covenant v2.1
pankali Oct 27, 2022
2c54a2b
Merge pull request #19657 from storybookjs/restore-csf-next
tmeasday Oct 28, 2022
2aff120
CSF-tools: Add source extraction WIP
shilman Oct 28, 2022
0d1ce62
Don't emit key strokes if *any* play function is in progress
tmeasday Oct 28, 2022
45a8482
Clean up tests
shilman Oct 28, 2022
ff964c0
Reorder tests to avoid confusoin
shilman Oct 28, 2022
298c9e9
Merge pull request #19648 from storybookjs/shilman/track-docs-usage
shilman Oct 28, 2022
d10ab1f
Telemetry: Measure version update check
shilman Oct 28, 2022
6f926d0
Telemetry: Better CI measurement
shilman Oct 28, 2022
7a86f03
Merge pull request #19656 from storybookjs/consistent-type-imports
ndelangen Oct 28, 2022
80c63a9
if we change the config & code a bit, and bundle babel in, maybe we c…
ndelangen Oct 28, 2022
51e09cc
run check tasks in parallel of 2 in CI
ndelangen Oct 28, 2022
5e4f4ae
make it 2
ndelangen Oct 28, 2022
631a961
more fixes
ndelangen Oct 28, 2022
96fdb7c
not bundle in babel types
ndelangen Oct 28, 2022
a8d0eda
fixes
ndelangen Oct 28, 2022
5a930b7
cleanup
ndelangen Oct 28, 2022
2ca9a5d
Merge pull request #19662 from storybookjs/tech/check-not-parallel-in-ci
ndelangen Oct 28, 2022
2a97063
Merge branch 'next' into tech/bundle-preview-web
ndelangen Oct 28, 2022
6a46ee1
fix
ndelangen Oct 28, 2022
6e2b837
Add stories to check shortcuts aren't called from play
tmeasday Oct 28, 2022
aca1dc1
Bump check executor to xlarge
shilman Oct 28, 2022
c083eb9
Merge branch 'next' into shilman/version-check-telemetry
shilman Oct 28, 2022
582f3bc
fix the unit test
ndelangen Oct 28, 2022
4bc93ce
cleanup
ndelangen Oct 28, 2022
4b63eec
cleanup
ndelangen Oct 28, 2022
3495aba
Merge pull request #19661 from storybookjs/norbert/sb-892-sb19533-bug…
ndelangen Oct 28, 2022
ebc28fc
Add E2E test for keyboard shortcut behaviour
tmeasday Oct 28, 2022
6cfe849
fix
ndelangen Oct 28, 2022
e50db9f
Update code/lib/preview-web/src/PreviewWeb.tsx
tmeasday Oct 28, 2022
56c882f
Merge pull request #19655 from storybookjs/tech/bundle-preview-web
ndelangen Oct 28, 2022
11aa268
Merge pull request #19660 from storybookjs/shilman/version-check-tele…
shilman Oct 28, 2022
04a4642
set number of runners for ts checking to 8
ndelangen Oct 28, 2022
419e83b
Un-ignore .d.ts files from eslint
IanVS Oct 28, 2022
6327e42
Un-ignore lib/cli/test files from eslint
IanVS Oct 28, 2022
6426e1b
Merge branch 'next' of github.com:storybookjs/storybook into next
ndelangen Oct 28, 2022
dfac2cf
7.0.0-alpha.46 changelog
shilman Oct 28, 2022
02608b7
Update root, peer deps, version.ts/json to 7.0.0-alpha.46 [ci skip]
shilman Oct 28, 2022
c64b5be
v7.0.0-alpha.46
shilman Oct 28, 2022
a2174e3
Update git head to 7.0.0-alpha.46, update yarn.lock [ci skip]
shilman Oct 28, 2022
8496ea8
future tag to next
konsalex Oct 28, 2022
335cc5e
7.0.0-alpha.46 next.json version file [skip ci]
shilman Oct 28, 2022
f7edd49
Add csf-plugin to replace source-loader
shilman Oct 29, 2022
52fab18
Merge branch 'next' into shilman/csf-plugin
shilman Oct 29, 2022
f088942
Merge branch 'next' into shilman/csf-plugin
shilman Oct 29, 2022
4161e57
Addo-docs: Remove mdx-compiler-plugin
shilman Oct 29, 2022
a1ca59d
Fix linting errors
shilman Oct 29, 2022
ce99cfe
Remove unnecessary delay
tmeasday Oct 28, 2022
44abd49
Merge pull request #19681 from storybookjs/shilman/docs-cleanup
shilman Oct 29, 2022
0e93478
Update code/lib/csf-plugin/README.md
shilman Oct 29, 2022
96ca5a9
Merge branch 'shilman/csf-plugin' of github.com:storybookjs/storybook…
shilman Oct 29, 2022
924e4df
Delete index.test.ts
shilman Oct 29, 2022
4a9fc91
CSF plugin: Turn story comments into docs desciptions
shilman Oct 29, 2022
2c4c25d
Added some testcases
shilman Oct 29, 2022
d9e3807
revert Enforcement and Enforcement Guidelines to earlier version
pankali Oct 29, 2022
87b2781
Turn this into a loader
shilman Oct 30, 2022
6bbe7f3
Preserve indentation & cleanup
shilman Oct 30, 2022
a7cb5c2
Merge branch 'next' into shilman/csf-plugin
shilman Oct 30, 2022
7d740f9
Provide migration instructions for source-loader
shilman Oct 30, 2022
59d2b28
Make button selector more specific
tmeasday Oct 31, 2022
8bcf78d
Merge pull request #19668 from storybookjs/tom/sb-889-disable-keyboar…
tmeasday Oct 31, 2022
b5f9bf6
Replace unnecessary semicolon with comma in MIGRATION.md
kqito Oct 31, 2022
960426d
Move all templates out of cli into renderers
kasperpeulen Oct 12, 2022
96e68e4
Migrate JS templates to CSF3
kasperpeulen Oct 28, 2022
c907472
Migrate TS templates to CSF3
kasperpeulen Oct 28, 2022
f40508e
Fix deepscan
kasperpeulen Oct 30, 2022
123322c
Rename tsx to ts as we don't use jsx anymore in stories
kasperpeulen Oct 30, 2022
cecc4f9
Merge pull request #19688 from kqito/next
JReinhold Oct 31, 2022
d0cddf5
Fix csf-plugin to load "pre" & async for perf
shilman Oct 31, 2022
ec5dc1c
CSF-tools: Fix parameters merge for enrichCsf
shilman Oct 31, 2022
ffc9553
CsfPlugin: Fix options handling, add tests
shilman Oct 31, 2022
789a21b
Fix typo [ci skip]
shilman Oct 31, 2022
e568418
Merge pull request #19383 from storybookjs/vite/base-config
yannbf Oct 31, 2022
66346bb
Merge pull request #19673 from konsalex/patch-1
shilman Nov 1, 2022
86376b3
Rename ci to ci-tests [ci skip]
shilman Nov 1, 2022
f02422a
Merge pull request #19664 from storybookjs/kasper/cli-templates
shilman Nov 1, 2022
bf5ec56
Merge pull request #19665 from storybookjs/kasper/templates-to-csf3
shilman Nov 1, 2022
5954bd8
Fix comment [ci skip]
shilman Nov 1, 2022
75f1cb6
Merge pull request #19684 from storybookjs/shilman/csf-plugin-docgen-…
shilman Nov 1, 2022
498aa5f
Fix deepscan [ci skip]
shilman Nov 1, 2022
e8427c9
Merge pull request #19680 from storybookjs/shilman/csf-plugin
shilman Nov 1, 2022
1fcd568
7.0.0-alpha.47 changelog
shilman Nov 1, 2022
aba7964
Update root, peer deps, version.ts/json to 7.0.0-alpha.47 [ci skip]
shilman Nov 1, 2022
1c706a4
v7.0.0-alpha.47
shilman Nov 1, 2022
93e154b
Update git head to 7.0.0-alpha.47, update yarn.lock [ci skip]
shilman Nov 1, 2022
0f5575c
7.0.0-alpha.47 next.json version file [skip ci]
shilman Nov 1, 2022
04a16c3
vue-webpack-5 Add babel loader 9.0.0 and up to peer dependencies
SebastianKapunkt Nov 1, 2022
1dab163
Merge pull request #19670 from storybookjs/eslint-unignores
IanVS Nov 1, 2022
5a3d1e2
Merge pull request #19658 from pankali/patch-1
ndelangen Nov 1, 2022
92e354f
Fix typo
shilman Nov 1, 2022
87d463e
Merge branch 'next' of github.com:storybookjs/storybook into next
shilman Nov 1, 2022
0e0d6e6
Expose ReactFramework type
IanVS Nov 1, 2022
aeaced7
Merge pull request #19697 from SebastianKapunkt/vue-webpack-5-babel
shilman Nov 2, 2022
f645906
Build: Re-enable test-runner for vue-cli
shilman Nov 2, 2022
02623ae
Merge pull request #19706 from storybookjs/shilman/19453-fix-vue-test…
shilman Nov 2, 2022
426c6c0
Merge pull request #19704 from storybookjs/export-react-framework
kasperpeulen Nov 2, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
223 changes: 111 additions & 112 deletions .circleci/config.yml

Large diffs are not rendered by default.

18 changes: 0 additions & 18 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

40 changes: 40 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
name: Bug report 🐞
description: >-
Something is broken and you have a reliable reproduction? Let us know here.
For questions, please use "Question" below.
title: '[Bug]: '
labels:
- needs triage
- bug
body:
- type: textarea
id: description
attributes:
label: Describe the bug
description: A clear and concise description of what the bug is
validations:
required: true
- type: textarea
id: reproduce
attributes:
label: To Reproduce
description: >-
Please create a reproduction by running `npx sb@next repro` and
following the instructions. Read our
[documentation](https://storybook.js.org/docs/react/contribute/how-to-reproduce)
to learn more about creating reproductions.
placeholder: >-
Paste your repository and deployed reproduction here. We prioritize
issues with reproductions over those without.
render: shell
- type: textarea
id: system
attributes:
label: System
description: Please paste the results of `npx sb@next info` here.
render: shell
- type: textarea
id: context
attributes:
label: Additional context
description: Add any other context about the problem here.
20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

40 changes: 40 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
name: Feature request 💡
description: Suggest an idea for this project
title: '[Feature Request]:'
labels:
- needs triage
- feature request
body:
- type: textarea
id: problem
attributes:
label: Is your feature request related to a problem? Please describe
description: >-
A clear and concise description of the problem. E.g. I'm always
frustrated when [...]
- type: textarea
id: describe
attributes:
label: Describe the solution you'd like
description: What would you like to see added to Storybook to solve problem?
validations:
required: true
- type: textarea
id: alternatives
attributes:
label: Describe alternatives you've considered
description: Any alternative solutions or features you've considered.
- type: dropdown
id: help
attributes:
label: Are you able to assist to bring the feature to reality?
options:
- 'no'
- yes, I can
validations:
required: true
- type: textarea
id: context
attributes:
label: Additional context
description: Add any other context or screenshots about the feature request here.
25 changes: 0 additions & 25 deletions .github/autolabeler.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/cron-weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
check-links:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: gaurav-nelson/github-action-markdown-link-check@v1
# checks all markdown files from important folders including all subfolders
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/danger-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
name: Danger JS
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
node-version: '14'
- uses: actions/checkout@master
node-version: '16'
- uses: actions/checkout@v3
- name: Danger JS
uses: danger/danger-js@10.9.0
env:
Expand Down
11 changes: 5 additions & 6 deletions .github/workflows/generate-repros-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,26 +8,25 @@ on:
push:
branches:
- vite-frameworks-xyz
- norbert/sb-565-javascript

jobs:
generate:
runs-on: ubuntu-latest
env:
YARN_ENABLE_IMMUTABLE_INSTALLS: false
steps:
- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
node-version: 14
- uses: actions/checkout@v2
node-version: 16
- uses: actions/checkout@v3
- name: Setup git user
run: |
git config --global user.name "Storybook Bot"
git config --global user.email "bot@storybook.js.org"
- name: Install dependencies
run: node ./scripts/check-dependencies.js
- name: Bootstrap Storybook libraries
run: yarn task --task compile --start-from=auto --no-link
- name: Compile Storybook libraries
run: yarn task --task publish --start-from=auto --no-link
- name: Generate repros
run: yarn generate-repros-next --local-registry
working-directory: ./code
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/generate-repros.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
env:
YARN_ENABLE_IMMUTABLE_INSTALLS: false
steps:
- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
node-version: 14
- uses: actions/checkout@v2
node-version: 16
- uses: actions/checkout@v3
- name: Setup git user
run: |
git config --global user.name "Storybook Bot"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/handle-release-branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
if: ${{ needs.branch-checks.outputs.is-latest-branch == 'true' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- run: curl -X POST "https://api.netlify.com/build_hooks/${{ secrets.FRONTPAGE_HOOK }}"

Expand All @@ -32,7 +32,7 @@ jobs:
if: ${{ needs.branch-checks.outputs.is-next-branch == 'true' || needs.branch-checks.outputs.is-release-branch == 'true' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
ref: next
path: next
Expand All @@ -54,7 +54,7 @@ jobs:
if: ${{ needs.branch-checks.outputs.is-next-branch == 'true' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/tests-unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
node_version: [14, 16]
node_version: [16]
include:
- os: macos-latest
node_version: 16
- os: windows-latest
node_version: 16
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set node version to ${{ matrix.node_version }}
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node_version }}
cache: yarn
Expand Down
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,7 @@ junit.xml
!/**/.yarn/versions
/**/.pnp.*
!/node_modules

# test-storybooks
test-storybooks/ember-cli/ember-output
test-storybooks/angular-cli/addon-jest.testresults.json
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"deepscan.enable": true
"deepscan.enable": true,
"typescript.tsdk": "./code/node_modules/typescript/lib"
}
Loading