2129 Commits

Author SHA1 Message Date
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
Michael Shilman
dce88aba4d CLI: Remove --no-dll from template 2020-11-04 16:33:02 +08: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
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
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
eb0653651b Core: Align react and react-dom version specifiers 2020-11-02 12:56:11 +08:00
Michael Shilman
6959a4271e Fix bootstrap reset command 2020-11-02 07:05:05 +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
Michael Shilman
000e4c2787 Update root, peer deps, version.ts/json to 6.1.0-alpha.33 2020-10-30 23:47:54 +08:00
Michael Shilman
4353bc3b0a
Merge pull request #12937 from storybookjs/core/react-dom-17x
Core: Allow React-DOM 17.x
2020-10-30 23:33:58 +08:00
Gert Hengeveld
5e03cfc472 Merge branch 'next' into 12702-instant-on-manager 2020-10-30 12:46:37 +01:00
Michael Shilman
83d45afb94 Update git head to 6.1.0-alpha.32 2020-10-30 12:20:40 +08:00
Michael Shilman
1ee337594e v6.1.0-alpha.32 2020-10-30 12:14:55 +08:00
Michael Shilman
253bec6a48 Update root, peer deps, version.ts/json to 6.1.0-alpha.32 2020-10-30 12:14:37 +08:00
Michael Shilman
ccbe288584 Disable DLL by default in template 2020-10-30 11:15:14 +08:00
Gert Hengeveld
3c6f5c0764 Merge branch 'next' into 12702-instant-on-manager 2020-10-29 11:46:40 +01:00
Gert Hengeveld
ff435afced Consider default addons and auto refs when deciding to use the prebuilt manager. Avoid conflicting express routes. 2020-10-28 17:35:27 +01:00
Michael Shilman
d152532d8f Core: Allow React-DOM 17.x 2020-10-28 21:02:37 +08:00
Michael Shilman
77ccd11909 Update git head to 6.1.0-alpha.31 2020-10-27 19:22:18 +08:00
Michael Shilman
f45b4c6fed v6.1.0-alpha.31 2020-10-27 19:14:43 +08:00
Michael Shilman
5865ba1039 Update root, peer deps, version.ts/json to 6.1.0-alpha.31 2020-10-27 19:14:11 +08:00
Michael Shilman
a41d8a9f86 Merge branch 'next' into deps/regeneratorRuntime 2020-10-27 17:21:05 +08:00
Michael Shilman
98899eb282 Update git head to 6.1.0-alpha.30 2020-10-26 23:45:06 +08:00
Michael Shilman
f883f080f2 v6.1.0-alpha.30 2020-10-26 23:38:51 +08:00
Michael Shilman
c9d57f500f Update root, peer deps, version.ts/json to 6.1.0-alpha.30 2020-10-26 23:38:02 +08:00
Michael Shilman
76bd8ea673
Merge pull request #12903 from storybookjs/deps/babel
Deps: upgrade babel to 7.12
2020-10-26 23:28:04 +08:00
Michael Shilman
651cf94d6a
Merge pull request #12905 from storybookjs/feat/killMDXCliOption
CLI: Deprecate '--story-format=mdx' option
2020-10-25 23:18:45 +08:00
Clément DUNGLER
78a9e9a844
Update lib/cli/src/initiate.ts
Co-authored-by: Michael Shilman <shilman@users.noreply.github.com>
2020-10-25 15:19:04 +01:00
Michael Shilman
859ebcbae7 Remove react-is dependency 2020-10-25 21:59:34 +08:00
Clément DUNGLER
22e70a2192 CLI: Deprecate '--story-format=mdx' option 2020-10-25 09:39:29 +01:00
Clément DUNGLER
e8324a7a5c Deps: upgrade babel 2020-10-24 22:47:58 +02:00
Michael Shilman
44db4db088 Update git head to 6.1.0-alpha.29 2020-10-23 18:47:26 +08:00
Michael Shilman
c4c9f9bf50 v6.1.0-alpha.29 2020-10-23 18:41:35 +08:00
Michael Shilman
d329cd591f Update root, peer deps, version.ts/json to 6.1.0-alpha.29 2020-10-23 18:40:54 +08:00