25289 Commits

Author SHA1 Message Date
Tom Coleman
95a12ce116 Ensure the store is initiated before loading store APIs 2020-02-18 21:42:14 +11:00
Tom Coleman
fc21e562dc Update vue decorator to mirror SB one 2020-02-18 21:26:41 +11:00
Tom Coleman
36253648e4 Fix addon-centered stories to only add decorator once 2020-02-18 20:25:56 +11:00
Tom Coleman
42d21a223c Update snapshots 2020-02-18 20:16:51 +11:00
dependabot-preview[bot]
fbbbf50cde
Bump webpack-cli from 3.3.10 to 3.3.11
Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 3.3.10 to 3.3.11.
- [Release notes](https://github.com/webpack/webpack-cli/releases)
- [Changelog](https://github.com/webpack/webpack-cli/blob/next/CHANGELOG_v3.md)
- [Commits](https://github.com/webpack/webpack-cli/compare/v3.3.10...v3.3.11)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-18 07:25:10 +00:00
Tom Coleman
884b865779 Allow importing addParameters/Decorators from client-api after all 2020-02-18 17:21:41 +11:00
Michael Shilman
d7342e401e
Merge pull request #9894 from davidenglishmusic/docs-configuration-file-typos
Fix docs configuration file typos
2020-02-18 13:45:27 +08:00
Tom Coleman
ef188192dd Linting fixes 2020-02-18 16:08:23 +11:00
Tom Coleman
c36d5e7939 Update yarn.lock 2020-02-18 16:08:14 +11:00
Tom Coleman
0dd3937388 Fix type problem with add() 2020-02-18 15:21:49 +11:00
davidenglishmusic
1e188701c1 Fix docs configuration file typos 2020-02-17 22:07:35 -05: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
ee22f61b74 Remove decorator/parameter test 2020-02-18 12:58:26 +11:00
Tom Coleman
b981877e78 Remove runtime parameters 2020-02-18 12:57:50 +11:00
Tom Coleman
2717fb02cb Switch presets to exporting decorators 2020-02-18 12:37:56 +11:00
Tom Coleman
1cf92cc598 Simply parameter handling to treat arrays as scalars 2020-02-18 12:32:54 +11:00
Tom Coleman
70d4381f74 Fix hooks test 2020-02-18 12:32:21 +11:00
Michael Shilman
b95bc582f6
Merge pull request #9885 from gaguirre/patch-3
Fix typo on AsyncStorage section
2020-02-18 01:40:17 +08:00
jamesgeorge007
2bf90aae28 fix: parse args the native way 2020-02-17 22:23:24 +05:30
Gonzalo Aguirre
27a988c168
Fix typo on AsyncStorage section 2020-02-17 11:21:35 -03:00
Norbert de Langen
737691d132
Merge pull request #9881 from storybookjs/feat/migrate-dep
chore(deps): Migrate to leven
2020-02-17 14:48:25 +01:00
Norbert de Langen
a2b6743deb
Merge pull request #9882 from storybookjs/tech/update-eslintconfig
UPDATE to latest version of eslint config
2020-02-17 14:06:34 +01:00
Norbert de Langen
107df6cabf
CHANGE lodash imports to lodash/* 2020-02-17 12:31:37 +01:00
jamesgeorge007
c674a3868e fix: ignore rule 2020-02-17 17:01:21 +05:30
jamesgeorge007
6e36ee543e fix: lint 2020-02-17 17:00:40 +05:30
Norbert de Langen
f5d69aab82
Merge pull request #9879 from storybookjs/ts/improvements
TS improvements
2020-02-17 12:14:28 +01:00
Norbert de Langen
1b0ce17228
Merge pull request #9880 from storybookjs/cleanup
Project root cleanup
2020-02-17 12:14:01 +01:00
Norbert de Langen
b89d34eaa9
UPDATE to latest version of eslint config 2020-02-17 12:12:40 +01:00
jamesgeorge007
458c70a0d5 refactor: use inline approach 2020-02-17 16:23:02 +05:30
jamesgeorge007
de0c49c9b7 feat: recommend commands 2020-02-17 16:22:32 +05:30
jamesgeorge007
8ad91855d8 chore: update yarn.lock 2020-02-17 16:19:56 +05:30
jamesgeorge007
93f143c75d chore: remove didyoumean 2020-02-17 16:19:14 +05:30
jamesgeorge007
77db09eb00 chore: add leven as a dep 2020-02-17 16:17:24 +05:30
Norbert de Langen
efc9f4d2a7 Project root cleanup 2020-02-17 11:26:30 +01:00
Norbert de Langen
b1500abff1
A few TS improvements I found whilst working on inception 2020-02-17 11:16:50 +01:00
Michael Shilman
2be636687a
Merge pull request #9874 from dmartinjs/patch-3
Generate custom-elements.json from Stencil
2020-02-17 15:48:59 +08:00
Michael Shilman
4a2cb92b7f
Update README.md 2020-02-17 15:48:23 +08:00
Tom Coleman
332be430a7 Add ability to export parameters + decorators from config files 2020-02-17 16:59:08 +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
9d3c14e5ee Documented (current) behaviour of decorators + params through tests 2020-02-17 12:00:47 +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
ba0633edae Fix linting and remove redundant test 2020-02-17 10:04:15 +11:00
Tom Coleman
af9a09cc35 Refactor story_store.test slightly to get rid of linting errors 2020-02-17 10:04:04 +11:00
David MARTIN
d9e91e59c5
Generate custom-elements.json from Stencil
Add more informations about how to generate a valid custom-elements.json from Stencil
2020-02-16 21:50:29 +01:00
Michael Shilman
e5698fc524 Props: Fix typescript unspecified default value 2020-02-17 04:36:23 +08:00
Gytis Vinclovas
9df7afce00
Update client_api.ts 2020-02-16 18:39:06 +02:00
Gytis Vinclovas
b2e8d0d108
Update lib/client-api/src/client_api.test.ts
Co-Authored-By: Tom Coleman <tom@thesnail.org>
2020-02-16 18:37:59 +02:00