4735 Commits

Author SHA1 Message Date
Mostafa Sherif
3c5d3ead40 fix(angular): standalone components to be included in the imports array 2023-02-07 06:15:01 -05:00
Valentin Palkovic
cd3fd02d6b Fix Introduction MDX for Next.js and Typescript 2023-02-07 12:09:13 +01:00
Norbert de Langen
bb57803295
add a default background to newly initialized storybooks 2023-02-07 11:59:33 +01:00
Jeppe Reinhold
e5cded85e7
Merge pull request #20944 from benmccann/create-svelte
fix: correctly detect JS projects with type checking
2023-02-07 09:40:36 +01:00
Norbert de Langen
fcf0aa8eb5
Merge pull request #20892 from storybookjs/chore/enable-sandbox-templates
Build: add more sandboxes to CI tests
2023-02-07 09:08:05 +01:00
Norbert de Langen
3e9dbf1423
Merge pull request #20918 from bodograumann/fix-vite-env-prefix-merging
Correctly preserve existing vite envPrefix config
2023-02-07 09:05:11 +01:00
Ian VanSchooten
67c3580935 Remove no-op test 2023-02-06 19:30:59 -05:00
chakir qatab
aabfe9a4dc refactory and optimisation 2023-02-07 04:26:28 +04:00
Ian VanSchooten
39ebbcedb5 Inject mdx renderer to code 2023-02-06 19:02:22 -05:00
Ian VanSchooten
2cb796315d Merge remote-tracking branch 'origin/next' into vite/mdx1 2023-02-06 17:51:07 -05:00
Ian VanSchooten
719eee0e1e Merge remote-tracking branch 'origin/next' into typescript-assets 2023-02-06 17:50:22 -05:00
Ian VanSchooten
da3a753759 CLI: Re-enable vue-vite 2023-02-06 17:40:56 -05:00
chakir qatab
70009976c0 fix reactivity call storyFn in vue render function 2023-02-07 02:30:40 +04:00
Ben McCann
257d698792 add todo 2023-02-06 14:00:27 -08:00
Ben McCann
5f55091451 Revert "Use get-tsconfig to ensure locating jsconfig.json works in monorepo"
This reverts commit e8b6e79c54c3660d6cbc9f9a280be0a9fc194668.
2023-02-06 13:57:01 -08:00
Mauricio Rivera
8147f26f8a Added interactive stories support for solid. 2023-02-06 16:00:30 -05:00
Ben McCann
edad6bcd61
Update preset.ts 2023-02-06 09:31:48 -08:00
Ben McCann
167056a3ad
use vite-plugin-svelte by default again 2023-02-06 09:06:23 -08:00
Mauricio Rivera
3ecd83b1e6 Merge remote-tracking branch 'upstream/next' into solid-cli-integration 2023-02-06 11:32:33 -05:00
Ben McCann
e8b6e79c54 Use get-tsconfig to ensure locating jsconfig.json works in monorepo 2023-02-06 08:31:30 -08:00
Mauricio Rivera
bebfa73908 Added js solid repro template and extraAddon 2023-02-06 11:30:14 -05:00
Valentin Palkovic
7dd7bdb4ad
Merge pull request #20962 from storybookjs/norbert/add-woff2-support
Feature: Add woff2 support for builder-manager
2023-02-06 16:46:29 +01:00
Valentin Palkovic
e5668ffc8e Menu design upgrades
1. Icons are always on the left. If there is one icon in a menu item, every other menu item will have an indent to match the space of the icon as seen in the Storybook menu.
2. If there are no icons, the item label is not indented.
3. There is a node on the right of each menu item that can be populated with keyboard shortcuts, illustrations, etc.
4. Active items (denoted with a checkmark) will be both bold and blue.
5. There will be an optional `description` text node that will be below the item label.
6. Keyboard shortcuts will list all commands in one container.
7. The decorative menu tooltip arrows are no longer shown.
2023-02-06 16:28:41 +01:00
Norbert de Langen
bb81f639b3
add super early node version check 2023-02-06 15:48:47 +01:00
Norbert de Langen
bd0b4d37cd
Add woff2 support
fix https://github.com/storybookjs/storybook/issues/20961
2023-02-06 15:30:21 +01:00
Norbert de Langen
1ad2f09035
Merge pull request #20959 from storybookjs/norbert/bump-glob-promise
Tech: upgrade glob-promise
2023-02-06 13:41:32 +01:00
Ian VanSchooten
92a7ab2b7b Fix formatting 2023-02-06 07:31:48 -05:00
Ian VanSchooten
e72920e198 Merge remote-tracking branch 'origin/next' into vite/mdx1
# Conflicts:
#	code/lib/builder-vite/src/plugins/mdx-plugin.ts
#	code/yarn.lock
2023-02-06 07:30:45 -05:00
Norbert de Langen
f2b5be1222
upgrade glob-promise 2023-02-06 12:59:45 +01:00
Yann Braga
3b2c3c4f18 skip certain test when testing ssv6 2023-02-06 12:44:17 +01:00
Norbert de Langen
463b40d594
Merge pull request #20957 from storybookjs/norbert/fix-20938
Fix: fonts missing/warnings
2023-02-06 12:35:42 +01:00
Norbert de Langen
876e9afe55
Merge pull request #20954 from storybookjs/norbert/bump-glob
Tech: update glob for storyshots
2023-02-06 12:09:58 +01:00
Norbert de Langen
3ff862123f
fix fonts missing issue 2023-02-06 11:37:50 +01:00
Yann Braga
8a576e6b1f disable qwik-vite in tests for now
- Seems like project.json route is not working, which make metadata fail
- Generated Storybook is not standard, which makes it incompatible with e2e tests
2023-02-06 11:30:15 +01:00
Yann Braga
7c02cc5398 enable more sandboxes
- html-vite js
- html-vite ts
- qwik-vite
- internal storiesOf projects
2023-02-06 11:30:15 +01:00
Norbert de Langen
de77b1f2e3
update glob for storyshots 2023-02-06 10:27:57 +01:00
Yann Braga
80790c825f undo AST main.js check in validateConfigFile 2023-02-06 10:11:44 +01:00
Michael Shilman
6ab515af22
Merge pull request #20936 from zhyd1997/feature/add-satisfies-to-config-file
Csf-tools: Add `satisfies` support to ConfigFile
2023-02-06 15:11:04 +08:00
Tom Coleman
3aa99d92aa Actually use the unknown args value 2023-02-06 15:16:10 +11:00
Tom Coleman
a8166ee56c Update all source decorators to new format 2023-02-06 15:11:21 +11:00
Tom Coleman
e5898db1d3 Add E2E test for source snippet behaviour 2023-02-06 14:57:52 +11:00
Tom Coleman
9e85162b87 Fix source stories 2023-02-06 14:41:01 +11:00
Tom Coleman
2ae53e972d Change useSourceProps to use useArgs 2023-02-06 11:49:38 +11:00
Tom Coleman
7a318e6283 Refactor useArgs/useGlobals out
And add a `useStoriesAndArgs`
2023-02-06 11:29:18 +11:00
Ben McCann
570ac22ebc
docs: update SvelteKit readme 2023-02-05 15:25:09 -08:00
Jeppe Reinhold
805b9b13ad
Merge pull request #20909 from storybookjs/benmccann-patch-1
docs: update support for SvelteKit's `$app/paths`
2023-02-06 00:13:43 +01:00
Ben McCann
3adfd73c95 fix: correctly detect JS projects with type checking 2023-02-05 14:54:05 -08:00
Ben McCann
2a2cc2b26b
fix: remove unused import 2023-02-05 14:30:29 -08:00
Ben McCann
5f0da62d05
fix: remove unnecessary stuff from Svelte plugin 2023-02-05 14:21:15 -08:00
Yadong Zhang
7d5d6485e5 fix: enhanced satisfies handle. 2023-02-05 12:08:55 +00:00