302 Commits

Author SHA1 Message Date
Michael Shilman
6466e55eed Fix test-runner version conflicts 2022-10-22 17:34:09 +08:00
Michael Shilman
29008c4cb8 Update git head to 7.0.0-alpha.41, update yarn.lock [ci skip] 2022-10-21 23:46:16 +08:00
Michael Shilman
7ec6f916eb v7.0.0-alpha.41 2022-10-21 23:41:55 +08:00
Michael Shilman
b8072c9ea6 Update git head to 7.0.0-alpha.40, update yarn.lock [ci skip] 2022-10-20 02:28:03 +08:00
Michael Shilman
8f6d8629f1 v7.0.0-alpha.40 2022-10-20 02:23:32 +08:00
Michael Shilman
4e947fb698 Update git head to 7.0.0-alpha.39, update yarn.lock [ci skip] 2022-10-19 00:15:59 +08:00
Michael Shilman
47386bd49d v7.0.0-alpha.39 2022-10-19 00:11:59 +08:00
Norbert de Langen
22c2f06e64
Merge branch 'next' into optional-webpack 2022-10-18 15:01:09 +02:00
Norbert de Langen
e948230ad0
change once.warn to deprecate when that is the actual intent. 2022-10-18 13:45:38 +02:00
Norbert de Langen
0da30e7050
Merge branch 'next' into deprecate/add-decorator-add-api 2022-10-17 14:48:46 +02:00
Norbert de Langen
a3dbdc7673
fix 2022-10-17 13:29:39 +02:00
Norbert de Langen
285fc6b9b7
cleanup the types that are no longer used 2022-10-17 13:14:40 +02:00
Norbert de Langen
7bf028fe2f
add the global api back because it's used internally
Remove the global api from the public interface in renderers
2022-10-17 13:11:48 +02:00
Ian VanSchooten
9b3956038b Merge remote-tracking branch 'origin/next' into optional-webpack
# Conflicts:
#	code/addons/docs/package.json
2022-10-16 20:17:20 -04:00
Tom Coleman
3d8562472c Merge remote-tracking branch 'origin/next' into tom/sb-706-migrate-stories-and-delete-preact 2022-10-17 10:27:03 +11:00
Michael Shilman
1b45114031 Update git head to 7.0.0-alpha.38, update yarn.lock [ci skip] 2022-10-15 10:54:35 +08:00
Michael Shilman
438114fcf6 v7.0.0-alpha.38 2022-10-15 10:50:44 +08:00
Norbert de Langen
445fe03082
fix 2022-10-14 17:28:00 +02:00
Norbert de Langen
69fb976514
remove onBeforeRender 2022-10-14 16:29:04 +02:00
Norbert de Langen
01337105e5
more removal of deprecations 2022-10-14 12:40:19 +02:00
Norbert de Langen
8450bc2065
fixes 2022-10-14 12:21:09 +02:00
Tom Coleman
9b0cc1f7fd Switch button to label in preact 2022-10-14 18:45:33 +11:00
Tom Coleman
cd3e6506af Merge remote-tracking branch 'origin/next' into tom/sb-706-migrate-stories-and-delete-preact 2022-10-14 16:24:10 +11:00
Norbert de Langen
56ec4438f9
Merge branch 'next' into tech/use-node-16 2022-10-13 15:11:46 +02:00
Norbert de Langen
2b8bd47535
just a few random fixes, enjoy reviewing! 2022-10-13 13:37:32 +02:00
Norbert de Langen
b35e0592aa
Merge branch 'next' into tech/use-node-16 2022-10-13 08:43:54 +02:00
Tom Coleman
4ca23ff3c0 Merge remote-tracking branch 'origin/next' into tom/sb-706-migrate-stories-and-delete-preact 2022-10-13 14:49:11 +11:00
Tom Coleman
62471a50b5 Merge remote-tracking branch 'origin/next' into tom/sb-557-typescript-2 2022-10-13 13:30:39 +11:00
Norbert de Langen
4a8a09d253
Merge branch 'next' into tech/use-node-16 2022-10-13 00:58:38 +02:00
Norbert de Langen
6604b497cd
Merge pull request #19461 from storybookjs/fix/inconsistent-button-props
make the button component accept a label prop, (not children) (used for sandboxes and renderAssets in cli)
2022-10-13 01:52:54 +03:00
Norbert de Langen
b0112d7853
final final final fix, I swear 2022-10-13 00:35:44 +02:00
Norbert de Langen
850e9336f6
fix broken mdx story for react 2022-10-13 00:20:05 +02:00
Michael Shilman
ffea0c9211 Update git head to 7.0.0-alpha.37, update yarn.lock [ci skip] 2022-10-13 03:38:47 +08:00
Michael Shilman
82667a6551 v7.0.0-alpha.37 2022-10-13 03:33:26 +08:00
Michael Shilman
c7cab45bef v7.0.0-alpha.36 2022-10-13 03:16:57 +08:00
Norbert de Langen
befb62efa9
fix a vue issue 2022-10-12 14:12:17 +02:00
Norbert de Langen
764697fc93
change every button in lib/cli/renderassets and renderer/*/template to use the label prop 2022-10-12 12:02:30 +02:00
Norbert de Langen
6d490107b3
make the vue button accept a children prop, consistently 2022-10-12 11:23:00 +02:00
Norbert de Langen
9f35b2c2fa
switch to node16 2022-10-12 09:37:30 +02:00
Tom Coleman
84f5d1d307 Remove preact-kitchen-sink example 2022-10-12 15:30:02 +11:00
Tom Coleman
b20d393f2e Add react compat stories to renderer 2022-10-12 15:29:38 +11:00
Tom Coleman
383d4ba861 Revert "Undo accidental push of tom/sb-557-typescript-2"
This reverts commit 1cfc7203af2dd81d9484d1a569c9fb4e31396ea0.
2022-10-12 13:20:38 +11:00
Tom Coleman
1cfc7203af Undo accidental push of tom/sb-557-typescript-2 2022-10-12 13:16:11 +11:00
Tom Coleman
f9fcb87438 Export a render function from preact 2022-10-12 12:55:04 +11:00
Tom Coleman
edaea420bf Add template components 2022-10-12 12:54:53 +11:00
Norbert de Langen
f798003dbc
Revert "upgrade to use node 16 everywhere"
This reverts commit 1fad1723dfebdbf481448b8219a8c30c5074960f.
2022-10-11 18:48:56 +02:00
Norbert de Langen
1fad1723df
upgrade to use node 16 everywhere 2022-10-11 18:47:37 +02:00
Michael Shilman
19a6e89dc1
Merge pull request #19343 from storybookjs/norbert/sb-702-migrate-stories-and-delete-official
Examples: Remove official-storybook
2022-10-11 22:07:36 +08:00
Norbert de Langen
f98993446b
fix snapshots 2022-10-11 13:27:32 +02:00
Kasper Peulen
1cf8658a9e make args sound for CSF3 react types 2022-10-11 10:31:23 +02:00