Tom Coleman
20fa84d2d3
Update all steps to be individual scripts
2022-08-10 14:57:25 +10:00
Tom Coleman
4411ce3a95
Merge branch 'tom/sb-596-bootstrap-templates-that-match-from-a' into tom/sb-597-build-each-of-the-storybooks-from
2022-08-10 14:05:07 +10:00
Tom Coleman
1600eb6786
Refactor once-per-template usage to be via a script
2022-08-10 10:58:59 +10:00
Tom Coleman
5daa14bcf7
Add a create-built-sandboxes-index
script
2022-08-10 10:23:46 +10:00
Tom Coleman
c5e4df91cd
Possibly .not.toBeEmpty()
isn't reliable
2022-08-10 10:23:46 +10:00
Tom Coleman
e95f64c1df
Tweak spec to work on angular example
2022-08-10 10:23:45 +10:00
Tom Coleman
ef3dc80294
Use correct port
2022-08-10 10:23:45 +10:00
Tom Coleman
210df609a5
Add playwright to CircleCI
2022-08-10 10:23:45 +10:00
Tom Coleman
3dd83b1be1
Add a simple playwright setup
2022-08-10 10:23:45 +10:00
Luciana Mendonça
61ba4354a5
Merge branch 'next' into build/addon-toolbars-tsup
2022-08-09 18:02:42 +02:00
luciana-mendonca
46f21be082
build(addon-links): use ts-up to build addon-links
2022-08-09 17:47:14 +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
977b08fa08
Rename to once-per-template
2022-08-09 17:17:51 +10:00
Tom Coleman
1b075df5da
Filter by cadence
2022-08-09 17:17:51 +10:00
Tom Coleman
a1b94ba45c
Created multiplex script and use for sandbox
2022-08-09 17:17:50 +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
4c90cfd735
Update lockfile
2022-08-05 09:26:01 +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
Gert Hengeveld
226e21138e
Better label
2022-08-05 09:22:44 +02:00
Gert Hengeveld
49098986eb
Add addon-interactions to be able to see the labeled step
2022-08-05 09:22:11 +02:00
Gert Hengeveld
0ba8a5efeb
Instrument the step runner provided by the interactions addon
2022-08-05 09:21:32 +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
e05b07d003
Use proper types
2022-08-04 17:07:18 +02:00
Gert Hengeveld
697c8ea064
Add default runStep function and export one from interactions addon
2022-08-04 17:06:02 +02:00
Michael Arestad
9694d53754
Made alert icon slightly smaller in release_notes.tsx
2022-08-04 08:26:02 -06:00
Michael Arestad
c1b108e3a5
Fixed button sizes and made slight tweak to alignment of icon in AccountForm
2022-08-04 08:23:24 -06:00
Gert Hengeveld
931af52be9
Fix weird async behavior
2022-08-04 14:36:51 +02:00
Gert Hengeveld
b6f9fe580e
Fix mock data
2022-08-04 14:00:09 +02:00