Tom Coleman
95f713e849
Add addParameterEnhancer export to client api
2020-02-18 17:22:28 +11:00
Tom Coleman
1f0de2670e
Implemented parameters.passArgsFirst
2020-02-18 17:09:04 +11:00
Tom Coleman
b386f301ca
Add parameterEnhancers
2020-02-18 16:35:22 +11:00
Tom Coleman
060f0d6263
Initialize arg values based on parameters.argTypes
2020-02-18 15:54:14 +11:00
Tom Coleman
cc41e48734
Change story state => story args
2020-02-18 15:40:43 +11:00
Tom Coleman
d2a7e63983
Ensure the story re-renders when the state changes
2020-02-18 15:06:17 +11:00
Tom Coleman
208b4462a9
Ensure that the state is passed to the story function
2020-02-18 15:05:50 +11:00
Tom Coleman
a784aa1b9b
Listen to CHANGE_STORY_STATE
and change it in the store
2020-02-18 15:02:54 +11:00
Tom Coleman
8b08dc2080
Add STORY_STATE_CHANGED event
2020-02-18 15:02:33 +11:00
Tom Coleman
90adc9e373
Add very basic story state
2020-02-18 15:01:42 +11:00
Tom Coleman
b981877e78
Remove runtime parameters
2020-02-18 12:57:50 +11:00
Tom Coleman
35639aa4fb
Remove option to control merged fields on parameters.
...
Always merge to arbitrary depth.
2020-02-17 16:37:39 +11:00
Tom Coleman
b8f36d974f
Fix up client_api tests
2020-02-17 12:14:27 +11:00
Tom Coleman
7b6e9365d7
Add some basic tests of new story_store behaviour
2020-02-17 12:11:33 +11:00
Tom Coleman
3a54cd3114
Bring global/local metadata into the story store
...
Bring this handling all into one place and make it easier to understand what is going on. Still needs tests and to resolve some loose ends.
2020-02-17 11:40:30 +11:00
Tom Coleman
69e6f8cdd9
Don't use Object.assign
2020-02-12 09:59:02 +11:00
Tom Coleman
f94ae07269
Remove redundant stuff from story_store
2020-02-12 09:56:37 +11:00
Tom Coleman
3d512f7e87
Reproduce old behaviour
2020-02-11 16:31:53 +11:00
Tom Coleman
2357bca92b
Clean up Story Store and remove legacy data
...
Fixes #9507
2020-02-11 16:21:26 +11:00
Norbert de Langen
9ac9da64cd
Merge branch 'next' into next-6.0.0
...
# Conflicts:
# addons/cssresources/package.json
# examples/dev-kits/package.json
# examples/rax-kitchen-sink/package.json
2020-01-20 09:06:35 +01:00
Michael Shilman
a6c2a85183
Core: Fix legacy story URLs
2020-01-20 12:34:18 +08:00
Michael Shilman
77364bec0e
Core: Fix default sorting of docs-only stories
2020-01-17 12:26:59 +08:00
Michael Shilman
3716f17413
Core: Fix default story sort
2020-01-16 11:54:02 +08:00
Norbert de Langen
f318220458
Merge branch 'next' into next-6.0.0
...
# Conflicts:
# addons/cssresources/package.json
# examples/dev-kits/package.json
# examples/rax-kitchen-sink/package.json
2020-01-15 18:00:25 +01:00
Michael Shilman
8bfd191b49
Improve comment
2020-01-14 16:31:39 +08:00
Michael Shilman
f098e4c3b0
Core: Preserve kind load order on HMR when no sortFn is provided
2020-01-14 14:09:08 +08:00
JohnAlbin
9ef9e55ad1
Add alphabetical and easy-to-use custom sorting options to storySort parameter. #9185
2019-12-19 23:36:07 +08:00
Tom Coleman
6e483543af
Fix sync init render code + add test
2019-12-16 13:40:48 +11:00
Norbert de Langen
4a54facf7e
Revert "CLEANUP"
...
This reverts commit 87706bf044b08ad5f0d863e09decfea54a9bb91f.
2019-12-13 13:46:22 +01:00
Norbert de Langen
87706bf044
CLEANUP
2019-12-12 12:30:36 +01:00
Norbert de Langen
1f6f9bd030
CHANGE code to be more obvious what the goal is
...
try to render sync, if fails, render async
2019-12-09 12:25:46 +01:00
Norbert de Langen
d1c6696eff
render sync if possible
2019-12-06 21:23:21 +01:00
Tom Coleman
ee614e806a
Use the stable
package to ensure story sorting is stable.
...
Fixes #8792
2019-11-12 10:33:15 +11:00
Michael Shilman
0dc14c33df
Docs: Removed condescending language ( #8404 )
...
Docs: Removed condescending language
2019-10-14 11:50:29 +08:00
Hypnosphi
5d141d3893
Clean preview hooks when removing a story
2019-10-13 19:20:52 +02:00
Carolyn Stransky
7e37a123a3
Removed instances of just, easily
2019-10-12 17:32:44 +02:00
Yann Pringault
44d8c8d153
Fix typo in duplicated story warning
2019-10-08 16:00:50 +02:00
Norbert de Langen
831dc9f2a4
storybook extract method doesn't care about hooks, now they don't need to be serialized & parsed over the channel
2019-10-01 15:46:30 +02:00
Norbert de Langen
27210146d6
CHANGE common-tags stripIndents to dedent, which is a lot smarter about removing indentation from code samples
...
Removes the need for formatter in syntaxhighlighter
2019-09-27 15:02:31 +02:00
Hypnosphi
e0748b23d2
Pass a separate hooks context per story
2019-08-24 19:13:22 +02:00
Michael Shilman
4301f4a43a
story_store: Rename story filter => options
2019-08-09 18:19:03 +08:00
Michael Shilman
8bd924db2a
Addon-docs: Filter out docs-only stories from story_store.raw/extract by default
2019-08-09 18:08:03 +08:00
Michael Shilman
53daa989d3
FIX: stories not updating after delete
2019-07-22 13:59:28 +08:00
Norbert de Langen
06c57aec43
FIX types of client-api & storystore
...
the function to merge all decorators & storyFn has been changed to no longer mutate
the storyFn called from within decorators must be called with a StoryContext
add a story for vue to test the behaviour
2019-07-08 15:07:20 +02:00
Norbert de Langen
c008552ebf
REMOVED unused import (type)
2019-07-07 23:59:33 +02:00
Norbert de Langen
5177510e01
FIX docs-mode by using storyFn instead of getDecorated
2019-07-07 23:44:34 +02:00
Norbert de Langen
74e48c5e09
FIX minor issues after client-api TS migration merge
2019-07-06 15:40:45 +02:00
Norbert de Langen
81848a9f12
Merge branch 'next' into ts-migration/client-api
...
# Conflicts:
# addons/ondevice-backgrounds/src/BackgroundPanel.js
# lib/client-api/package.json
# lib/client-api/src/story_store.ts
2019-07-06 14:32:53 +02:00
Norbert de Langen
bcf18cc95c
FIX types
2019-07-02 02:09:43 +02:00
Jessica-Koch
00520181ce
add some dependencies
2019-07-01 00:34:16 -07:00