1407 Commits

Author SHA1 Message Date
Michael Shilman
90f8bd39b4 v6.0.0-beta.30 2020-06-16 22:34:00 +08:00
Michael Shilman
8c0146ff03 v6.0.0-beta.29 2020-06-16 14:03:58 +08:00
Michael Shilman
d57ed7541a v6.0.0-beta.28 2020-06-15 18:53:57 +08:00
Michael Shilman
e8ce8fa657 v6.0.0-beta.27 2020-06-14 10:02:01 +08:00
Michael Shilman
f0d0175810 v6.0.0-beta.26 2020-06-12 17:40:38 +08:00
Andrew Lisowski
c43f6a9dc3 update react-docgen-typescript-plugin 2020-06-12 00:51:51 -07:00
Michael Shilman
0f2b32b890 v6.0.0-beta.25 2020-06-11 21:18:06 +08:00
Michael Shilman
5ab2b41f23 v6.0.0-beta.24 2020-06-11 20:55:59 +08:00
Andrew Lisowski
09cbb9add7 dont use babel plugin if using typescript docgen 2020-06-09 14:59:00 -07:00
Andrew Lisowski
4286a939f3 switch from react-docgen-typescript-loader to react-docgen-typescript-plugin 2020-06-09 14:23:23 -07:00
Ronald Chen
bf4b3c9ae7 removed @babel/plugin-transform-react-constant-elements fixes #11060 2020-06-08 11:45:01 -07:00
Michael Shilman
dc89aa1737 v6.0.0-beta.23 2020-06-08 15:43:48 +08:00
Michael Shilman
ff3f44f3a1 v6.0.0-beta.22 2020-06-06 02:55:46 +08:00
dependabot-preview[bot]
12a11abf29
build(deps): bump @types/node from 13.13.9 to 14.0.10
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 13.13.9 to 14.0.10.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-04 13:47:12 +00:00
Norbert de Langen
5cec0193c6
Merge pull request #11008 from storybookjs/tech/e2eStab-semver-fixed
Core: Fix Yarn 2 compatibility and reactivate Yarn 2 E2E test
2020-06-04 11:17:06 +02:00
Michael Shilman
93c1d0c108 v6.0.0-beta.21 2020-06-04 08:36:01 +08:00
Michael Shilman
d7933ba008 React: Remove argsStory helper function 2020-06-04 07:39:05 +08:00
Gaëtan Maisse
d7687ade18
refactor: replace semver by @storybook/semver
`@storybook/semver` is a browser friendly fork of `semver`.
We use it to avoid issue with IE11 as classic "compiled" `semver` is now compatible with it.
If we just recompile `semver` from `node_modules` it ends with a package that `require('core-js')` but `core-js` is not listed in the dependency. And so Yarn 2 throw an error.
So to avoid that we need to use a "proper" dependency which is `semver` recompile and with all needed dependencies in its package.json.
2020-06-03 20:07:07 +02:00
Norbert de Langen
fc254a08aa
Merge pull request #10370 from storybookjs/add/loglevel
Core: Add logLevel preset property to filter logging
2020-06-02 09:18:22 +02:00
Michael Shilman
f296d1cfa1 v6.0.0-beta.20 2020-06-01 22:06:32 +08:00
Michael Shilman
57f818f5e6 v6.0.0-beta.19 2020-05-30 03:29:10 +08:00
Michael Shilman
27f45503e9 v6.0.0-beta.18 2020-05-29 22:55:02 +08:00
Norbert de Langen
8ab812b4f0 Merge branch 'next' into add/loglevel 2020-05-29 12:05:14 +02:00
Michael Shilman
e6bdd47438 v6.0.0-beta.17 2020-05-28 12:34:03 +08:00
Michael Shilman
816eb0f104 v6.0.0-beta.16 2020-05-28 00:21:14 +08:00
Michael Shilman
d30c942994 v6.0.0-beta.15 2020-05-27 07:05:27 +08:00
Norbert de Langen
f3906aadc0
Merge branch 'next' into add/loglevel
# Conflicts:
#	lib/cli/src/extract.ts
#	lib/client-logger/src/index.ts
#	yarn.lock
2020-05-26 13:38:09 +02:00
Michael Shilman
852ebbcaa2 v6.0.0-beta.14 2020-05-25 21:35:29 +08:00
Michael Shilman
e9ba51794e v6.0.0-beta.13 2020-05-23 02:06:33 +08:00
Michael Shilman
08aa769773 v6.0.0-beta.12 2020-05-21 13:57:55 +08:00
Michael Shilman
1e1ea949c7 v6.0.0-beta.11 2020-05-21 12:24:04 +08:00
Michael Shilman
efa9ca5aeb v6.0.0-beta.10 2020-05-21 11:12:51 +08:00
Michael Shilman
7336aa4c8a
Merge pull request #10813 from storybookjs/mrmckeb/issue10790
Core: Zero-config TypeScript loading
2020-05-21 09:59:47 +08:00
Michael Shilman
a6d81914c2 v6.0.0-beta.9 2020-05-21 07:17:20 +08:00
Norbert de Langen
8bc3c9f1bb
FIX tests 2020-05-19 16:43:20 +02:00
Brody McKee
1ea65954ca feat: update types and defaults 2020-05-19 10:36:36 +03:00
Michael Shilman
e88c51dfb8 Merge branch 'next' into mrmckeb/issue10790 2020-05-18 17:39:56 +08:00
Michael Shilman
1e621e35e5 Update main.js typescript docgen handling 2020-05-18 17:02:17 +08:00
Michael Shilman
daf193a897 Update failing tests 2020-05-18 14:38:55 +08:00
Michael Shilman
688dc438d9 React: Switch to react-docgen as the default config 2020-05-18 13:27:58 +08:00
Michael Shilman
322380fad5 Clean up typescriptOptions handling for docgen 2020-05-18 13:22:56 +08:00
Michael Shilman
bb84352e28 Fix docgen preset 2020-05-18 13:22:56 +08:00
Brody McKee
8310948e3b feat: add root TypeScript support 2020-05-17 16:31:09 +03:00
Michael Shilman
73d9b6fb3a v6.0.0-beta.8 2020-05-17 19:03:09 +08:00
Michael Shilman
3cea5335d2 v6.0.0-beta.7 2020-05-15 12:08:19 +08:00
Michael Shilman
6f10ef5c93 v6.0.0-beta.6 2020-05-12 21:20:15 +08:00
Michael Shilman
5827cff7eb v6.0.0-beta.5 2020-05-11 16:50:47 +08:00
Michael Shilman
0e4076e643 v6.0.0-beta.4 2020-05-08 20:59:59 +08:00
Michael Shilman
1e742ae0a4 Args: argsStory convenience function for React 2020-05-08 18:08:16 +08:00
Michael Shilman
9881185a4a v6.0.0-beta.3 2020-05-07 12:50:57 +08:00