6177 Commits

Author SHA1 Message Date
Alen Ajam
afd96e736a test(addon-controls.spec.ts): check that options which value contain double spaces work 2023-05-01 19:47:07 +02:00
Alen Ajam
41dd534a5f fix(basics.stories.ts): fixed select and multiselect controls, added double space option 2023-05-01 19:46:45 +02:00
Alen Ajam
21916797bc fix(Select.tsx): added value prop to select and multiselect 2023-05-01 19:46:20 +02:00
Norbert de Langen
7a461f3e45
Merge pull request #22186 from storybookjs/norbert/fix-22167
Migrate: skip the automigration for gf markdown when user isn't using mdx
2023-05-01 17:32:55 +02:00
Valentin Palkovic
db0eee7142
Merge pull request #22258 from gitstart/fix/addon-panel-update
fix : Addon panel does not update after disabling/enabling an addon
2023-05-01 17:28:23 +02:00
Jen Chan
ef5206b51e fix(getStorySortParameters.ts): in getStorySortParameter, decl.init must be defined 2023-05-01 10:52:12 -04:00
Jen Chan
13793a323d fix(babelParse.ts): in mergedParserOptions, return empty array as Symbol.iterator() value if parserOptions.plugins is undefined 2023-05-01 10:52:12 -04:00
Jen Chan
3dd2173837 fix(ConfigFile.ts): in appendValueToArray, only allow appendNodeToArray(path, node) if node is defined 2023-05-01 10:52:12 -04:00
Jen Chan
9d3466f532 build(tsconfig.json): set @storybook/csf-tools compilerOptions.strict to true 2023-05-01 10:52:12 -04:00
Kasper Peulen
51f7cd7423
Merge pull request #22309 from usrrname/22176-web-components-vite-strict-ts
Build: Migrate `@storybook/web-components-vite` to strict TS
2023-05-01 16:32:23 +02:00
Kasper Peulen
e6f33bc06e
Merge pull request #22293 from usrrname/feat/22176-html-vite-strict-ts
Build: Migrate `@storybook/html-vite` to strict TS
2023-05-01 16:32:12 +02:00
Kasper Peulen
e0ebfa3a19
Merge pull request #22320 from kyletsang/vue-webpack-preset-ts
Build: Migrate @storybook/preset-vue-webpack to strict TS
2023-05-01 16:31:57 +02:00
Michael Shilman
4a1fa3d716
Merge pull request #22238 from storybookjs/chore/fix-sandboxes-branch
Build: Use `next` branch for sandbox and repro commands
2023-05-01 22:17:57 +08:00
Jeppe Reinhold
82d7371b40
Merge branch 'next' into fix/addon-panel-update 2023-05-01 16:14:08 +02:00
Kasper Peulen
20222c9fde
Merge branch 'next' into vue-webpack-preset-ts 2023-05-01 16:09:47 +02:00
Kasper Peulen
98b1252661
Merge branch 'next' into 22176-web-components-vite-strict-ts 2023-05-01 16:07:51 +02:00
Kasper Peulen
b541782e24
Merge branch 'next' into feat/22176-html-vite-strict-ts 2023-05-01 16:06:36 +02:00
Kasper Peulen
71024ff660
Merge pull request #22200 from kuriacka/kuriacka/strict-ts-postinstall-and-router
Build: Migrate @storybook/postinstall and @storybook/router to strict TS
2023-05-01 14:28:19 +02:00
Kasper Peulen
04613b151a
Merge branch 'next' into feat/22176-html-vite-strict-ts 2023-05-01 14:21:53 +02:00
Norbert de Langen
434044b9af
Merge branch 'next' into norbert/fix-22167 2023-05-01 13:17:50 +02:00
Yann Braga
d9bf860571
Merge pull request #22101 from joeycozza/fixingGithubUrls
Maintenance: Fix url for all packages in package.json
2023-05-01 12:25:24 +02:00
Norbert de Langen
b0b7b53a69
Merge branch 'next' into norbert/fix-22167 2023-05-01 11:51:05 +02:00
Norbert de Langen
6bb9363065
Merge pull request #22261 from storybookjs/norbert/fix-21820-second-edition
fix bad typings file caused by https://github.com/egoist/tsup/issues/782
2023-05-01 11:49:42 +02:00
Norbert de Langen
eec03a12ba
Merge pull request #22050 from storybookjs/norbert/type-improvement-docs
make typings on Docs component better
2023-05-01 10:20:02 +02:00
Tom Coleman
d4e0b676e3
Merge pull request #22135 from storybookjs/tom/22099-fix-conditional-context
Core: Move `prepareContext` into `store.getStoryContext()`
2023-05-01 09:41:11 +10:00
Jen Chan
0ca6020374 lint(tsconfig.json): update compilerOptions.strict from false => true 2023-04-30 12:10:37 -04:00
Jen Chan
44e6239251 lint(tsconfig.json): [#22176] change compilerOptions.strict from false => true 2023-04-30 10:46:53 -04:00
Michael Shilman
e44c627105 Merge branch 'next' of github.com:storybookjs/storybook into next 2023-04-30 20:18:03 +08:00
kyletsang
e7e51b0c3e Build: Migrate @storybook/preset-vue-webpack to strict TS 2023-04-28 23:37:09 -07:00
Valentin Palkovic
f6a07d48db
Merge branch 'next' into valentin/remove-flaky-test 2023-04-28 17:00:15 +02:00
Norbert de Langen
73812b43b0
Merge branch 'next' into norbert/type-improvement-docs 2023-04-28 16:59:41 +02:00
Valentin Palkovic
5faa582279 Comment out flaky test 2023-04-28 16:59:33 +02:00
Michael Shilman
2059337f92 Update git head to 7.1.0-alpha.11, update yarn.lock [ci skip] 2023-04-28 22:56:29 +08:00
Michael Shilman
0797ab602b v7.1.0-alpha.11 2023-04-28 22:54:28 +08:00
Norbert de Langen
b1b74eb9cf
Merge branch 'next' into norbert/fix-22167 2023-04-28 16:53:39 +02:00
Michael Shilman
5a7524db53 Update root, peer deps, version.ts/json to 7.1.0-alpha.11 [ci skip] 2023-04-28 22:47:36 +08:00
Kasper Peulen
7b927345d6
Merge branch 'next' into kasper/vue3-reactivity-v6-compatible 2023-04-28 16:07:32 +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
Norbert de Langen
db9704bd74
Merge branch 'next' into norbert/fix-21820-second-edition 2023-04-28 15:41:31 +02:00
Kasper Peulen
77743b1029 Remove createOrUpdateSlots as it is not needed anymore 2023-04-28 15:04:14 +02:00
Norbert de Langen
fbde656fb5
Merge pull request #22171 from NotWoods/glob-10
Update glob to v10.0.0
2023-04-28 14:57:43 +02:00
Norbert de Langen
3fcad85e12
Merge branch 'next' into norbert/fix-21820-second-edition 2023-04-28 14:56:51 +02:00
Norbert de Langen
4eab3d5856
Merge branch 'next' into glob-10 2023-04-28 14:27:22 +02:00
Valentin Palkovic
8789d3feeb Rename angular sandbox 2023-04-28 14:18:29 +02:00
Valentin Palkovic
6e31b9403c Update angular dependencies to 16.0.0-rc.3 2023-04-28 13:52:23 +02:00
Valentin Palkovic
ca5abbaaf3 Rename sandbox 2023-04-28 13:38:18 +02:00
Valentin Palkovic
3ac0c0b9f8 Add support for aliasing via object expression 2023-04-28 12:15:17 +02:00
Yann Braga
8855f1428f filter mainFields for angular16 2023-04-28 12:15:17 +02:00
Yann Braga
fd5bb1ae22 remove unnecessary sandbox modifications 2023-04-28 12:15:17 +02:00