41075 Commits

Author SHA1 Message Date
Gert Hengeveld
b64677450b Document step function 2022-07-05 14:50:25 +02:00
Gert Hengeveld
890d94a4e1 Stories for step function 2022-07-05 14:50:23 +02:00
Gert Hengeveld
884e410552 Move examples to separate directory 2022-07-05 14:38:05 +02:00
Gert Hengeveld
b2a18cf256 Pull example stories into their own file 2022-07-05 14:38:04 +02:00
Gert Hengeveld
fc1d62d2d6 Refactor stories to use step function 2022-07-05 14:37:30 +02:00
Gert Hengeveld
9c427fe8a9 Fix bubbling multiple levels 2022-07-05 14:37:30 +02:00
Gert Hengeveld
ee3fe71c2c Add step function and support for deeply nested interactions 2022-07-05 14:37:29 +02:00
Gert Hengeveld
9be5035d79 Ignore the stacktrace in Chromatic snapshots 2022-07-04 22:35:46 +02:00
Gert Hengeveld
c36d10ce1a Fix tests 2022-07-04 22:35:44 +02:00
Gert Hengeveld
96fb6c2c56 Better error message 2022-07-04 22:34:33 +02:00
Gert Hengeveld
a9b75cfc20 Monkey-patch callbacks instead of listening on the channel 2022-07-04 22:34:32 +02:00
Gert Hengeveld
17d9034fa5 Avoid running play function if story errored 2022-07-04 22:33:55 +02:00
Gert Hengeveld
eb0cd2a7cf Prevent flicker on the interactions counter 2022-07-04 22:33:54 +02:00
Gert Hengeveld
d7067667c6 Don't introduce an arbitrary await 2022-07-04 22:33:05 +02:00
Gert Hengeveld
aafbfe6f44 Wait for idle before starting play function 2022-07-04 22:32:31 +02:00
Gert Hengeveld
6e1e04c654 Prevent Interactions panel from picking up exceptions that don't originate from the play function 2022-07-04 22:30:49 +02:00
Gert Hengeveld
c530eae065 Add unit tests for Panel.getInteractions 2022-07-04 22:29:28 +02:00
Gert Hengeveld
e5b2c3dc5b Fix exception colors in dark theme 2022-07-04 22:29:28 +02:00
Gert Hengeveld
a4ce7160a7 Avoid stacked theme because it'll break interactions 2022-07-04 22:29:28 +02:00
Gert Hengeveld
f9178d7067 Rename stories 2022-07-04 22:29:28 +02:00
Gert Hengeveld
6eff2be45c Chromatic will fail when we deliberately throw an exception 2022-07-04 22:29:27 +02:00
Gert Hengeveld
5444a76613 Fix serialization of object properties 2022-07-04 22:29:27 +02:00
Gert Hengeveld
8003c9b20f Ignore deepscan error 2022-07-04 22:29:26 +02:00
Gert Hengeveld
e890240d13 Update tests 2022-07-04 22:28:52 +02:00
Gert Hengeveld
6473e9784a Remove unused import 2022-07-04 14:54:03 +02:00
Gert Hengeveld
3c92b387f7 Pull TabStatus out of Panel 2022-07-04 14:54:03 +02:00
Gert Hengeveld
0f79748d82 Flatten components list and pull out InteractionsPanel from Panel 2022-07-04 14:54:01 +02:00
Gert Hengeveld
099cc04083 Deal with exceptions that aren't an Error 2022-07-04 14:52:07 +02:00
Gert Hengeveld
0749e5999f Test debugger controls 2022-07-04 14:43:54 +02:00
Gert Hengeveld
230bf5935d Add aria-label for debugger controls 2022-07-04 14:43:53 +02:00
Gert Hengeveld
e6df6cf014 Only show yellow warning background for caught exceptions, not intercepted exceptions 2022-07-04 14:43:52 +02:00
Gert Hengeveld
272e669f05 Fix spying on nested actions 2022-07-04 14:28:55 +02:00
Gert Hengeveld
7641f8374d Add story for Panel with caught exception 2022-07-04 14:28:55 +02:00
Gert Hengeveld
479196228a Show exceptions by non-instrumented code in the Interactions panel 2022-07-04 14:28:53 +02:00
Norbert de Langen
379d8b83bd
Merge branch 'next' into future/base 2022-07-02 22:44:09 +02:00
Norbert de Langen
013770d6aa
Merge pull request #17735 from saiichihashimoto/type-useArgs-1
Core: Typing useArgs
2022-07-02 20:09:14 +02:00
Michael Shilman
17801dffcd Update git head to 7.0.0-alpha.10, update yarn.lock 2022-07-02 10:59:01 -07:00
Michael Shilman
b13dd8fb52 v7.0.0-alpha.10 v7.0.0-alpha.10 2022-07-02 10:55:38 -07:00
Michael Shilman
9277769ff4 Update root, peer deps, version.ts/json to 7.0.0-alpha.10 [ci skip] 2022-07-02 10:45:23 -07:00
Michael Shilman
ef4de0b80b 7.0.0-alpha.10 changelog 2022-07-02 10:44:57 -07:00
Michael Shilman
03f67a412b Update git head to 7.0.0-alpha.9, update yarn.lock 2022-07-02 10:37:02 -07:00
Michael Shilman
84577258bb v7.0.0-alpha.9 v7.0.0-alpha.9 2022-07-02 10:36:37 -07:00
Michael Shilman
668b70af91 Update root, peer deps, version.ts/json to 7.0.0-alpha.9 [ci skip] 2022-07-02 10:10:58 -07:00
Michael Shilman
5d62a8e403 7.0.0-alpha.9 changelog 2022-07-02 10:10:23 -07:00
Norbert de Langen
efdc53459f
Merge branch 'next' into future/base
# Conflicts:
#	examples/vue-kitchen-sink/package.json
#	lib/api/src/index.tsx
#	lib/api/src/modules/stories.ts
#	lib/cli/src/frameworks/html/ts/Button.stories.ts
#	lib/cli/src/frameworks/html/ts/Header.stories.ts
#	lib/cli/src/frameworks/html/ts/Page.stories.ts
#	lib/core-client/src/typings.d.ts
#	lib/core-common/src/types.ts
#	lib/core-server/package.json
#	lib/core-server/src/utils/open-in-browser.ts
#	lib/manager-webpack4/typings.d.ts
#	yarn.lock
2022-07-02 18:47:42 +02:00
Norbert de Langen
8f8213faeb
add an example usage 2022-07-02 18:18:56 +02:00
Norbert de Langen
eae1cb7496
Merge branch 'next' into type-useArgs-1 2022-07-02 17:53:38 +02:00
Norbert de Langen
208e893ca8
Update README.md 2022-07-02 13:37:17 +02:00
Norbert de Langen
a734417664
Update README.md 2022-07-02 13:26:29 +02:00
Norbert de Langen
0b283d60bb
add the future tag to README 2022-07-02 13:17:40 +02:00