236 Commits

Author SHA1 Message Date
Michael Shilman
2aa4912552 Update git head to 7.0.0-beta.23, update yarn.lock [ci skip] 2023-01-10 23:42:36 +08:00
Michael Shilman
540859f1e7 v7.0.0-beta.23 2023-01-10 23:36:08 +08:00
Michael Shilman
c78afe1ffc Update git head to 7.0.0-beta.22, update yarn.lock [ci skip] 2023-01-10 23:32:01 +08:00
Michael Shilman
3b05d5a407 v7.0.0-beta.22 2023-01-10 23:31:45 +08:00
Michael Shilman
42697c3fc4 Update git head to 7.0.0-beta.21, update yarn.lock [ci skip] 2023-01-09 09:19:08 +08:00
Michael Shilman
fb45d85484 v7.0.0-beta.21 2023-01-09 09:14:56 +08:00
Michael Shilman
b1fbbeed6f Update git head to 7.0.0-beta.20, update yarn.lock [ci skip] 2023-01-06 20:14:37 +08:00
Michael Shilman
22701aedf5 v7.0.0-beta.20 2023-01-06 20:09:53 +08:00
Michael Shilman
7822167dcf Update git head to 7.0.0-beta.19, update yarn.lock [ci skip] 2023-01-01 18:20:28 +08:00
Michael Shilman
da902f312e v7.0.0-beta.19 2023-01-01 18:16:24 +08:00
Michael Shilman
5eed2f78e6 Update git head to 7.0.0-beta.18, update yarn.lock [ci skip] 2023-01-01 18:07:50 +08:00
Michael Shilman
fd0c69d276 v7.0.0-beta.18 2023-01-01 18:02:45 +08:00
Ian VanSchooten
b8aa8fe0bc Remove unneeded eslint ignores 2022-12-30 14:41:04 -05:00
Valentin Palkovic
8aa8ea77a4
Merge pull request #20436 from storybookjs/valentin/add-next-head-support
Add next/head support
2022-12-30 16:32:02 +01:00
Michael Shilman
73940547cb Update git head to 7.0.0-beta.17, update yarn.lock [ci skip] 2022-12-30 21:27:19 +08:00
Michael Shilman
6559b41962 v7.0.0-beta.17 2022-12-30 21:21:17 +08:00
Valentin Palkovic
8a9e83660f Add next/head support 2022-12-30 13:59:42 +01:00
Michael Shilman
10dcd2a706 Update git head to 7.0.0-beta.16, update yarn.lock [ci skip] 2022-12-29 00:27:09 +08:00
Michael Shilman
7ca5d329ef v7.0.0-beta.16 2022-12-29 00:21:05 +08:00
Michael Shilman
cb8b20dd64 NextJS: Fix unnecessary addon-actions dev dep 2022-12-28 23:46:52 +08:00
Michael Shilman
9375edf43a Update git head to 7.0.0-beta.15, update yarn.lock [ci skip] 2022-12-24 13:00:41 +08:00
Michael Shilman
ed794f9d13 v7.0.0-beta.15 2022-12-24 12:56:25 +08:00
Norbert de Langen
57b14d45bb
Merge branch 'next' into tech/tsup-core-server-v2 2022-12-24 00:29:38 +01:00
Norbert de Langen
169ec46b0c
Merge branch 'next' into fix/manager-entry-with-exports 2022-12-23 15:44:44 +01:00
Michael Shilman
d4beeb98c5 Update git head to 7.0.0-beta.14, update yarn.lock [ci skip] 2022-12-23 20:06:52 +08:00
Michael Shilman
c3b2e8fe25 v7.0.0-beta.14 2022-12-23 20:01:28 +08:00
Tom Coleman
427ec4433d Rename docsPage to autodocs
And change semantics: `docsPage:true` = `autodocs: 'tag'` and `docsPage: 'automatic'` = `autodocs: true`.
2022-12-21 21:49:57 +11:00
Norbert de Langen
57ead1064d
Merge branch 'next' into tech/tsup-core-server-v2 2022-12-20 23:14:10 +01:00
Michael Shilman
8f8f30785b Update git head to 7.0.0-beta.13, update yarn.lock [ci skip] 2022-12-20 21:34:12 +08:00
Michael Shilman
ddf86bd126 v7.0.0-beta.13 2022-12-20 21:28:05 +08:00
Norbert de Langen
03d08f923d
Merge branch 'next' into tech/tsup-core-server-v2 2022-12-20 13:24:13 +01:00
Yann Braga
57febc0e49 Merge branch 'next' into valentin/next-font 2022-12-20 09:45:05 +01:00
Michael Shilman
33ebd2d351 NextJS: Move addon-actions to regular dep 2022-12-20 10:00:08 +08:00
Michael Shilman
5ae1fa99c6 Merge branch 'next' into pr/20324 2022-12-20 09:18:06 +08:00
Valentin Palkovic
995f7a6a9e Support ExportNamedDeclaration case 2022-12-19 21:31:17 +01:00
Valentin Palkovic
053790d0a3
Update code/frameworks/nextjs/package.json 2022-12-19 16:33:20 +01:00
Valentin Palkovic
72acc54e15 Support useSelectedLayoutSegment and useSelectedLayoutSegments in Next.js 2022-12-19 16:09:16 +01:00
Valentin Palkovic
b782c952a4 Edit Next.js Readme to clear local font usage 2022-12-19 14:59:13 +01:00
Valentin Palkovic
ffd2896add Fix linting 2022-12-19 14:59:13 +01:00
Valentin Palkovic
98320a7b00 Fix tsc issues 2022-12-19 14:59:13 +01:00
Valentin Palkovic
5c2b48506c Remove unused plugin 2022-12-19 14:59:13 +01:00
Valentin Palkovic
7226d0f057 Fix tests 2022-12-19 14:59:13 +01:00
Valentin Palkovic
3501417c56 Update Next.js Readme 2022-12-19 14:59:13 +01:00
Valentin Palkovic
87a2e9d5a1 Add @next/font Storybook loader 2022-12-19 14:59:13 +01:00
Valentin Palkovic
b7a7697b41 Transform @next/font imports via babel and prepare them for webpack loader 2022-12-19 14:59:13 +01:00
Edoardo Sandon
99f3b30057 fix: update addon-actions peerdependency in nextjs package.json 2022-12-19 12:30:47 +01:00
Michael Shilman
66df2d8afe Update git head to 7.0.0-beta.12, update yarn.lock [ci skip] 2022-12-16 23:33:11 +08:00
Michael Shilman
dd52c7e885 v7.0.0-beta.12 2022-12-16 23:27:05 +08:00
Michael Shilman
4f24d51dd5 Update git head to 7.0.0-beta.11, update yarn.lock [ci skip] 2022-12-16 22:34:26 +08:00
Michael Shilman
f488007ad9 v7.0.0-beta.11 2022-12-16 22:28:31 +08:00