Michael Shilman
c8cd3cc9e6
v6.1.0-rc.3
2020-11-16 17:09:21 +08:00
Michael Shilman
2cf5fbaa54
Update git head to 6.1.0-rc.2
2020-11-13 16:46:46 +08:00
Michael Shilman
38bb07161a
v6.1.0-rc.2
2020-11-13 16:41:01 +08:00
Michael Shilman
4b5a05a778
Update git head to 6.1.0-rc.1
2020-11-13 08:38:25 +08:00
Michael Shilman
c717124a7c
v6.1.0-rc.1
2020-11-13 08:32:46 +08:00
Michael Shilman
67284caf3b
Update git head to 6.1.0-rc.0
2020-11-12 18:29:46 +08:00
Michael Shilman
90977d37f4
v6.1.0-rc.0
2020-11-12 18:23:39 +08:00
Michael Shilman
caaff96189
Update git head to 6.1.0-beta.7
2020-11-11 07:46:15 +08:00
Michael Shilman
640fdeed83
v6.1.0-beta.7
2020-11-11 07:39:40 +08:00
Michael Shilman
54822f14cc
Merge pull request #13069 from storybookjs/12255-fix-loader-react
...
React: Don't create a new story function on every render
2020-11-11 07:31:14 +08:00
Michael Shilman
2c2301991b
Story store: Fix duplicate deprecation warnings
2020-11-11 06:21:55 +08:00
Tom Coleman
981e6c8b5d
Don't create a new story function on every render in React
...
This trips up React's reconciliation for re-using components.
2020-11-10 21:14:12 +11:00
Michael Shilman
aa43879c3e
Update git head to 6.1.0-beta.6
2020-11-09 23:12:21 +08:00
Michael Shilman
08dbe0ffd9
v6.1.0-beta.6
2020-11-09 23:06:05 +08:00
Michael Shilman
fabdd1b09b
Merge pull request #13051 from storybookjs/12732-default-object-type
...
Args: Default to type 'object' when there is a null arg
2020-11-09 17:00:21 +08:00
Michael Shilman
d04a2ec075
Args: Default to type 'object' when there is a null arg
2020-11-09 14:40:05 +08:00
Michael Shilman
4bb89f81fb
Don't add extra argTypeEnhancers on HMR
2020-11-09 14:27:12 +08:00
Michael Shilman
0e1afcd97d
Update git head to 6.1.0-beta.5
2020-11-08 00:38:20 +08:00
Michael Shilman
7bd2ae0482
v6.1.0-beta.5
2020-11-08 00:28:46 +08:00
Michael Shilman
078e802d5a
Update git head to 6.1.0-beta.4
2020-11-06 21:42:40 +08:00
Michael Shilman
7caa9a5724
v6.1.0-beta.4
2020-11-06 21:36:16 +08:00
Michael Shilman
fc41ad50ea
Fix failing unit tests
2020-11-06 20:42:04 +08:00
Michael Shilman
2993379841
Update git head to 6.1.0-beta.3
2020-11-06 09:11:04 +08:00
Michael Shilman
2e11de3045
v6.1.0-beta.3
2020-11-06 09:05:18 +08:00
Michael Shilman
ad346a51a6
Merge branch 'next' into fix/default-argtypes-inference
2020-11-06 08:13:50 +08:00
Michael Shilman
7f2f44f589
Merge pull request #13030 from storybookjs/fix/dedupe-arg-types-enhancers
...
Core: Dedupe default ArgTypes enhancers
2020-11-06 08:11:59 +08:00
Michael Shilman
d55ab0575f
Args: Fix args inference for null values
2020-11-06 06:45:35 +08:00
Michael Shilman
6f4b42595c
Core: Dedupe default ArgTypes enhancers
2020-11-06 06:32:32 +08:00
Norbert de Langen
e9708b526a
minor webpack upgrade
2020-11-05 09:43:05 +01: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
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
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
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
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
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
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
Tom Coleman
b697fe6456
Combine args with basic object spread semantics
...
Fixes #12697
2020-10-30 16:50:22 +11: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
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