Commit 2f49989
committed
[enzyme] v3.5.0
- [New] Add forwardRef support (#1592, @jquense)
- [New] Add Portal support (#1760, #1761, #1772, #1774, @jgzuke)
- [New] Add pointer events support (#1753, @ljharb)
- [Fix] preemptively fix compat with React v16.4.3 (#1790, #1778, @gaearon, @aweary)
- [Fix] `shallow`: prevent rerenders with PureComponents (#1786, @koba04)
- [Fix] `shallow`: skip updates when nextState is `null` or `undefined` (#1785, @koba04)
- [Fix] `shallow`: `setState` after `setProps` calls `componentWillReceiveProps` (#1779, @peanutenthusiast)
- [Fix] `mount`/`shallow`: be stricter on the wrapper’s setState/setProps callback
- [Fix] `shallow`/`mount`: improve error message when wrapping invalid elements (#1759, @jgzuke)
- update deps
- [Refactor] remove most uses of lodash
- [meta] ensure a license and readme is present in all packages when published1 parent 8250432 commit 2f49989
2 files changed
+22
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
3 | 24 | | |
4 | 25 | | |
5 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments