jonniebigodes
|
42cc198aff
|
Interactions polish and linking
|
2021-11-26 23:25:14 +00:00 |
|
Michael Shilman
|
33ec5be5ba
|
Merge pull request #16800 from maxime-aknin/patch-1
fix: correct story name override hint
|
2021-11-27 02:06:15 +08:00 |
|
Kyle Gach
|
e58448d585
|
Merge pull request #16801 from storybookjs/fix-handle-release-branches-workflow
Fix `handle-release-branches` workflow
|
2021-11-26 09:49:00 -07:00 |
|
Kyle Gach
|
3250f9b414
|
Fix handle-release-branches workflow
- Grab "next" version from `/package.json` instead of `/docs/versions/next.json`
|
2021-11-26 10:43:31 -06:00 |
|
Michael Shilman
|
14c56e57a7
|
6.5 placeholder for prerelease docs
|
2021-11-27 00:29:32 +08:00 |
|
Michael Shilman
|
5ffb036444
|
6.4.0 changelog
|
2021-11-27 00:29:01 +08:00 |
|
Maxime Aknin
|
4af827cf6e
|
fix: correct story name override hint
`storyName` should be used to override a story's name. The `name` property is readonly and trying to override it fails.
|
2021-11-26 17:07:30 +01:00 |
|
Michael Shilman
|
b88d2d92da
|
6.4.0-rc.11 next.json version file
|
2021-11-26 17:33:02 +08:00 |
|
Michael Shilman
|
2d78019246
|
Update git head to 6.4.0-rc.11, update yarn.lock
|
2021-11-26 17:29:26 +08:00 |
|
Michael Shilman
|
77eb43c5f0
|
v6.4.0-rc.11
v6.4.0-rc.11
|
2021-11-26 17:24:13 +08:00 |
|
Michael Shilman
|
ca91e7770b
|
Update root, peer deps, version.ts/json to 6.4.0-rc.11 [ci skip]
|
2021-11-26 17:11:04 +08:00 |
|
Michael Shilman
|
52ed4b0c24
|
6.4.0-rc.11 changelog
|
2021-11-26 17:10:53 +08:00 |
|
Michael Shilman
|
4f23295569
|
Merge pull request #16795 from SebastienGllmt/patch-1
Core: Fix breaking change in process/browser
|
2021-11-26 17:08:52 +08:00 |
|
Sebastien Guillemot
|
d443c73ba3
|
Fix breaking changing process/browser
|
2021-11-26 17:38:24 +09:00 |
|
Michael Shilman
|
16678e0538
|
6.4.0-rc.10 next.json version file
|
2021-11-26 15:38:13 +08:00 |
|
Michael Shilman
|
0e8f1c245e
|
Update git head to 6.4.0-rc.10, update yarn.lock
|
2021-11-26 15:34:29 +08:00 |
|
Michael Shilman
|
5ae60fc639
|
v6.4.0-rc.10
v6.4.0-rc.10
|
2021-11-26 15:29:38 +08:00 |
|
Michael Shilman
|
135ca9338f
|
Update root, peer deps, version.ts/json to 6.4.0-rc.10 [ci skip]
|
2021-11-26 15:20:44 +08:00 |
|
Michael Shilman
|
a89d8e9b1a
|
6.4.0-rc.10 changelog
|
2021-11-26 15:20:32 +08:00 |
|
Michael Shilman
|
68c4086691
|
Merge pull request #16791 from storybookjs/16756-argTypes-storiesOf
Core: Allow args/argTypes/component to be set via parameters for storiesOf back-compat
|
2021-11-26 15:19:43 +08:00 |
|
Michael Shilman
|
0a031814e1
|
Merge pull request #16788 from storybookjs/16767-sort-stories-index
Core: Sort the results of `globby` when constructing Story Index
|
2021-11-26 15:14:17 +08:00 |
|
Michael Shilman
|
8b4b8fc6d1
|
Merge pull request #16783 from storybookjs/remove-missing-console-error
Core: Don't log a console error when the story is missing
|
2021-11-26 15:07:36 +08:00 |
|
Michael Shilman
|
465a4be063
|
Merge branch 'next' into 16756-argTypes-storiesOf
|
2021-11-26 15:01:29 +08:00 |
|
Michael Shilman
|
1799997682
|
Merge pull request #16792 from storybookjs/16745-fix-docs-story-rendered
Addon-docs: Wait for the story component to render before emitting
|
2021-11-26 14:59:52 +08:00 |
|
Michael Shilman
|
38aadfcacc
|
Merge pull request #16790 from storybookjs/16743-argTypeTargets-no-args
Core: Ensure that `context.args` is always set
|
2021-11-26 14:11:40 +08:00 |
|
Tom Coleman
|
068ee391a2
|
Fix typo
|
2021-11-26 16:17:55 +11:00 |
|
Tom Coleman
|
809b59efd8
|
Remove console log
|
2021-11-26 16:17:09 +11:00 |
|
Tom Coleman
|
163633406d
|
Wait for the story component to render before emitting
|
2021-11-26 16:12:05 +11:00 |
|
Tom Coleman
|
7e89d72eb4
|
Pass args/argTypes and component through parameters
|
2021-11-26 14:08:33 +11:00 |
|
Tom Coleman
|
044f731a72
|
Update snapshot
|
2021-11-26 13:56:57 +11:00 |
|
Michael Shilman
|
c5fab7fef6
|
6.4.0-rc.9 next.json version file
|
2021-11-26 10:56:32 +08:00 |
|
Michael Shilman
|
7bc7c0c880
|
Update git head to 6.4.0-rc.9, update yarn.lock
|
2021-11-26 10:53:45 +08:00 |
|
Tom Coleman
|
35d0096a77
|
Ensure that context.args is always set.
|
2021-11-26 13:53:20 +11:00 |
|
Michael Shilman
|
d5236ddaaf
|
v6.4.0-rc.9
v6.4.0-rc.9
|
2021-11-26 10:48:56 +08:00 |
|
Michael Shilman
|
f1e474ab9e
|
Update root, peer deps, version.ts/json to 6.4.0-rc.9 [ci skip]
|
2021-11-26 10:39:35 +08:00 |
|
Michael Shilman
|
a881a4ae96
|
6.4.0-rc.9 changelog
|
2021-11-26 10:39:13 +08:00 |
|
Michael Shilman
|
ba37d22b3d
|
Merge pull request #16675 from storybookjs/angular/add-builder-styles
Angular: Add styles and stylePreprocessorOptions to angular builder
|
2021-11-26 10:36:14 +08:00 |
|
Michael Shilman
|
3beb736fef
|
Fix deepscan
|
2021-11-26 10:34:39 +08:00 |
|
Tom Coleman
|
14c30cfd35
|
Sort globbed files for consistent ordering.
For https://github.com/storybookjs/storybook/issues/16767
Apparently globby's order is non deterministic: https://github.com/sindresorhus/globby/issues/131
I wasn't able to reproduce in our tests but definitely saw the behaviour in the issue.
|
2021-11-26 10:31:03 +11:00 |
|
Tom Coleman
|
95b9763338
|
Add a test for more deeply nested things
|
2021-11-26 10:29:51 +11:00 |
|
Gert Hengeveld
|
1dde26d262
|
Merge pull request #16784 from storybookjs/debugger-controls
Interactions: Unlock controls when play function is finished
|
2021-11-25 15:39:45 +01:00 |
|
Thibaud Av
|
f36150d30b
|
Merge branch 'next' into angular/add-builder-styles
|
2021-11-25 13:24:20 +01:00 |
|
Thibaud Av
|
645c11a923
|
fix(angular): remove styles and stylePreprocessorOptions if is not defined in builder config
|
2021-11-25 13:24:03 +01:00 |
|
Michael Shilman
|
69e9742c1f
|
Merge pull request #16780 from storybookjs/tech/15336-cleanup-webpack-types
Misc: Cleanup typescript webpack types
|
2021-11-25 19:33:31 +08:00 |
|
Michael Shilman
|
78568156f6
|
6.4.0-rc.8 next.json version file
|
2021-11-25 17:39:54 +08:00 |
|
Michael Shilman
|
944e4bc897
|
Update git head to 6.4.0-rc.8, update yarn.lock
|
2021-11-25 17:36:30 +08:00 |
|
Michael Shilman
|
0be6dde43b
|
v6.4.0-rc.8
v6.4.0-rc.8
|
2021-11-25 17:31:04 +08:00 |
|
Gert Hengeveld
|
e02b8907fa
|
Unlock controls when play function is finished
|
2021-11-25 10:24:51 +01:00 |
|
Michael Shilman
|
77ec3e607f
|
Update root, peer deps, version.ts/json to 6.4.0-rc.8 [ci skip]
|
2021-11-25 17:16:56 +08:00 |
|
Michael Shilman
|
ffb01ccdac
|
6.4.0-rc.8 changelog
|
2021-11-25 17:16:46 +08:00 |
|