62 Commits

Author SHA1 Message Date
Michael Shilman
6a0002b29e Small fixes 2020-10-07 13:35:53 +08:00
Michael Shilman
c1ff295246 Merge branch 'next' into 10009-poc-async-loaders 2020-10-07 12:23:34 +08:00
Tom Coleman
a0d243e617 POC of loaders 2020-06-02 13:42:24 +10:00
Tom Coleman
4807d54ca8 Get rid of store revision and just use a reference equality check instead. 2020-05-25 17:01:24 +10:00
Michael Shilman
94cf165466 Core: Args enhancer => ArgTypesEnhancer 2020-04-13 12:06:10 +08:00
Michael Shilman
1c6262a4a0 Rename ParameterEnhancer to ArgsEnhancer 2020-04-13 08:33:36 +08:00
Norbert de Langen
341fc2d90d
FIX linting 2020-03-27 20:04:50 +01:00
Tom Coleman
6c5b216be9 Merge remote-tracking branch 'origin/next' into feature/args 2020-03-02 17:42:51 +11:00
Tom Coleman
b9af9f672b Change ClientAPI HMR code to not call startConfiguring 2020-03-02 16:25:01 +11:00
Tom Coleman
4e7269ee93 Fixed client_api tests 2020-02-28 16:28:16 +11:00
Tom Coleman
cd89d722ad Merge remote-tracking branch 'origin/next' into feature/args 2020-02-27 13:54:07 +11:00
Tom Coleman
c4a8c869a0 First part of refactor -- pull StoryRenderer out of start.js 2020-02-20 21:41:03 +11:00
Tom Coleman
5b56f443ee
Merge branch 'next' into refactor-client-api 2020-02-20 11:53:20 +11:00
Tom Coleman
95f713e849 Add addParameterEnhancer export to client api 2020-02-18 17:22:28 +11:00
Tom Coleman
884b865779 Allow importing addParameters/Decorators from client-api after all 2020-02-18 17:21:41 +11:00
Tom Coleman
4135503de5 Allow importing addParameters/Decorators from client-api after all 2020-02-18 17:16:45 +11:00
Tom Coleman
be5ef39135 Fix type signature for .add() 2020-02-18 16:33:46 +11:00
Tom Coleman
0dd3937388 Fix type problem with add() 2020-02-18 15:21:49 +11:00
Tom Coleman
93ad5e5821 Throw from global addDecorator etc 2020-02-18 13:22:17 +11:00
Tom Coleman
40190580a6 Describe changes in MIGRATION.md 2020-02-18 13:14:32 +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
Gytis Vinclovas
9df7afce00
Update client_api.ts 2020-02-16 18:39:06 +02:00
Gytis Vinclovas
7753bfac80 updated config name, added comment, fixed tests 2020-02-16 09:29:32 +02:00
Gytis Vinclovas
23da639ffc added ability to skip dispose call in clientApi 2020-02-16 00:30:47 +02: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
dcbbdbb778
I think this is all deprecated & should be removed 2019-12-23 17:08:53 +01:00
Michael Shilman
b436339376 Refactor router utils into CSF library 2019-12-09 12:16:01 +08:00
Michael Shilman
45a9d462dc Merge branch 'next' into 8793-deprecate-hierarchy-separators 2019-11-14 15:23:09 +08:00
Michael Shilman
7b4a6c2577 Clean up parameter handling 2019-11-14 11:01:40 +08:00
Tom Coleman
6c6138d88e Remove unused import 2019-11-12 16:24:17 +11:00
Tom Coleman
8c13c4b6bf Update ClientApi.getSeparators w/ new logic 2019-11-12 16:23:57 +11:00
Tom Coleman
db9f277b4b Create a showRoots option and drive behaviour with it. 2019-11-12 12:43:33 +11:00
Michael Shilman
63c539b9e1 CSF: Deprecate displayName parameter 2019-11-09 23:18:37 +08:00
Michael Shilman
c0a5c3f884 Core: Revert addDecorator framework arg; use param.framework instead 2019-10-27 18:43:02 +08:00
Michael Shilman
85637aa9d5 Addon-docs: Clean up config using global addParameters 2019-10-26 16:46:19 +08:00
Michael Shilman
56a04729ce Client-API: Add framework argument to global addDecorator 2019-10-26 13:44:40 +08:00
Michael Shilman
f0138494d1 Core: Global addDecorator/addParameters in client-api 2019-10-26 11:45:59 +08:00
Michael Shilman
945e1c9ea0
CSF: Warn when CSF and storiesOf mixed in one file (#8411)
CSF: Warn when CSF and `storiesOf` mixed in one file
2019-10-14 15:30:50 +08:00
Michael Shilman
bf1123baef CSF: Forbid mixing CSF and storiesOf calls in one file 2019-10-14 11:34:35 +08:00
Carolyn Stransky
c426715d0a Removed instances of simply 2019-10-12 17:04:33 +02:00
Norbert de Langen
28fed37f0d ESlint upgrade 2019-10-03 11:08:40 +02:00
Michael Shilman
8f89fbed39 CSF: Refactor to stabilize export to storyName transform 2019-08-29 10:25:48 +08:00
Michael Shilman
9203521b98 defaultMakeDisplayName => makeDisplayName 2019-08-28 22:44:42 +08:00
Michael Shilman
b2cbeb8152 CSF: Remove makeDisplayName configurability 2019-08-28 22:40:42 +08:00
Michael Shilman
f8f8de7a55 Merge branch 'next' into 7599-display-name-option 2019-08-28 01:03:49 +08:00
Michael Shilman
b1a872ba34 CSF: displayName => makeDisplayName per review feedback 2019-08-27 23:41:34 +08:00
Michael Shilman
062dc3ba4a Fix typescript 2019-08-27 19:18:50 +08:00
Michael Shilman
c992646c03 CSF: Transform CSF named exports with a displayName option 2019-08-27 18:02:34 +08:00
Michael Shilman
d8f96a7e13 Addon-docs: Make configuration API consistent with other addons 2019-08-27 15:40:06 +08:00
Norbert de Langen
64f34315b6 RENAME TApi to StoryFnReturnType & FIX DecoratorFn being a subtype of StoryFnReturnType 2019-07-26 21:57:21 +02:00