6992 Commits

Author SHA1 Message Date
Michael Shilman
8b9b533160 Update root, peer deps, version.ts/json to 6.1.0-beta.3 2020-11-06 09:05:01 +08:00
Michael Shilman
1fe2efa0b1 Fix snapshot 2020-11-06 08:52:16 +08:00
Norbert de Langen
e9708b526a
minor webpack upgrade 2020-11-05 09:43:05 +01:00
Michael Shilman
85f519cc8f
Merge pull request #13005 from storybookjs/refactor/testsToRTL
Build: Remove more enzyme
2020-11-05 07:42:30 +08:00
Clément DUNGLER
79fd0f448e Cleanup old tests 2020-11-04 23:08:24 +01:00
Clément DUNGLER
722ca6b43f Fix link tests 2020-11-04 23:06:28 +01:00
Clément DUNGLER
92afbf8833 Moves Array and KnobManager 2020-11-04 22:34:19 +01:00
Michael Shilman
583ef30abd Merge branch 'next' into pr/13009 2020-11-04 17:25:19 +08:00
Michael Shilman
530f8c64db Update git head to 6.1.0-beta.2 2020-11-04 17:10:36 +08:00
Michael Shilman
c67dac2e08 v6.1.0-beta.2 2020-11-04 17:02:51 +08:00
Michael Shilman
e8a63b649d Update root, peer deps, version.ts/json to 6.1.0-beta.2 2020-11-04 17:01:04 +08:00
David Lorenz
59ce248261 moved the test to the correct place 2020-11-04 09:26:50 +01:00
Michael Shilman
c2c6842709 Merge branch 'next' into refactor/testsToRTL 2020-11-04 16:17:00 +08:00
Michael Shilman
9338ff60d5
Merge pull request #12998 from storybookjs/fix/exclude-testfixtures
Addon-docs: Exclude testfixtures from package
2020-11-04 16:01:16 +08:00
Clément DUNGLER
d35bad421a fix tests 2020-11-04 08:29:57 +01:00
Michael Shilman
ff57dd1a0f
Merge pull request #13003 from zeckdude/fix/source-default-props
Addon-docs: Hide React default props in source block
2020-11-04 12:29:36 +08:00
Michael Shilman
60278c8693
Merge pull request #12994 from activenode/fix/12986-angular-empty-string-type-inference
Addon-docs: Angular empty string now infers to "string" instead of "void"
2020-11-04 12:06:41 +08:00
Clément DUNGLER
390b8332ab Remove enzyme from links 2020-11-03 23:29:12 +01:00
Clément DUNGLER
ffcd6fe938 Move one storyshot test to RTL 2020-11-03 23:05:42 +01:00
zeckdude
c3bb4f854e Disable showing default props in code preview 2020-11-03 11:18:59 -08:00
Michael Shilman
8d6b877473 Addon-docs: Exclude testfixtures from package 2020-11-03 20:02:46 +08:00
David Lorenz
0a2598766a fix: empty string now infers to "string" instead of "void" 2020-11-03 10:02:31 +01:00
Michael Shilman
3e940800a8 Update git head to 6.1.0-beta.1 2020-11-03 15:33:05 +08:00
Michael Shilman
763c233efc v6.1.0-beta.1 2020-11-03 15:27:28 +08:00
Michael Shilman
963debe690 Update root, peer deps, version.ts/json to 6.1.0-beta.1 2020-11-03 15:26:55 +08:00
Michael Shilman
784716c1b3 Fix deepscan 2020-11-03 14:23:25 +08:00
Michael Shilman
e877faecdb Merge branch 'next' into refactor/cssResourceTestToRTL 2020-11-03 14:12:03 +08:00
Michael Shilman
225b5fd5cb Update MDX snapshots 2020-11-03 08:32:59 +08:00
Clément DUNGLER
fdeb1a3eee refactor: Move to RTL for css resource addon 2020-11-02 23:29:12 +01:00
Gaëtan Maisse
89d0ed9b7d
Apply solution discussed in monthly meeting:
- Set `react` and `react-dom` as peerDeps for all `lib` packages needing them
- Set `react` and `react-dom` as peerDeps + optional tag for all `addon` packages needing them
- Set `react` and `react-dom` as regular deps for all non react apps
- Remove `react` and `react-dom` from root `package.json`
- Set a fixed version of `react` in all examples

Also:
- Use "^16.8.0 || ^17.0.0" version range as some packages need React Hooks
2020-11-02 20:49:31 +01:00
Gaëtan Maisse
0c0a4dcb5c
Merge branch 'next' into tech/move-react-and-react-dom-to-peer-deps 2020-11-02 20:15:29 +01:00
Michael Shilman
9c2c6da232 Update git head to 6.1.0-beta.0 2020-11-03 02:34:25 +08:00
Michael Shilman
807eccd605 v6.1.0-beta.0 2020-11-03 02:28:12 +08:00
Michael Shilman
21ef1bcf3c Update root, peer deps, version.ts/json to 6.1.0-beta.0 2020-11-03 02:26:49 +08:00
Michael Shilman
ebe0d7975e
Merge branch 'next' into 12977-fix-official-storybook 2020-11-02 17:37:21 +08:00
Michael Shilman
fe2a9e27fb Upgrade MDX 2020-11-02 17:35:08 +08:00
Gaëtan Maisse
c8ce61732d
Update react and react-dom range version in some addons using React Hooks 2020-11-02 08:35:26 +01:00
Gaëtan Maisse
eaa9410a4d
Move react and react-dom to peer deps
`react` and `react-dom` should always be peer dependencies of packages that provide react components to ensure that there's a single instance of those.

Plus, all packages depending on a package with `react` as peerDep should also have it as peerDeps (transitive peer dependencies) or as deps.

Finally, packages in `examples/*` are "end" packages using Storybook so they must provide `react` and `react-dom` in their deps/devDeps
2020-11-02 08:08:48 +01:00
Michael Shilman
5c7d54f8b5 Update git head to 6.1.0-alpha.35 2020-11-02 14:49:02 +08:00
Michael Shilman
76bb521136 v6.1.0-alpha.35 2020-11-02 14:43:36 +08:00
Michael Shilman
23eb8b1d0b Update root, peer deps, version.ts/json to 6.1.0-alpha.35 2020-11-02 14:43:17 +08:00
Michael Shilman
ff50bce1d0 Keep react-test-renderer in sync with react 2020-11-02 13:13:26 +08:00
Michael Shilman
eb0653651b Core: Align react and react-dom version specifiers 2020-11-02 12:56:11 +08:00
Michael Shilman
9d910486c5 Fix deepscan 2020-11-02 07:30:47 +08:00
Michael Shilman
3f03d5c75f Core: Remove webpack DLLs 2020-11-02 07:04:27 +08:00
Michael Shilman
aff48205d4 Update git head to 6.1.0-alpha.34 2020-11-01 15:18:01 +08:00
Michael Shilman
4a4c98997f v6.1.0-alpha.34 2020-11-01 15:11:08 +08:00
Michael Shilman
24b28f2489 Update root, peer deps, version.ts/json to 6.1.0-alpha.34 2020-11-01 15:09:40 +08:00
Michael Shilman
8f941a3dd8 Update git head to 6.1.0-alpha.33 2020-10-30 23:55:34 +08:00
Michael Shilman
a5ee924e01 v6.1.0-alpha.33 2020-10-30 23:48:23 +08:00