45512 Commits

Author SHA1 Message Date
jonniebigodes
deee81fcd3
Merge pull request #19957 from storybookjs/chore_docs_add_test_coverage
Chore: (Docs) Adds test coverage to the docs
2022-11-30 22:45:34 +00:00
jonniebigodes
aa1d0ce436 Adds info on usage 2022-11-30 21:56:38 +00:00
jonniebigodes
7377b505ab Updates snippets 2022-11-30 21:06:19 +00:00
jonniebigodes
4a59634444
Merge pull request #20037 from storybookjs/chore_docs_adds_vue_snippets
Chore (Docs): Adds first batch of Vue snippets
2022-11-30 20:55:39 +00:00
jonniebigodes
e79300c567 Adds Vue TS and Common TS snippets 2022-11-30 20:25:47 +00:00
Yann Braga
da34e173a2
Merge pull request #20004 from storybookjs/feat/fix-interactions-addon
Addon-interactions: Fix duplicated elements in the panel
2022-11-30 20:01:43 +01:00
Yann Braga
084546bb30 fix prettier issue
even though it seems like it's not fixing, it's actually breaking it
2022-11-30 19:26:18 +01:00
Yann Braga
30642d2913 revamp tests 2022-11-30 19:26:18 +01:00
Yann Braga
9a1fce8222 add comments 2022-11-30 19:26:18 +01:00
Yann Braga
529e75d464 add extra assertion in e2e test 2022-11-30 19:26:18 +01:00
Yann Braga
bd9e2f5441 add e2e tests for the interactions debugger 2022-11-30 19:26:18 +01:00
Yann Braga
51c2459ca6 add interactions debugger on sandbox templates 2022-11-30 19:26:18 +01:00
Yann Braga
492f7304ff fix instrumenter story id logic 2022-11-30 19:26:18 +01:00
Yann Braga
2c4616a677 add aria label to addon-interactions elements 2022-11-30 19:26:18 +01:00
Yann Braga
1b4716651d
Merge pull request #17817 from storybookjs/wkich/play-function-override
Core: Fix ability to use component-level play functions
2022-11-30 19:25:35 +01:00
Yann Braga
97b476047e
Merge pull request #20034 from storybookjs/fix/addon-actions-e2e-test
e2e: change onClick to click to support svelte examples
2022-11-30 19:24:51 +01:00
Yann Braga
4f66894c89
Merge pull request #19982 from storybookjs/fix-docs-page-automatic-migration
Fix docsPage automatic migration
2022-11-30 19:14:50 +01:00
Yann Braga
3b158fc343 e2e: change onClick to click to support svelte examples 2022-11-30 18:47:46 +01:00
Yann Braga
1951f31733 erge branch 'next' into wkich/play-function-override 2022-11-30 18:47:14 +01:00
Michael Shilman
0f72a1dfe6 7.0.0-alpha.55 next.json version file [skip ci] 2022-12-01 01:42:22 +08:00
Yann Braga
b358b7d952 Merge branch 'next' into wkich/play-function-override 2022-11-30 18:36:11 +01:00
Michael Shilman
a58973036f Update git head to 7.0.0-alpha.55, update yarn.lock [ci skip] 2022-12-01 01:35:46 +08:00
Michael Shilman
55cd2ab63d v7.0.0-alpha.55 v7.0.0-alpha.55 2022-12-01 01:29:52 +08:00
Michael Shilman
d76bba935d Update root, peer deps, version.ts/json to 7.0.0-alpha.55 [ci skip] 2022-12-01 01:21:44 +08:00
Michael Shilman
a5e234f9f9 7.0.0-alpha.55 changelog 2022-12-01 01:21:21 +08:00
jonniebigodes
ad16d1b2fe
Update docs/writing-tests/test-coverage.md
Co-authored-by: Yann Braga <yannbf@gmail.com>
2022-11-30 16:55:39 +00:00
jonniebigodes
dab1b633b1
Update docs/writing-tests/test-coverage.md
Co-authored-by: Yann Braga <yannbf@gmail.com>
2022-11-30 16:55:22 +00:00
Kasper Peulen
0591b61a53
Merge pull request #20032 from storybookjs/chore/always-use-ts-legacy-templates 2022-11-30 17:17:57 +01:00
Yann Braga
d0e5eb142f use typescript legacy templates until our ecosystem fully supports ts 4.9 2022-11-30 17:09:09 +01:00
Kasper Peulen
926c574928
Merge pull request #20029 from storybookjs/rollbaack-next-ts49-templates
CLI: Rollback next TS 4.9 templates as the next babel preset doesn't support satisfies
2022-11-30 14:37:08 +01:00
Kasper Peulen
548de2e1e7 Rollback next TS 4.9 templates as the next babel preset doesn't support satisfies 2022-11-30 14:23:54 +01:00
Norbert de Langen
98262c5619
Merge pull request #20025 from storybookjs/tech/upgrade-yarn
upgrade yarn
2022-11-30 13:37:45 +01:00
Norbert de Langen
a7b54caf22
Merge pull request #20018 from storybookjs/fix/exports-generator-inconsistency
Build: Add a retry mechanism for exports file generation
2022-11-30 13:16:57 +01:00
Kasper Peulen
52f7825eea Add explicit types to storyshots 2022-11-30 13:06:33 +01:00
Kasper Peulen
ca2152363a
Merge pull request #20020 from storybookjs/kasper/sb-1030-rollback-git-shallow-clone-orb
Build: Rollback forking off git-shallow-clone-orb
2022-11-30 13:01:40 +01:00
Kasper Peulen
1db0da7337 Only use jest global types by default 2022-11-30 12:40:10 +01:00
Jeppe Reinhold
2cb1e88008
Merge pull request #19987 from storybookjs/jeppe/fix-svelte-decorators-slots
Svelte: Fix decorators with slots
2022-11-30 12:34:26 +01:00
Valentin Palkovic
96eb4730fd
Merge pull request #19996 from storybookjs/jest-specific-snapshot-for-29
Build: Upgrade jest-specific-snapshot
2022-11-30 11:51:45 +01:00
Norbert de Langen
0e06fa3ce0
regen lockfile 2022-11-30 11:51:41 +01:00
Norbert de Langen
43813ca634
fix snapshot, bit of a mystery this one 2022-11-30 11:17:09 +01:00
Norbert de Langen
fc615afa8b
upgrade yarn 2022-11-30 10:57:43 +01:00
Michael Shilman
afcd26ccd1
Merge pull request #20005 from storybookjs/norbert/sb-1022-sb19968-bug-cannot-get-when-starting
Core: Open browser after manager is ready
2022-11-30 08:41:05 +08:00
Norbert de Langen
4eb9971712
Merge pull request #19997 from storybookjs/preview-remove-reexports 2022-11-30 00:36:43 +01:00
Norbert de Langen
d2d835f44c
Merge pull request #20006 from storybookjs/fix/add-legacy-manager-alias 2022-11-30 00:35:28 +01:00
Kasper Peulen
1a17bedec4 Rollback forking off git-shallow-clone-orb 2022-11-29 20:52:39 +01:00
Kyle Gach
3e609721ee
Merge pull request #20014 from storybookjs/kylegach/dx-418-add-video-callouts-to-relevant-docs 2022-11-29 12:44:18 -07:00
jonniebigodes
81746b1cbc
Merge pull request #20019 from storybookjs/chore_testing_docs_changes
Chore: (Docs) Extends a11y docs and test runner to feature helpers
2022-11-29 19:41:43 +00:00
jonniebigodes
bd04f807c7 Extends a11y docs and test runner to feature helpers 2022-11-29 19:08:52 +00:00
Norbert de Langen
462a81490e
add a retry mechanism 2022-11-29 18:36:32 +01:00
jonniebigodes
6bdd009f58
Merge pull request #20011 from storybookjs/chore_contribute_docs_minor_tweak
Chore: (Docs) Changes the script to run the docs site
2022-11-29 17:30:15 +00:00