150 Commits

Author SHA1 Message Date
Kasper Peulen
04fd27ccd0 FIx JS story vue3 2023-12-29 10:48:39 +01:00
Kasper Peulen
6ca55dc704 Fix svelte TS issues 2023-12-28 11:04:08 +01:00
Kasper Peulen
7a6b26a8de Assign explicit actions to CLI stories 2023-12-28 10:03:39 +01:00
Ian VanSchooten
6ce478c9c2 Fix lint errors 2023-12-05 07:32:38 -05:00
Ian VanSchooten
360ba46e37 Merge remote-tracking branch 'origin/next' into norbert/vitest-for-monorepo
# Conflicts:
#	code/lib/cli/src/automigrate/fixes/__snapshots__/angular-builders.test.ts.snap
#	code/lib/cli/src/automigrate/fixes/add-react.test.ts
#	code/lib/cli/src/automigrate/fixes/autodocs-true.test.ts
#	code/lib/cli/src/automigrate/fixes/builder-vite.test.ts
#	code/lib/cli/src/automigrate/fixes/cra5.test.ts
#	code/lib/cli/src/automigrate/helpers/checkWebpack5Builder.test.ts
#	code/lib/cli/tsconfig.json
#	code/lib/manager-api/src/tests/refs.test.ts
#	code/lib/postinstall/package.json
#	code/lib/preview-api/src/modules/client-api/ClientApi.test.ts
#	code/lib/preview-api/src/modules/core-client/start.test.ts
#	code/lib/source-loader/package.json
#	code/package.json
#	code/presets/server-webpack/package.json
#	code/renderers/react/src/public-api.test.ts
#	code/renderers/vue/package.json
#	code/renderers/vue3/template/cli/ts-4-9/Page.stories.ts
#	code/yarn.lock
#	scripts/yarn.lock
2023-12-04 21:30:13 -05:00
Kyle Gach
975ad7604b Update TOC to use heading type
- Rename `introduction.md`, `overview.md`, `how-to-contribute.md` pages -> `index.md` pages
- Add all-new `index.md` pages for Sharing and API
- Find/replace `introduction.md`/`overview.md` -> `index.md`
- Find/replace `/introduction`/`/overview` -> `/`
- Add `hideRendererSelector: true` to frontmatter of (some) pages that aren't conditional on renderer
2023-11-27 20:57:51 -07:00
Kyle Gach
1fb8d01e25 Remove /<renderer> from URLs in CLI templates 2023-11-27 20:57:51 -07:00
Norbert de Langen
99ad313485
Merge branch 'release-8-0' into norbert/vitest-for-monorepo 2023-11-04 13:57:48 +01:00
Kasper Peulen
4647e9f2be Reformat 2023-10-31 10:49:58 +01:00
Kasper Peulen
76c3821987 Remove await from getByX 2023-10-31 08:58:58 +01:00
Yann Braga
11d1e031e5 use @storybook/test in CLI templates 2023-10-27 16:00:46 +02:00
Norbert de Langen
6250ef34fa
fix codemods test 2023-09-15 15:46:18 +02:00
Yann Braga
1dfe6870b7 migrate all jest references to vitest 2023-09-14 16:50:40 +02: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