785 Commits

Author SHA1 Message Date
Kasper Peulen
69e68fbdf5 Don't export renderer from framework 2022-12-14 12:12:10 +01:00
Valentin Palkovic
5bf5a315c5 Allow Next.js project not having a next.config file 2022-12-14 11:39:58 +01:00
Jeppe Reinhold
d66993e275 keep vite-plugin-sveltekit-compile 2022-12-14 00:16:58 +01:00
Jeppe Reinhold
ff57a1a3fd describe svelteOptions in SvelteKit readme 2022-12-13 23:59:53 +01:00
Norbert de Langen
a033d29a3c
Merge branch 'next' into norbert/sb-1063-vite-in-dev-mode-with-storystorev6 2022-12-13 19:19:57 +01:00
Michael Shilman
1486c8821f Update git head to 7.0.0-beta.6, update yarn.lock [ci skip] 2022-12-14 00:15:33 +08:00
Michael Shilman
edcda9c064 v7.0.0-beta.6 2022-12-14 00:10:09 +08:00
Norbert de Langen
70f53daa53
Merge pull request #20216 from storybookjs/vite/force-3
Vite: Use Vite 3 (temporarily)
2022-12-13 17:05:45 +01:00
Michael Shilman
d5a7a65e90 Update git head to 7.0.0-beta.5, update yarn.lock [ci skip] 2022-12-13 23:27:30 +08:00
Michael Shilman
8a44bd6080 v7.0.0-beta.5 2022-12-13 23:21:27 +08:00
Jeppe Reinhold
9075816796
Merge branch 'next' into jeppe/sveltekit-docs 2022-12-13 16:02:08 +01:00
Jeppe Reinhold
cc3244af19 Merge branch 'jeppe/sveltekit-docs' of github.com:storybookjs/storybook into jeppe/sveltekit-docs 2022-12-13 16:01:44 +01:00
Jeppe Reinhold
c8486fa795 remove framework options 2022-12-13 16:01:36 +01:00
Jeppe Reinhold
318d3e78c7
Update code/frameworks/sveltekit/README.md
Co-authored-by: Shaun Evening <shaun@chromatic.com>
2022-12-13 16:00:51 +01:00
Jeppe Reinhold
36d22f4fce typo 2022-12-13 15:38:01 +01:00
Jeppe Reinhold
3e4468b487 improve readme 2022-12-13 15:32:46 +01:00
Jeppe Reinhold
d273f66d4c
Merge branch 'next' into jeppe/fix-new-sveltekit 2022-12-13 11:11:32 +01:00
Jeppe Reinhold
79282aaece remove Button stories from sveltekit 2022-12-13 11:10:43 +01:00
Norbert de Langen
fe9b5d6cee
Merge branch 'next' into norbert/sb-1063-vite-in-dev-mode-with-storystorev6 2022-12-13 09:14:33 +01:00
Norbert de Langen
b0977b89c1
remove the window as global definition 2022-12-13 08:57:05 +01:00
Ian VanSchooten
13d589afc5 Vite: Use Vite 3 (temporarily) 2022-12-12 23:39:20 -05:00
Michael Shilman
fa999299a9 Update git head to 7.0.0-beta.4, update yarn.lock [ci skip] 2022-12-13 09:39:35 +08:00
Michael Shilman
4d869ed6f7 v7.0.0-beta.4 2022-12-13 09:34:00 +08:00
Jeppe Reinhold
6424378a3d fix nextjs framework docs 2022-12-12 21:13:48 +01:00
Jeppe Reinhold
39ee3293b4 initial docs 2022-12-12 21:13:40 +01:00
Norbert de Langen
b04120907a
simplify globals 2022-12-12 14:31:06 +01:00
Norbert de Langen
5653ec8285
Merge branch 'next' into norbert/sb-1063-vite-in-dev-mode-with-storystorev6 2022-12-12 14:01:49 +01:00
Jeppe Reinhold
497ff7ce44 support async Vite plugins in checkers, use new SvelteKit plugin names 2022-12-11 01:42:00 +01:00
Michael Shilman
8f992382ed
Merge pull request #20181 from storybookjs/jeppe/support-new-sveltekit
SvelteKit: Support `v1.0.0-next.574` and above
2022-12-11 04:22:21 +08:00
Michael Shilman
4a1024130b Update git head to 7.0.0-beta.3, update yarn.lock [ci skip] 2022-12-10 10:24:01 +08:00
Michael Shilman
9a57b4788c v7.0.0-beta.3 2022-12-10 10:19:22 +08:00
Michael Shilman
caf06433f6 Merge branch 'next' into jeppe/sveltekit-framework-automigration 2022-12-10 09:26:35 +08:00
Norbert de Langen
d9f736a0d0
cleanup 2022-12-09 23:00:38 +01:00
Norbert de Langen
3342776320
fix references to global in template dirs 2022-12-09 22:03:35 +01:00
Norbert de Langen
f5260920ca
fixing typings issues 2022-12-09 20:44:55 +01:00
Norbert de Langen
3659babd10
fix all the global typings 2022-12-09 17:10:07 +01:00
Norbert de Langen
501dce1f43
strong typing for globals, fix issues resulting from strong global types, enforce clientApi singleton via global 2022-12-09 14:52:46 +01:00
Jeppe Reinhold
c8914eff87 log error message instead of throwing 2022-12-09 12:51:55 +01:00
Jeppe Reinhold
54896abd5e Merge branch 'next' of github.com:storybookjs/storybook into jeppe/support-new-sveltekit 2022-12-09 12:42:58 +01:00
Jeppe Reinhold
ace93e17fe detect new sveltekit plugins in svelte-vite 2022-12-09 12:42:36 +01:00
Jeppe Reinhold
ae25de1f3c also disable vite-plugin-sveltekit-build 2022-12-09 12:37:13 +01:00
Norbert de Langen
024ea83ad1
Merge pull request #20170 from storybookjs/tech/sync-engines
Tech: change `package.json` engines fields, set to minimal node16 and up
2022-12-09 10:43:41 +01:00
Michael Shilman
4139b43db1 Update git head to 7.0.0-beta.2, update yarn.lock [ci skip] 2022-12-09 12:42:28 +08:00
Michael Shilman
66a0d58818 v7.0.0-beta.2 2022-12-09 12:37:49 +08:00
Ian VanSchooten
d69e18362e
Merge branch 'next' into vite-beta 2022-12-08 21:21:45 -05:00
Jeppe Reinhold
ad2232c26b svelte-vite error on sveltekit instead of warn 2022-12-08 23:19:37 +01:00
Jeppe Reinhold
e97b81f4f2 remove new sveltekit vite plugin 2022-12-08 23:17:16 +01:00
Valentin Palkovic
ee6b0296a3
Merge pull request #20173 from storybookjs/nextjs-image-fix
Update logic around `next/future/image`
2022-12-08 22:43:26 +01:00
Kyle Gach
2ce74f4b1d
Merge pull request #20174 from storybookjs/update-nextjs-readme 2022-12-08 13:57:30 -07:00
Kyle Gach
7b287ec114 Update @storybook/nextjs README
- Add instructions for working around Next 13 components with data fetching
- Updates for accuracy
- Stylistic updates
2022-12-08 13:50:54 -07:00