Yann Braga
a73c5b1577
Revert "CLI: add pre-release flag to automigrate"
...
This reverts commit a7f3904910e13877d60faabaca2796096c0539cd.
2022-08-11 14:48:06 +02:00
Yann Braga
a7f3904910
CLI: add pre-release flag to automigrate
2022-08-11 14:46:16 +02:00
Yann Braga
27d58ad701
CLI: add new frameworks format automigration
2022-08-11 14:46:16 +02:00
Yann Braga
c95f7dce19
remove .only from test
2022-08-11 11:02:15 +02:00
Yann Braga
0548b254c3
CLI: fix version requirement in sb-script automigration
2022-08-11 10:57:19 +02:00
Yann Braga
38a6fcb586
CLI: install the same version as the user in sb-scripts automigration
...
Before it was installing latest, which could result in a wrong situation
2022-08-11 10:54:06 +02:00
Yann Braga
1052e44bb2
Store: always call composeConfigs in ssetProjectAnnotations
2022-08-11 08:58:03 +02:00
GanHingLong0423
f57dbd9754
Generate lib/core-webpack with ts-up
2022-08-10 22:07:45 +08:00
Gert Hengeveld
24fb939452
Fix projectAnnotations
2022-08-10 15:55:56 +02:00
ezmnysniper7
e53cf4db9b
Update package.json
2022-08-10 21:16:52 +08:00
Norbert de Langen
a92f6d88f3
Merge pull request #18882 from B2Y4N/B2Y4N-patch-1
...
Build lib/channels with ts-up
2022-08-10 14:11:11 +02:00
Norbert de Langen
e48667ff5b
fix
2022-08-10 13:28:07 +02:00
Norbert de Langen
058a9c8eaf
Update package.json
2022-08-10 13:24:09 +02:00
Norbert de Langen
d6efd0f7d7
Merge branch 'next' into fix-copy-function
2022-08-10 13:22:32 +02:00
Norbert de Langen
2a45b193f5
Merge pull request #18906 from storybookjs/tech/bring-back-theming-create
...
add `create` export for lib/theming, proper
2022-08-10 12:34:52 +02:00
Gert Hengeveld
118fe17652
Add test for step runner composition
2022-08-10 12:10:47 +02:00
Norbert de Langen
39ec6f94c4
change to use cjs
2022-08-10 11:53:37 +02:00
Norbert de Langen
c1ae30b92e
fixes
2022-08-10 11:32:25 +02:00
Norbert de Langen
852d1263d3
fixes
2022-08-10 11:20:47 +02:00
Gert Hengeveld
501b7e1b25
Always return chained promise so state will be restored before execution continues
2022-08-10 09:46:02 +02:00
Yann Braga
ddef015533
Merge pull request #18868 from storybookjs/yann/sb-641-storybook-metadata-extracts-addons
...
telemetry: improve addon extraction logic
2022-08-10 07:41:51 +02:00
Yann Braga
0c2ee6d4ec
Merge pull request #18905 from storybookjs/fix/remove-dependencies
...
CLI: fix remove dependencies logic
2022-08-10 07:37:19 +02:00
Yann Braga
13f68106e5
feat(CLI): add sb-scripts automigration
2022-08-09 17:16:27 +02:00
Yann Braga
a13e9b44f7
fix: remode dependencies as well
2022-08-09 15:09:16 +02:00
Gert Hengeveld
f46a08ca76
Drop unused stepFunction property and its type definition
2022-08-09 15:02:11 +02:00
Gert Hengeveld
51d74a7800
Move MaybePromise to Preview.ts
2022-08-09 15:01:36 +02:00
Gert Hengeveld
9319812bfa
Add missing await keywords
2022-08-09 14:43:12 +02:00
Norbert de Langen
26a1360ed0
add create
export for lib/theming, proper
...
This is actually kind of a good idea, because of the size of lib/theming/index
2022-08-09 14:24:41 +02:00
Yann Braga
93bcd5209c
CLI: fix remove dependencies logic
2022-08-09 14:12:29 +02:00
Yann Braga
60e02abd8d
chore(cli): add uninstall method to jspackagemanager
2022-08-09 10:28:06 +02:00
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
B2Y4N
74f8c7626c
Merge branch 'storybookjs:next' into B2Y4N-patch-1
2022-08-09 09:16:20 +08: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
ezmnysniper7
f3966def1b
Update package.json
2022-08-09 01:37:08 +08:00
ezmnysniper7
203386b422
Build lib/client-logger with ts-up
2022-08-09 00:58:50 +08:00
Yann Braga
4d41f44feb
sandbox: improve error handling
2022-08-08 18:29:08 +02:00
Yann Braga
21048422c5
telemetry: improve addon extraction logic
2022-08-08 15:23:33 +02:00
Shota Fuji
9783a08a8f
fix(components): Fix copy button copies outdated snippet
...
https://github.com/storybookjs/storybook/issues/18829
Fixed a regression introduced in 5f5cf81060afb6124b1f2382accbe2b2e7a47003.
`highlightableCode` was missing in dependencies array therefore
the copied code snippet was fixed to the first-rendered one.
2022-08-08 12:51:42 +00:00
Yann Braga
a27cd54838
api: return defaultValue in useParameter if story is not prepared
...
it was returning an empty object before, which is a breaking change.
2022-08-08 14:19:16 +02:00
B2Y4N
33f6f1908c
Build lib/channels with ts-up
2022-08-08 00:39:05 +08:00
Michael Arestad
9a426873ac
Update NotificationItem and updated a handful of icons to match the Design System
2022-08-05 17:03:14 -06: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
Gert Hengeveld
7538375952
No need for explicit default implementation, composeStepRunners takes care of that
2022-08-05 09:24:51 +02:00
Gert Hengeveld
9b810225bf
Get rid of dependency on instrumenter from preview-web
2022-08-05 09:24:16 +02:00
Michael Arestad
c693d12e2d
Fix MenuButton size
2022-08-04 13:54:58 -06:00
Michael Arestad
4f2d6d4d68
Added Operating System icons and updated rule
2022-08-04 13:25:38 -06:00
Gert Hengeveld
697c8ea064
Add default runStep function and export one from interactions addon
2022-08-04 17:06:02 +02:00