44645 Commits

Author SHA1 Message Date
Michael Shilman
0e99426ee7 Add non-story content to test mdxSource generation 2022-11-07 14:41:24 +08:00
Michael Shilman
5f27af5cd2 Upgrade mdx2-csf 2022-11-07 14:35:20 +08:00
Tom Coleman
8ce29a01ad
Merge pull request #19750 from storybookjs/tom/sb-754-hmr-does-not-detect-addedremoved-stories
Sandboxes: Fix up stories entry to allow HMR
2022-11-07 14:31:24 +11:00
Michael Shilman
01ee7b5f5d
Merge pull request #19712 from storybookjs/tom/sb-882-use-mdx-tag-instead-of-matching-on
Core: Update index generation to use tags to detect MDX stories
2022-11-07 09:30:47 +08:00
Tom Coleman
9def39c592 Merge remote-tracking branch 'origin/next' into tom/sb-754-hmr-does-not-detect-addedremoved-stories 2022-11-07 12:11:16 +11:00
Tom Coleman
7bc85c0628 Fix files to search subdirectories 2022-11-07 11:48:29 +11:00
Tom Coleman
dca4d7b3aa Update snapshots 2022-11-07 10:33:07 +11:00
Kasper Peulen
d6d7a500a2
Merge pull request #19762 from storybookjs/valentin/fix-windows-prep-build
Fix prepare script on Windows machines
2022-11-06 16:50:22 +01:00
Valentin Palkovic
9593c414a7 Fix prepare script on Windows machines 2022-11-06 15:07:35 +01:00
jonniebigodes
0e69222fde
Merge pull request #19564 from georgialoper/georgialoper/decorators-react-ts-docs
docs: Improve decorators React TS snippets
2022-11-05 19:38:34 +00:00
Yann Braga
0127a258bc
Merge pull request #19756 from storybookjs/kasper/fix-workflow
CI: Fix fix handle-release-branches workflow
2022-11-05 15:14:35 +01:00
Kasper Peulen
26bd203bdf
Merge pull request #19754 from storybookjs/kasper/ci-stuff
CI: Fix cross OS github actions
2022-11-05 15:12:42 +01:00
Kasper Peulen
b949e5c843 Revert handle-release-branches.yml, move to another PR 2022-11-04 21:33:11 +01:00
Kasper Peulen
febe117ff6 fix handle-release-branches workflow 2022-11-04 21:27:40 +01:00
Kasper Peulen
870edfb2a9 Revisit this test later when we can better debug windows 2022-11-04 17:22:07 +01:00
Kasper Peulen
99a5f69447 Pretend to be next 2022-11-04 17:11:08 +01:00
Kasper Peulen
04de67aa64 run the windows/osx/linux unit test on win/linux/osx 2022-11-04 16:54:42 +01:00
Kasper Peulen
fb95386ae4 skip more tests on windows for now 2022-11-04 16:43:03 +01:00
Kasper Peulen
62cdc32919 Merge remote-tracking branch 'origin/kasper/ci-stuff' into kasper/ci-stuff 2022-11-04 16:39:34 +01:00
Kasper Peulen
15331251b4 skip more tests on windows for now 2022-11-04 16:39:11 +01:00
Yann Braga
82ddfced0a add mock for x-default-browser lib
This library was causing issues with our current version of Jest (26) and the fact that an inner dependency is ESM only.
2022-11-04 16:36:20 +01:00
Kasper Peulen
031be97390 skip StoryIndexGenerator.test.ts on windows for now 2022-11-04 16:14:45 +01:00
Kasper Peulen
35b168ccda disable yarn cache 2022-11-04 15:45:13 +01:00
Kasper Peulen
e03e9eead1 Fix 2022-11-04 15:12:42 +01:00
Kasper Peulen
845477b79b Revert circle CI 2022-11-04 15:08:31 +01:00
Kasper Peulen
55e9c58ea8 Try to fix the workflow for windows tests again 2022-11-04 15:07:51 +01:00
Kasper Peulen
ce408dd665 Officially support windows 2022-11-04 14:53:22 +01:00
Norbert de Langen
d99735bfe1
Merge pull request #19614 from Marklb/marklb/undo-over-removal-of-deprecation
Undo template gen removal during deprecation property removal
2022-11-04 14:22:54 +01:00
Kasper Peulen
31d488229a Possibly fix get-next-release-branch 2022-11-04 14:03:48 +01:00
Kasper Peulen
efa085cead Remove unit tests from github actions 2022-11-04 13:57:06 +01:00
Yann Braga
afc8d3920d
Merge pull request #19748 from storybookjs/chore/cancel-workflow-on-failure
Maintenance: Cancel workflow in CI on steps failure
2022-11-04 11:15:41 +01:00
Yann Braga
62ada361ab improve feedback on workflow cancelation step 2022-11-04 11:11:37 +01:00
Yann Braga
522e7e5487 Merge publish step in build step in CircleCI 2022-11-04 10:56:55 +01:00
Yann Braga
f1176ca03e undo example test failure 2022-11-04 10:52:46 +01:00
Yann Braga
5637366469 simplify canceling logic 2022-11-04 10:43:51 +01:00
Jeppe Reinhold
27621e1dc8
Merge pull request #19744 from storybookjs/jeppe/sb-869-add-any-stories-that-are-not-yet 2022-11-04 10:39:11 +01:00
Michael Shilman
048f51cf6b Fix store-json test 2022-11-04 14:01:25 +08:00
Tom Coleman
a37905763c Deepscan issue 2022-11-04 16:45:15 +11:00
Tom Coleman
55e59e7a0e Remove unnecessary titles 2022-11-04 16:23:21 +11:00
Tom Coleman
2f6cd53f1b Fix up prefix to match nested 2022-11-04 16:20:58 +11:00
Tom Coleman
4efd919120 Update sandbox script to create stories entry per linked package 2022-11-04 16:16:11 +11:00
Tom Coleman
5b869d4eed Update snapshots 2022-11-04 14:51:28 +11:00
Tom Coleman
08863527cf Merge remote-tracking branch 'origin/next' into tom/sb-882-use-mdx-tag-instead-of-matching-on 2022-11-04 13:22:40 +11:00
Tom Coleman
405a53e003 Fix missing import 2022-11-04 13:20:12 +11:00
Tom Coleman
8757fb80de Update back to next tag 2022-11-04 13:17:44 +11:00
Tom Coleman
b0b6c6b3b6
Merge pull request #19659 from storybookjs/tom/sb-888-disable-play-functions-in-docs-if-not
Disable play functions in docs mode, unless you set `parameters.docs.autoplay`
2022-11-04 12:46:12 +11:00
Tom Coleman
aa5a2a10dd Fix Linting 2022-11-04 11:54:20 +11:00
Tom Coleman
40e298c14f Merge remote-tracking branch 'origin/next' into tom/sb-888-disable-play-functions-in-docs-if-not 2022-11-04 11:02:15 +11:00
Jeppe Reinhold
1b3875d5cd Merge branch 'next' of github.com:storybookjs/storybook into jeppe/sb-869-add-any-stories-that-are-not-yet 2022-11-04 00:56:11 +01:00
Michael Shilman
cc02a5c50d
Merge pull request #19705 from storybookjs/jeppe/fix-svelte-in-docs
Svelte: Fix docs rendering
2022-11-04 07:53:23 +08:00