Norbert de Langen
5d6972902d
try this
2022-06-30 00:48:42 +02:00
Norbert de Langen
3d687c4857
Merge branch 'future/base' into future/pbm/stage0
...
# Conflicts:
# frameworks/html-webpack5/package.json
# frameworks/preact-webpack5/package.json
# frameworks/react-webpack5/package.json
# frameworks/server-webpack5/package.json
# frameworks/svelte-webpack5/package.json
# frameworks/vue-webpack5/package.json
# frameworks/vue3-webpack5/package.json
# frameworks/web-components-webpack5/package.json
# lib/cli/src/versions.ts
# lib/components/package.json
# lib/core-common/package.json
# lib/core-server/package.json
# lib/manager-webpack5/package.json
# lib/ui/package.json
# presets/html-webpack/package.json
# presets/preact-webpack/package.json
# presets/react-webpack/package.json
# presets/server-webpack/package.json
# presets/svelte-webpack/package.json
# presets/vue-webpack/package.json
# presets/vue3-webpack/package.json
# presets/web-components-webpack/package.json
# renderers/html/package.json
# renderers/preact/package.json
# renderers/react/package.json
# renderers/server/package.json
# renderers/svelte/package.json
# renderers/vue/package.json
# renderers/vue3/package.json
# renderers/web-components/package.json
# yarn.lock
2022-06-29 20:37:42 +02:00
Michael Shilman
6b559e831c
Update git head to 7.0.0-alpha.8, update yarn.lock
2022-06-29 23:59:23 +08:00
Michael Shilman
24725501c3
v7.0.0-alpha.8
2022-06-29 23:55:07 +08:00
Norbert de Langen
dd733a7105
Merge branch 'future/base' into future/pbm/stage0
...
# Conflicts:
# frameworks/html-webpack5/package.json
# frameworks/preact-webpack5/package.json
# frameworks/react-webpack5/package.json
# frameworks/server-webpack5/package.json
# frameworks/svelte-webpack5/package.json
# frameworks/vue-webpack5/package.json
# frameworks/vue3-webpack5/package.json
# frameworks/web-components-webpack5/package.json
# lib/cli/src/versions.ts
# lib/components/package.json
# lib/core-common/package.json
# lib/core-server/package.json
# lib/manager-webpack5/package.json
# lib/ui/package.json
# presets/html-webpack/package.json
# presets/preact-webpack/package.json
# presets/react-webpack/package.json
# presets/server-webpack/package.json
# presets/svelte-webpack/package.json
# presets/vue-webpack/package.json
# presets/vue3-webpack/package.json
# presets/web-components-webpack/package.json
# renderers/html/package.json
# renderers/preact/package.json
# renderers/react/package.json
# renderers/server/package.json
# renderers/svelte/package.json
# renderers/vue/package.json
# renderers/vue3/package.json
# renderers/web-components/package.json
# yarn.lock
2022-06-29 14:51:48 +02:00
Michael Shilman
c1aef91bf2
Update git head to 7.0.0-alpha.7, update yarn.lock
2022-06-29 19:33:21 +08:00
Michael Shilman
d334cabd25
v7.0.0-alpha.7
2022-06-29 19:29:39 +08:00
Norbert de Langen
b2b4c2f24d
Merge branch 'future/tsup-libs-1' into future/pbm/stage0
...
# Conflicts:
# lib/core-server/src/build-static.ts
# lib/core-server/src/core-presets.test.ts
2022-06-29 09:58:41 +02:00
Norbert de Langen
83759ea727
Merge branch 'future/base' into future/SB-444
...
# Conflicts:
# docs/snippets/html/button-story-with-args.ts.mdx
2022-06-29 09:56:16 +02:00
Norbert de Langen
8731c24bce
Merge branch 'future/base' into future/tsup-libs-1
...
# Conflicts:
# docs/snippets/html/button-story-with-args.ts.mdx
2022-06-29 09:51:27 +02:00
Norbert de Langen
90bbbda292
Merge branch 'next' into future/update-base-with-next
...
# Conflicts:
# addons/interactions/package.json
# examples/angular-cli/package.json
# examples/official-storybook/package.json
# examples/svelte-kitchen-sink/package.json
# examples/vue-3-cli/package.json
# examples/vue-kitchen-sink/package.json
# examples/web-components-kitchen-sink/package.json
# package.json
# yarn.lock
2022-06-29 08:52:29 +02:00
Kyle Gach
8519d512aa
Merge pull request #18354 from Daraphista/next
...
UI: Fix sidebar a11y by moving aria-expanded attribute to button
2022-06-28 15:19:53 -06:00
Norbert de Langen
5806c1d5dc
small correction
2022-06-27 16:57:01 +02:00
Norbert de Langen
8b1fd164b1
change code to make it work and all that kind of stuff
2022-06-27 16:24:05 +02:00
Norbert de Langen
41ba71bb31
fixes
2022-06-27 15:53:08 +02:00
Norbert de Langen
002602df3d
wip
2022-06-27 14:13:19 +02:00
Norbert de Langen
7aeedfdb9d
wip
2022-06-24 15:51:17 +02:00
Norbert de Langen
5cbe4a2959
ok, so this is step 1, just an option, not final.
...
- We prebundle the entire lib/ui with tsup.
- We tell the manager builder to serve lib/ui/dist as part of staticDirs
- We add the prebundled runtime to the main template as script reference
This works! Webpack builds ONLY the addons, not the manager UI!
But there's a problem... the manager gets react components injected into it.
These react components do not share the same version of react.
That causes the well know: hooks-call problems.
So left to investigate:
- Will this really work? Does bundling lib/ui and everything it needs break nothing?
- How to force a single version of react? (all dependencies normally coming from the manager, really)
2022-06-23 16:43:18 +02:00
Norbert de Langen
685f64fe49
Merge branch 'future/base' into future/SB-444
2022-06-23 09:52:57 +02:00
Norbert de Langen
c0240f8ec5
changes
2022-06-21 18:30:05 +02:00
Michael Shilman
88eab37bb1
Update git head to 7.0.0-alpha.6, update yarn.lock
2022-06-21 23:34:02 +08:00
Michael Shilman
a88dcca40b
v7.0.0-alpha.6
2022-06-21 23:29:32 +08:00
Michael Shilman
7399d641c9
Merge branch 'future/base' into future/docs2-core
2022-06-21 12:17:27 +08:00
Michael Shilman
bbb862e8a7
Update git head to 7.0.0-alpha.5, update yarn.lock
2022-06-20 21:48:14 +08:00
Michael Shilman
3dd4698282
v7.0.0-alpha.5
2022-06-20 21:44:25 +08:00
Michael Shilman
22767df2f5
Update git head to 7.0.0-alpha.4, update yarn.lock
2022-06-19 18:06:54 +08:00
Michael Shilman
006ed54452
v7.0.0-alpha.4
2022-06-19 18:03:16 +08:00
Tom Coleman
238fa5c193
Merge remote-tracking branch 'origin/future/base' into future/docs2-core
2022-06-18 21:00:27 +10:00
Norbert de Langen
b35951d5fc
Merge branch 'future/base' into future/deprecations-removal
...
# Conflicts:
# addons/toolbars/package.json
# lib/core-client/package.json
# yarn.lock
2022-06-17 09:47:46 +02:00
Norbert de Langen
c94b6f9f25
cleanup
2022-06-17 09:45:39 +02:00
Michael Shilman
ab4a16f016
Merge branch 'future/base' into future-hybrid-stories-index
2022-06-17 10:25:07 +08:00
Michael Shilman
db42e93ce3
Update git head to 7.0.0-alpha.3, update yarn.lock
2022-06-17 00:41:17 +08:00
Michael Shilman
629b056190
v7.0.0-alpha.3
2022-06-17 00:37:27 +08:00
Michael Shilman
cc4a40b279
Merge branch 'next' into future/base
2022-06-17 00:12:26 +08:00
Norbert de Langen
8e84f36d0f
cleanup tsconfigs and make things strict if possible
2022-06-16 16:59:06 +02:00
Michael Shilman
11c2a7546d
Merge branch 'future/base' into future-hybrid-stories-index
2022-06-16 18:54:10 +08:00
Norbert de Langen
a844844540
remove regenerator-runtime, where it's no longer used
2022-06-15 16:11:44 +02:00
Norbert de Langen
763eefbb56
Merge branch 'future/base' of github.com:storybookjs/storybook into future/base
2022-06-15 09:32:13 +02:00
Norbert de Langen
bb336bd427
fixes
2022-06-15 09:31:56 +02:00
Michael Shilman
a1c81d1348
Update git head to 7.0.0-alpha.2, update yarn.lock
2022-06-15 09:15:08 +08:00
Michael Shilman
44920e2b6b
v7.0.0-alpha.2
2022-06-15 09:11:32 +08:00
Deen
3858015fb7
fix: display skip to sidebar button
2022-06-14 13:17:40 -05:00
Norbert de Langen
9457013827
Merge branch 'next' into future/base
...
# Conflicts:
# lib/components/package.json
2022-06-14 13:10:11 +02:00
Norbert de Langen
cbc300b69e
fix e2e pnp
2022-06-13 15:14:29 +02:00
joshwooding
4d72da12d8
Move memoizerific and qs to dependencies in ui
2022-06-10 19:48:23 +01:00
Norbert de Langen
e98d43f7d3
Merge branch 'next' into future/base
2022-06-10 13:30:44 +02:00
Norbert de Langen
982a694804
undo deprecations removal (will do this in a separate branch so it can be reviewed
2022-06-10 10:28:06 +02:00
Norbert de Langen
70f5b171ae
'fix' unordered stories in webpack5
2022-06-09 18:03:44 +02:00
Norbert de Langen
aafd3b0e3a
remove polyfills no longer needed
2022-06-09 16:07:01 +02:00
Michael Shilman
f0c2c8483f
Merge branch 'future/base' into future-hybrid-stories-index
2022-06-09 11:10:04 +08:00