36894 Commits

Author SHA1 Message Date
Tom Coleman
58cc5efdb0
Apply suggestions from code review 2021-10-27 08:28:29 +00:00
Tom Coleman
12bc4b4988 Only bother doing the update check if the initial args have changed by ref 2021-10-27 15:50:33 +11:00
Tom Coleman
0a5466a32c Always update initial args when loading a story
And also update the current args with the delta. This means both when we change story (to an HMR-ed story) and when we HMR the current story.
2021-10-27 15:48:39 +11:00
Michael Shilman
842d4793ed
Merge pull request #12167 from tyankatsu0105/docs/add-default-value
docs: add typescript defaults reference
2021-10-26 09:36:27 +08:00
Gert Hengeveld
766164c88b
Merge pull request #16464 from storybookjs/16422-fix-chained-expect
Interactions: Use latest package versions
2021-10-26 00:38:20 +02:00
Gert Hengeveld
8123b37c9f Merge branch 'next' into 16422-fix-chained-expect 2021-10-26 00:37:01 +02:00
Gert Hengeveld
f35a0a7822 Bump testing-library 2021-10-26 00:34:07 +02:00
Michael Shilman
8370b2a1be 6.4.0-beta.20 next.json version file 2021-10-26 03:23:24 +08:00
Michael Shilman
d43cd0a69b Update git head to 6.4.0-beta.20, update yarn.lock 2021-10-26 03:02:31 +08:00
Michael Shilman
1a9315fd39 v6.4.0-beta.20 v6.4.0-beta.20 2021-10-26 02:59:16 +08:00
Michael Shilman
87dad88cad Update root, peer deps, version.ts/json to 6.4.0-beta.20 [ci skip] 2021-10-26 02:48:27 +08:00
Michael Shilman
6634fd9fd7 6.4.0-beta.20 changelog 2021-10-26 02:48:10 +08:00
Michael Shilman
5bd73e2734
Merge pull request #16440 from storybookjs/fix/14619-react-router-upgrade
UI: Migrate router to react-router
2021-10-26 02:42:43 +08:00
Yann Braga
c3254778a4 Merge branch 'next' into fix/14619-react-router-upgrade 2021-10-25 18:10:20 +02:00
Yann Braga
ce5686e823 docs: add reference
Co-authored-by: tyankatsu0105 <frips.ryilsufupe+dev@gmail.com>
2021-10-25 16:32:54 +02:00
Yann Braga
ed9b81a95d Merge branch 'next' into docs/add-default-value 2021-10-25 16:29:32 +02:00
Michael Shilman
49323212de
Merge pull request #16462 from storybookjs/16430-fix-initial-story-interactions
Interactions: Do not cleanup state when loading initial story
2021-10-25 20:20:32 +08:00
Norbert de Langen
680e71753f
fix stories 2021-10-25 12:28:21 +02:00
Gert Hengeveld
8645534547 Fix test 2021-10-24 22:55:15 +02:00
Michael Shilman
c4f8ba2054
Merge pull request #16463 from srmagura/docs-tsconfig-paths
docs: Reference section about TSConfig paths
2021-10-24 15:03:20 +08:00
Gert Hengeveld
6baf90698e Use latest package versions 2021-10-23 23:45:45 +02:00
Gert Hengeveld
741722f231 Do not cleanup state when loading initial story 2021-10-23 23:26:27 +02:00
Sam Magura
ebc326dd82 docs: Reference section about TSConfig paths 2021-10-23 17:08:36 -04:00
Michael Shilman
c68c2aae31
Merge pull request #16454 from storybookjs/fix/addon-interactions-safe-check
Addon-interactions: Add safety check on fileName parameter
2021-10-24 00:08:41 +08:00
Yann Braga
e3fd64821a fix(addon-interactions): add safe check on filename parameter 2021-10-22 19:12:50 +02:00
Norbert de Langen
c04e6ad20d
add a storyId to preview stories 2021-10-22 16:28:30 +02:00
Norbert de Langen
60925de313
no panel in app story 2021-10-22 16:27:24 +02:00
Norbert de Langen
ea0fbfcf2c
fix lockfile 2021-10-22 16:06:22 +02:00
Norbert de Langen
2716baeb63
change the app component story 2021-10-22 15:51:26 +02:00
Michael Shilman
5ba2b8e867
Merge pull request #16448 from storybookjs/fix-preview-web-optional-features
Core: Fix optional global features in PreviewWeb
2021-10-22 21:50:36 +08:00
Michael Shilman
7b8bc510b9 Core: Fix optional global features in PreviewWeb 2021-10-22 21:49:07 +08:00
Norbert de Langen
1c11d3b8b8
do not wrap everything, just the components that need it 2021-10-22 13:00:41 +02:00
Norbert de Langen
2adf602df8
add location provider around stories in official storybook, as that's required in react-router 2021-10-22 12:58:21 +02:00
Norbert de Langen
15c2925f49
Merge branch 'next' into fix/14619-react-router-upgrade
# Conflicts:
#	lib/api/package.json
#	lib/router/package.json
#	yarn.lock
2021-10-22 12:24:49 +02:00
Michael Shilman
9ca6964844 6.4.0-beta.19 next.json version file 2021-10-22 14:38:48 +08:00
Michael Shilman
80bc856728 Update git head to 6.4.0-beta.19, update yarn.lock 2021-10-22 14:36:27 +08:00
Michael Shilman
60b9bd1e51 v6.4.0-beta.19 v6.4.0-beta.19 2021-10-22 14:33:26 +08:00
Michael Shilman
d14e00e6ff Update root, peer deps, version.ts/json to 6.4.0-beta.19 [ci skip] 2021-10-22 14:00:38 +08:00
Michael Shilman
2c8aa35b0a 6.4.0-beta.19 changelog 2021-10-22 14:00:16 +08:00
Michael Shilman
d42f89a9d4
Merge pull request #16445 from storybookjs/16237-fix-windows-story-index
Core: Fix some slashes for windows
2021-10-22 13:42:33 +08:00
Michael Shilman
0d0ee758ec
Merge pull request #16443 from seuros/storybooktsref
Core: Add typing for StorybookConfig.refs
2021-10-22 13:35:28 +08:00
Michael Shilman
5532cb5b64 Fix bad merge 2021-10-22 13:16:52 +08:00
Michael Shilman
25b0542042
Update lib/core-common/src/types.ts 2021-10-22 13:12:08 +08:00
Michael Shilman
c8c00340a5
Merge branch 'next' into 16237-fix-windows-story-index 2021-10-22 11:55:43 +08:00
Abdelkader Boudih
ed4a30f4d4
chore: Add typing for StorybookConfig.refs 2021-10-21 20:51:43 +01:00
Norbert de Langen
007a7d1d2f
fix tests 2021-10-21 18:00:55 +02:00
Norbert de Langen
5406ce2f36
cleanup 2021-10-21 16:30:50 +02:00
Norbert de Langen
b582c4fabb
fix test 2021-10-21 16:25:50 +02:00
Norbert de Langen
192e5554f9
Merge branch 'next' into fix/14619-react-router-upgrade
# Conflicts:
#	lib/api/package.json
#	lib/router/package.json
#	yarn.lock
2021-10-21 16:13:15 +02:00
Norbert de Langen
5f0dce2545
migrate router to react-router 2021-10-21 15:57:44 +02:00