Gaëtan Maisse
4a5d7101d6
chore(docs): add missing dependencies
...
- `@storybook/core` is used to find `coreDirName` in `preset.ts`
- `tslib` is needed because this package is a peerDeps of `@angular/core`
- `@types/estree` is used in `acornParser`
Also:
- Remove `@ts-ignore`
2020-05-01 16:56:57 +02:00
Gaëtan Maisse
1c3621a3dd
fix(toolbars): add missing dependencies
...
- `core-js` is required because generated code imports a lot of things from it
- `react-dom` is needed because this package is a peerDeps of `@storybook/addons` and `@storybook/client-api`
2020-05-01 16:55:15 +02:00
Gaëtan Maisse
da482489ee
fix(graphql): add missing dependencies
...
- `babel-loader` is used in preset and require `@babel/core`
- `@types/webpack` is needed because this package expose some `Configuration` type in generated preset.d.ts
2020-05-01 16:55:15 +02:00
Gaëtan Maisse
39a44fe158
chore(a11y): add missing devDeps
2020-05-01 16:55:12 +02:00
Norbert de Langen
8a20d1c178
CHANGE the macDepth default to 25
2020-05-01 16:54:45 +02:00
Norbert de Langen
1192b729ff
CLEANUP after bad merge after removal of peerListener
2020-05-01 16:54:07 +02:00
Gaëtan Maisse
a70f6d8501
chore(apps): remove babel-loader
from peerDeps as it's no more a peerDeps of @storybook/core
2020-05-01 16:48:34 +02:00
Gaëtan Maisse
f2da615d75
chore(core): remove babel-loader
from peerDeps as it's already a regular dep
2020-05-01 16:48:34 +02:00
Norbert de Langen
4913156135
FIX background color of the panel
2020-05-01 16:20:40 +02:00
Norbert de Langen
5b1d3e54a8
Merge pull request #10601 from storybookjs/tech/upgrades
2020-05-01 16:00:49 +02:00
Michael Shilman
71d915848f
Add comment to clairfy argstable behavior
2020-05-01 21:44:59 +08:00
Norbert de Langen
a8cbbb38eb
CLEANUP
2020-05-01 15:31:17 +02:00
Norbert de Langen
ed61be6cc6
DOWNGRADE puppeteer until https://github.com/puppeteer/puppeteer/issues/5704 is fixed at netlify
2020-05-01 15:24:05 +02:00
Norbert de Langen
e1fb6c1f5e
hack
2020-05-01 14:20:43 +02:00
Norbert de Langen
cb14222897
Merge branch 'next' into tech/upgrades
2020-05-01 14:14:51 +02:00
Norbert de Langen
94dfeb2843
Merge pull request #10606 from storybookjs/tech/fix-deepscan-issues-prettier
2020-05-01 14:06:48 +02:00
Norbert de Langen
54bf994903
FIX netlify build
2020-05-01 14:03:15 +02:00
Norbert de Langen
87e6525c06
FIX
2020-05-01 13:25:04 +02:00
Michael Shilman
f789985eba
Props: Fix subcomponents & update story to test it
2020-05-01 18:46:03 +08:00
Norbert de Langen
28c746cb84
CHANGE to use project-token && FIX peerDependencies for puppeteer
2020-05-01 12:37:34 +02:00
Tom Coleman
8a5608f0ad
Fix test to not use different code path
2020-05-01 20:21:33 +10:00
Norbert de Langen
342ac632e9
FIX deepscan issues hopefully
2020-05-01 11:20:19 +02:00
Ideveloper (이승규)
a269851650
doc: update readme of viewport section
2020-05-01 18:13:22 +09:00
Ideveloper (이승규)
2cf678ca96
doc: update readme of addon viewport
...
- about configure section
2020-05-01 18:01:45 +09:00
Norbert de Langen
a0205c74a9
FIX hopefully
2020-05-01 02:22:29 +02:00
Norbert de Langen
461e66a3ce
FIX required property being read from unknown
2020-04-30 21:19:54 +02:00
Norbert de Langen
4d3da8bbce
FIX linting
2020-04-30 21:10:26 +02:00
Norbert de Langen
e44111cfa3
FIX types
2020-04-30 19:55:19 +02:00
Norbert de Langen
f03f427e63
IMPROVE typings && FIX tests by catching error when cleaning tmp dir
2020-04-30 18:45:31 +02:00
Norbert de Langen
c7a56c0be6
UPGRADES
2020-04-30 18:09:28 +02:00
Norbert de Langen
5e3be6f267
FIX linting
2020-04-30 18:00:35 +02:00
Norbert de Langen
3c8df4fb72
UPGRADES
2020-04-30 17:56:53 +02:00
Norbert de Langen
8d35431027
UPGRADES
2020-04-30 17:46:06 +02:00
Norbert de Langen
0385c467c0
UPGRADES
2020-04-30 17:27:23 +02:00
Norbert de Langen
11ad35dd26
Merge pull request #10588 from storybookjs/fix/add-identifiers-to-panel-components
2020-04-30 10:27:07 +02:00
Michael Shilman
613a53997e
Merge pull request #10550 from storybookjs/fix-cli-for-yarn-2-node-10
...
CLI: Fix cli when working with Yarn 2 and Node 10
2020-04-30 10:17:17 +08:00
Michael Shilman
f081d4719d
Update MIGRATION.md
2020-04-30 09:46:52 +08:00
Gaëtan Maisse
4f561dcc21
refactor(cli): use async/await instead of promises in latest_version.js
2020-04-29 21:26:22 +02:00
Gaëtan Maisse
1b758de921
fix: update the command used to get package's version using CLI with Yarn 2
...
Using CLI with Yarn 2 and Node 10 results in an output polluted with:
`(node:87281) ExperimentalWarning: The XXX.promises API is experimental`
These messages are warnings but are sent to `stderr` which is causing CLI to throw an error too.
With `sync` function we can check the `status` to know if command ends in error or not and process accordingly.
2020-04-29 19:58:12 +02:00
Yann Braga
4f0762ebf3
feat(components): add ids to panels tab and content
...
- Makes it easier to select when needed (e.g. e2e tests)
- Add @storybook/csf in the dependency list as well
2020-04-29 17:03:50 +02:00
Michael Shilman
e30cc27f5b
Addon-docs: Common setup docs
2020-04-29 22:03:42 +08:00
Michael Shilman
4fd9b179ed
6.0.0-beta.0 next.json version file
2020-04-29 21:42:29 +08:00
Michael Shilman
347bc94a1e
Update version.ts to 6.0.0-beta.0
2020-04-29 21:37:24 +08:00
Michael Shilman
93ccaba607
v6.0.0-beta.0
v6.0.0-beta.0
2020-04-29 21:27:43 +08:00
Michael Shilman
951a7833a4
Update peer dependencies to 6.0.0-beta.0
2020-04-29 21:22:20 +08:00
Michael Shilman
3c1f4f8d9f
6.0.0-beta.0 changelog
2020-04-29 21:20:56 +08:00
Michael Shilman
71c09d5cf3
Add props controls support to docs
2020-04-29 17:37:04 +08:00
Michael Shilman
6d53d357a9
6.0.0-alpha.46 next.json version file
2020-04-29 17:16:02 +08:00
Michael Shilman
bea3644ac1
Update version.ts to 6.0.0-alpha.46
2020-04-29 17:08:14 +08:00
Michael Shilman
bd4b167dca
v6.0.0-alpha.46
v6.0.0-alpha.46
2020-04-29 16:58:43 +08:00