262 Commits

Author SHA1 Message Date
Norbert de Langen
e8b3da8955
fix linting 2022-10-05 13:20:07 +02:00
Jeppe Reinhold
0dcc3a0e2c Merge branch 'next' of github.com:storybookjs/storybook into pr/danielamram/19292 2022-10-05 12:35:48 +02:00
Michael Shilman
4d78b7e3be Merge branch 'next' into shilman/add-web-components-vite-framework-and-template 2022-10-04 10:19:38 +08:00
Norbert de Langen
edf0cc8201
Merge branch 'next' into tech/tsup-lib-client-api 2022-10-03 17:42:15 +02:00
Norbert de Langen
bba5c8c321
Merge branch 'next' into remove-react-classes-global 2022-10-03 17:46:26 +03:00
Michael Shilman
c58ab71325 Fix linting errors 2022-10-02 23:38:43 +08:00
Michael Shilman
2202fca1c5 Add global typing 2022-10-02 21:12:24 +08:00
Michael Shilman
e03ecbe6bf Sandbox: Attempt to fix interactions stories for web-components 2022-10-02 20:31:10 +08:00
Michael Shilman
1dd908ac44 Merge branch 'next' into shilman/add-web-components-vite-framework-and-template 2022-10-02 20:28:37 +08:00
Michael Shilman
d7d91a1d46 Fix merge issues 2022-10-02 17:34:07 +08:00
Michael Shilman
087008065c Merge branch 'next' into shilman/add-web-components-vite-framework-and-template 2022-10-01 19:11:00 +08:00
Michael Shilman
1fee6dde27 More TS hackery 2022-10-01 19:09:52 +08:00
Michael Shilman
555307d66f Hack around TS errors temporarily 2022-10-01 18:58:16 +08:00
Michael Shilman
1b54a4c7b5 Merge branch 'next' into shilman/vue2-rendering-improvements 2022-10-01 18:50:37 +08:00
Michael Shilman
cb868fc991 Merge branch 'feature/vue2-fixes' into shilman/vue2-rendering-improvements 2022-10-01 18:44:18 +08:00
Michael Shilman
bc8ca2216d Merge branch 'next' into shilman/web-componets-vite-framework 2022-10-01 17:43:48 +08:00
Prashant Palikhe
f120f6a91b fix(vue2): enable final args as props to the story component 2022-10-01 10:29:05 +02:00
danielamram
6eeeb19d82 Merge branch 'next' of https://github.com/danielamram/storybook into replace-storybook-semver 2022-10-01 02:45:18 +03:00
Michael Shilman
460c182da2 Web-components: Fix Form template component 2022-09-30 21:55:01 +08:00
Michael Shilman
cd175660ba Web-components: Fix Html template component 2022-09-30 21:49:21 +08:00
Ian VanSchooten
c83bb7dc41 Merge remote-tracking branch 'origin/next' into remove-react-classes-global 2022-09-30 08:39:36 -04:00
Tom Coleman
0a3599b17f Update snapshot 2022-09-30 15:59:20 +10:00
Tom Coleman
469b569311 Argh got comment naming off 2022-09-30 14:36:30 +10:00
Michael Shilman
bcb4722860 Refactor MDX examples to sandboxes 2022-09-30 11:45:16 +08:00
Tom Coleman
9cf3aa2514 Update snapshots and fix tests 2022-09-30 12:49:45 +10:00
Tom Coleman
a27504e7bc Deepscan 2022-09-30 12:07:35 +10:00
Tom Coleman
e52ad1c8ac Rename __testfixtures__ => docgen-components 2022-09-30 12:01:49 +10:00
Ian VanSchooten
cf7db51915 Remove STORYBOOK_REACT_CLASSES and global/globals.ts 2022-09-29 21:33:02 -04:00
Michael Shilman
87bcf3ea80 Web-components: Fix build 2022-09-30 01:45:29 +08:00
Michael Shilman
995467be28 Web-components: Fix template components 2022-09-30 01:32:00 +08:00
Michael Shilman
bb9af7ddf9 Web-components: Add default render function 2022-09-30 01:27:23 +08:00
danielamram
e9c8cd854c chore: replace @storybook/semver with semver 2022-09-29 16:31:35 +03:00
Tom Coleman
e781047747 Use a more reliable method of skipping vite 2022-09-29 15:47:35 +10:00
Michael Shilman
74a1db5ae8 Update vue default render function WIP 2022-09-29 00:19:55 +08:00
Michael Shilman
92740671c1 Merge branch 'next' into shilman/vue2-rendering-improvements 2022-09-29 00:05:28 +08:00
Tom Coleman
91ff0b0689 Delete TS styled props example
It was blowing up the CRA build even though it wasn't being referenced 😠
2022-09-28 19:21:37 +10:00
Tom Coleman
7e3bd67993 Skip tests that use ESM 2022-09-28 19:20:26 +10:00
Norbert de Langen
d3eab19d5b
fixes 2022-09-28 09:39:04 +02:00
Tom Coleman
1736388255 Move cra-ts-kitchen-sink argType stories over 2022-09-28 16:27:57 +10:00
Tom Coleman
7052663b0d Transfer JSdoc stories to new format 2022-09-28 16:18:18 +10:00
Tom Coleman
d15deee9d2 Update examples to not have TS errors 2022-09-28 16:05:27 +10:00
Tom Coleman
af0b4fb97f Move argTypes test 2022-09-28 15:50:26 +10:00
Tom Coleman
a518a0e610 Disable JS stories in vite, in a hacky way 2022-09-28 15:00:07 +10:00
Tom Coleman
4f8b06ef2a Split JS + TS arg type stories 2022-09-28 14:44:30 +10:00
Tom Coleman
dcc6d479c3 Rename input.js=>input.jsx 2022-09-27 17:26:43 +10:00
Tom Coleman
9e4438a31b Update stories to work 2022-09-27 14:31:13 +10:00
Tom Coleman
9d33725de8 Move argType stories to template/stories folder 2022-09-27 14:31:13 +10:00
Michael Shilman
7fd8f4acf3 Merge branch 'next' into shilman/add-web-components-vite-framework-and-template 2022-09-27 11:59:23 +08:00
Michael Shilman
d9bc2a868a Update git head to 7.0.0-alpha.34, update yarn.lock [ci skip] 2022-09-27 11:29:29 +08:00
Michael Shilman
fc90fc8754 v7.0.0-alpha.34 2022-09-27 11:25:43 +08:00