25161 Commits

Author SHA1 Message Date
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
Gaëtan Maisse
e629f50924 fix(cli): add @storybook/addon-knobs in sb init on Mithril project as it is listed in SB config template
3dd714d353/lib/cli/src/generators/MITHRIL/template-csf/.storybook/main.js
2020-02-16 16:10:41 +01:00
Gaëtan Maisse
f119fdf18c fix(cli): add @storybook/addon-knobs in sb init on Meteor project as it is listed in SB config template
3dd714d353/lib/cli/src/generators/METEOR/template-csf/.storybook/main.js
2020-02-16 16:10:41 +01:00
Gaëtan Maisse
ef9865234c fix(cli): add peerDeps of @storybook/ember in sb init on Ember project 2020-02-16 16:10:41 +01:00
Gaëtan Maisse
f41ac2b3a8 test(cli): add missing dep in riot fixture
`riot-tmpl` is a peerDependency of `riot-compiler`
2020-02-16 16:10:41 +01:00
Gaëtan Maisse
de1b0e3b93 fix(ember): add package, resolved in server src, in peerDependencies 2020-02-16 16:10:41 +01:00
Gaëtan Maisse
f0c2cb6e3c test(cli): add GitHub Actions workflow running tests related to SB CLI with Yarn 2 2020-02-16 16:10:41 +01:00
Gaëtan Maisse
9e4f21640e test(cli): add tests to check Yarn 2 compatibility
These tests mimic the ones done to test SB CLI with "classic" yarn.
However, some magic setup and `package.json` customization are needed in order to make Yarn 2 works inside a Yarn v1 workspace.
2020-02-16 16:10:41 +01:00
Gaëtan Maisse
febe9e7204 feat(cli): make CLI works with Yarn 2 for React scripts projects
Before, it was assumed that "When working with `create-react-app@>=2.0.0`, we know `babel-loader` is installed."
But `babel` is a peer dependency of `@storybook/core` (itself dep of `@storybook/react`) and so it must be added to the project's `package.json`
2020-02-16 16:10:41 +01:00
Gaëtan Maisse
e46fecfc05 feat: make SB CLI compatible with yarn 2 2020-02-16 09:23:28 +01:00
Gaëtan Maisse
59fbd10bf5 refactor: extract npm and yarn processing from latestVersion in their own functions
Preparatory refactoring to simplify future compatibility with Yarn 2.
2020-02-16 09:23:28 +01:00
Gytis Vinclovas
7753bfac80 updated config name, added comment, fixed tests 2020-02-16 09:29:32 +02:00
Michael Shilman
ab9c9cb589
Merge pull request #9867 from storybookjs/websocket-cyclic-support
Core: Use telejson for websockets channel
2020-02-16 09:40:32 +08:00
Gytis Vinclovas
23da639ffc added ability to skip dispose call in clientApi 2020-02-16 00:30:47 +02:00
Gytis Vinclovas
f985d67151 fixed yarn.lock 2020-02-15 21:15:25 +02:00
Gytis Vinclovas
f438a3f5fb using telejson for websockets 2020-02-15 20:09:55 +02:00
Michael Shilman
71aa9065dc Fix addon-docs devDeps 2020-02-15 21:07:19 +08:00
Michael Shilman
741ac1238e 6.0.0-alpha.13 next.json version file 2020-02-15 21:00:14 +08:00
Michael Shilman
7ce6cc3a1d Update version.ts to 6.0.0-alpha.13 2020-02-15 20:50:44 +08:00
Michael Shilman
5b11df0638 v6.0.0-alpha.13 v6.0.0-alpha.13 2020-02-15 20:43:01 +08:00