67 Commits

Author SHA1 Message Date
Tom Coleman
1b075df5da Filter by cadence 2022-08-09 17:17:51 +10:00
Tom Coleman
308de76eee
Merge pull request #18869 from storybookjs/yann/sb-635-command-silently-fails-if-sandbox-doesnt
improve sandbox command error handling and debugging
2022-08-09 16:42:41 +10:00
Yann Braga
523537c448
Merge pull request #18878 from storybookjs/tech/use-self-hosted-placeholder-images
change the location of placeholder images to something we host ourselves
2022-08-08 23:54:22 +02:00
Yann Braga
4d41f44feb sandbox: improve error handling 2022-08-08 18:29:08 +02:00
Norbert de Langen
3d06286155
change the location of placeholder images to something we host ourselves
to reduce flake (you can ask yann what that means)
2022-08-05 15:05:10 +02:00
Norbert de Langen
c8bcbeb510
Merge pull request #18857 from storybookjs/norbert/sb-631-sb18789-theming-v700-alpha16-no-loader
add image support to builder-manager
2022-08-05 14:04:00 +02:00
Yann Braga
6689609a08 builder manager: add correct loader type for images 2022-08-05 12:13:20 +02:00
Yann Braga
ac9606c374 CLI: add --no-init to repro-next command 2022-08-04 09:32:05 +02:00
Norbert de Langen
c321fa0eac
add image support to builder-manager 2022-08-03 13:32:11 +02:00
Norbert de Langen
70c319b7f2
move webpack to be a devDependency 2022-08-03 11:51:25 +02:00
Michael Shilman
c6d9ea96ab
Merge pull request #18706 from storybookjs/run-interactions-conditionally
Interactions: Run conditionally based on query param
2022-08-02 15:41:42 -07:00
Michael Shilman
e95109b189 Update git head to 7.0.0-alpha.18, update yarn.lock [ci skip] 2022-08-02 15:23:18 -07:00
Michael Shilman
bd59f1eef0 v7.0.0-alpha.18 2022-08-02 15:19:16 -07:00
Michael Shilman
2cfbc4822f Update root, peer deps, version.ts/json to 7.0.0-alpha.18 [ci skip] 2022-08-02 15:06:05 -07:00
Norbert de Langen
b677750600
Merge pull request #18676 from storybookjs/future/frameworkOptions-preset-value
Core: Fix default framework options handling
2022-08-02 14:41:03 +02:00
Norbert de Langen
5de2b212d4
Merge pull request #18160 from storybookjs/fix/refs-with-authentication-hosted-on-chromatic
Fix refs with authentication being broken if the fetch for `iframe.html` succeeds (but with a request to authenticate)
2022-08-02 11:55:46 +02:00
Norbert de Langen
68512e520c
Merge branch 'next' into future/frameworkOptions-preset-value
# Conflicts:
#	code/lib/core-server/src/presets/common-preset.ts
2022-08-02 11:20:58 +02:00
Norbert de Langen
d6b0dbf257
add a 200 check 2022-08-02 11:02:35 +02:00
Norbert de Langen
40e0792dd9
Merge branch 'next' into fix/refs-with-authentication-hosted-on-chromatic
# Conflicts:
#	lib/manager-webpack4/src/manager-config.ts
#	lib/manager-webpack5/src/manager-config.ts
2022-08-02 11:00:09 +02:00
Tom Coleman
bcc60c1538 Remove duplicate output 2022-08-02 14:32:11 +10:00
Tom Coleman
4670411cf9
Merge pull request #18827 from storybookjs/better-webkit-linking
Examples: Set `resolve.symlinks` based on node option
2022-08-02 10:23:50 +10:00
Yann Braga
1790cd2bcb CLI: add repro-next command
Temporary command which will eventually replace sb repro once ready
2022-08-01 17:40:23 +02:00
Yann Braga
7c63d0dfec CLI: add preprepare script to generate repro templates list 2022-08-01 17:39:41 +02:00
Tom Coleman
0f2cb31f45 Set resolve.symlinks based on node option 2022-08-01 21:46:48 +10:00
Norbert de Langen
158d3ce4bc
open up the PackageJson type to be extended with custom properties like for eslintConfig 2022-08-01 10:13:15 +02:00
Tom Coleman
99d6c5282b Allow running link without starting 2022-07-31 14:26:45 +10:00
Tom Coleman
43d142b084 Update trailing CSF version 2022-07-31 13:12:26 +10:00
Tom Coleman
6cf650e816 Add a dry-run option to command 2022-07-31 13:12:26 +10:00
Yann Braga
95f300d323 fix(CLI): throw error on failure in sb init 2022-07-29 17:23:58 +02:00
Tom Coleman
428a768e6a
Merge pull request #18673 from storybookjs/tom/sb-468-add-step-function-to-play-context-and
Add step function to play context
2022-07-29 10:44:02 +10:00
Norbert de Langen
2582c2fe3b
Merge pull request #18798 from abdlqader/feat/lib-core-event-tsup
[CHANGED] core-event compiler to ts-up
2022-07-28 22:16:11 +02:00
Norbert de Langen
141e77bccd
take the type from type-fest, because tsup has an issue with types from read-pkg-up 2022-07-28 16:45:13 +02:00
Norbert de Langen
76292e7192
fix #18791 and take PackageJson type from an upstream package 2022-07-28 15:02:46 +02:00
Norbert de Langen
4917afe0fa
Update code/lib/core-events/package.json 2022-07-28 13:14:58 +02:00
Norbert de Langen
82cf379dd4
Merge pull request #17964 from storybookjs/norbert/sb-28-prefetch-csf-files-on-hover-select-via
UI: Add preloading to stories highlighted in the sidebar
2022-07-28 12:28:01 +02:00
Norbert de Langen
bc337a6f43
fix 2022-07-28 11:56:42 +02:00
Tom Coleman
f95cb6eeb3 Code comments 2022-07-28 19:33:22 +10:00
Tom Coleman
0d176deb9a Improvements 2022-07-28 19:33:22 +10:00
Tom Coleman
bb3749113d Add explanation about composeStepRunners 2022-07-28 19:33:22 +10:00
Tom Coleman
81e297efea Linting fixes 2022-07-28 19:33:22 +10:00
Tom Coleman
d1bcb5e02b Add step to the prepared play function on Story 2022-07-28 19:33:21 +10:00
Norbert de Langen
de8bf808bd
Update code/lib/core-events/package.json 2022-07-27 20:08:12 +02:00
Michael Shilman
8985d42448 Update git head to 7.0.0-alpha.17, update yarn.lock [ci skip] 2022-07-27 10:55:43 -07:00
Michael Shilman
7d44bfd3e7 v7.0.0-alpha.17 2022-07-27 10:51:56 -07:00
Michael Shilman
e6d3d6f7c4 Update root, peer deps, version.ts/json to 7.0.0-alpha.17 [ci skip] 2022-07-27 10:38:20 -07:00
abdelkader
0831ed11f4 [CHANGED] core-event compiler to ts-up 2022-07-27 19:11:57 +02:00
Jono Kolnik
98ec2ab04d
Update instrumenter.ts 2022-07-27 09:09:16 -04:00
Jono Kolnik
b899f1edfd Merge branch 'next' into run-interactions-conditionally 2022-07-27 07:54:51 -04:00
Norbert de Langen
1aa9f79a43
rename PRELOAD_STORIES to PRELOAD_ENTRIES event
auto map the ref id in lib/api when calling emit
emit preload event when hovering over sidebar items or selecting them with the keyboard
2022-07-27 13:44:24 +02:00
Tom Coleman
b4bb90933c Fix storyshots tests 2022-07-26 22:49:49 +10:00