138 Commits

Author SHA1 Message Date
chakAs3
f954f2cdd3 no need to redeclare __STORYBOOK_ADDONS_CHANNEL__ 2023-06-21 21:33:57 +04:00
Yann Braga
de35e3eb05 fix sandbox template Form components
- for Vue, Vue3, HTML, Svelte, Preact, HTML and Angular
2023-06-19 21:10:36 +02:00
Norbert de Langen
93b7ac9d3a
add types references to testfile 2023-06-12 12:53:34 +02:00
chakAs3
5cef4a4141 fix type check 2023-05-21 17:37:58 +04:00
chakAs3
b6e5ec4325 fix the bug after changing the render function 2023-05-21 17:01:04 +04:00
chakAs3
3250a86018 add test story for source decorator 2023-05-21 12:34:14 +04:00
Yann Braga
c5bf981cca
Merge branch 'next' into fix/scope-sample-styles 2023-05-08 16:49:08 +02:00
Kasper Peulen
28c5416013 Merge remote-tracking branch 'origin/kasper/vue3-reactivity-v6-compatible' into kasper/vue3-reactivity-v6-compatible
# Conflicts:
#	code/renderers/vue3/src/render.ts
2023-04-28 16:06:02 +02:00
Kasper Peulen
8fd8a48782 Update tests to reflect API 2023-04-28 16:00:57 +02:00
Valentin Palkovic
e9c784a68b
Merge branch 'next' into kasper/vue3-reactivity-v6-compatible 2023-04-27 11:18:48 +02:00
Valentin Palkovic
a3d6c88ba8 Add support for global components and a greeting message property to Vue, and modify the linkPackageStories function to handle the 'stories' directory 2023-04-27 10:58:36 +02:00
Valentin Palkovic
c0bdb5360c Fix vue-cli/default-js sandbox
Some vue sandboxes do not support typescript. Hence, Stories and vue files shouldn't have Typescript types. You can place stories into code/renderes/vue3/template/stories_vue3-vite-default-ts to provide stories only for the vue3-vite/default-ts sandbox
2023-04-27 10:58:36 +02:00
Jeppe Reinhold
a39d22619e
Merge branch 'next' into fix/scope-sample-styles 2023-04-27 10:44:51 +02:00
Valentin Palkovic
f5a64afcbb
Merge branch 'next' into kasper/vue3-reactivity-v6-compatible 2023-04-26 16:42:04 +02:00
Michael Shilman
6f6b1f0f31 Merge branch 'next' into chaks/vue3-setup-functions 2023-04-25 22:51:57 +08:00
Kasper Peulen
947d895f1a Remove empty file 2023-04-25 16:42:07 +02:00
Kasper Peulen
0b730f7a39 Update tests 2023-04-25 16:23:51 +02:00
Kasper Peulen
8a50224373 Vue3: Try reactivity without invoking args as props 2023-04-25 16:23:50 +02:00
Valentin Palkovic
cbe06040b8 Move Vue3 Typescript stories to separate folder 2023-04-25 12:18:40 +02:00
chakAs3
5d873d2440 add some comments 2023-04-22 20:53:26 +04:00
chakAs3
876c9aeb8c refactory tests to be more generic 2023-04-22 15:57:38 +04:00
chakAs3
50f8c6c3d9 change the tests to be more generic 2023-04-21 01:53:41 +04:00
chakAs3
5cb427199f fix type check, augment vue module 2023-04-20 19:54:55 +04:00
Yann Braga
ecbcad7b9d remove unnecessary wrapper css class 2023-04-19 12:20:04 +02:00
JW
1ae534cfaf Scope page.css 2023-04-19 12:09:24 +02:00
JW
078e3cf2d9 Scope Header.css 2023-04-19 12:07:14 +02:00
chakAs3
451430a000 use preview.ts instead of preview.js in renderers/vue3/ tests 2023-04-19 05:07:44 +04:00
chakAs3
434593e7cc Merge branch 'next' of https://github.com/storybookjs/storybook into chaks/vue3-setup-functions 2023-04-19 05:02:42 +04:00
chakAs3
d3e35221fb fix arg type in slot function 2023-04-19 03:48:42 +04:00
chakAs3
aea5936a91 normalize unit test / visual test stories 2023-04-19 03:11:34 +04:00
chakAs3
92e7a3b8de fix default token error 2023-04-19 02:10:34 +04:00
chakAs3
20ab58c328 compte unit tests for reactive slots all types 2023-04-19 01:21:59 +04:00
chakAs3
6c243468be complete the slots test stories 2023-04-19 00:03:20 +04:00
chakAs3
b41e300b54 add support reactive slots with default render function 2023-04-18 23:26:15 +04:00
chakAs3
9f1c7008a7 rectify visual tests to perform proper tests 2023-04-18 19:18:05 +04:00
chakAs3
60968cd8eb rectify the visual tests to have proper testing 2023-04-18 17:57:53 +04:00
chakAs3
5edbd2992f Merge branch 'chaks/vue3-reactive-decorators' of https://github.com/storybookjs/storybook into chaks/vue3-reactive-decorators 2023-04-18 16:41:12 +04:00
chakAs3
0fc05ca53b Apply args to functional decorators. 2023-04-18 14:22:28 +04:00
Kasper Peulen
9e974b4ca3 Add reactive slot test 2023-04-17 16:48:38 +02:00
Kasper Peulen
01aee9cd4a Rename 2023-04-17 14:34:27 +02:00
Kasper Peulen
de26d1eb75 Apply args to functional decorators. 2023-04-17 14:33:31 +02:00
Kasper Peulen
036e28a814 Update tests 2023-04-17 14:13:57 +02:00
chakAs3
a0a47f85fe fixing ts check 2023-04-13 22:45:15 +04:00
chakAs3
ab6738f80d cleaup comments and remove no used calls 2023-04-13 10:53:53 +04:00
chakAs3
dc888abe11 add emit reset & change args to simulate the changes 2023-04-13 08:53:01 +04:00
chakAs3
3f62d1e5ae revise the tests + support component props declaration 2023-04-12 19:25:50 +04:00
chakAs3
2c4849d11a use the usual test api ( getByRole ..) 2023-04-11 02:21:56 +04:00
chakAs3
cd7cba608f passing context args to inner story 2023-04-10 23:17:47 +04:00
chakAs3
1c2a73b2c3 remove unecessary files & rename the stories files 2023-04-10 23:17:10 +04:00
chakAs3
4654108ec1 fix merge conflict + add use case of new setup function impl 2023-04-10 17:07:53 +04:00