You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- [new] `mount`: `.state()`/`.setState()`: allow calling on children (#1802)
- [new] `configuration`: add `reset`
- [fix] `makeOptions`: ensure that config-level `attachTo`/`hydrateIn` are inherited into wrapper options (#1836)
- [fix] `shallow`/`Utils`: call into adapter’s `isCustomComponentElement` if present (#1832)
- [fix] `shallow`/`mount`: throw an explicit error when state is null/undefined
- [fix] freeze ROOT_NODES for child wrappers (#1811)
- [fix] `shallow`: `.parents`: ensure that one `.find` call does not affect another (#1781)
- [fix] `mount`: update after `simulateError` (#1812)
- [refactor] `mount`/`shallow`: `getElement`: use `this.single`
- [deps] update `babel-preset-airbnb`, `chai`, `eslint`, `mocha`, `enzyme-adapter-utils`, `react-is`, `airbnb-js-shims`
-`makeOptions`: ensure that config-level `attachTo`/`hydrateIn` are inherited into wrapper options ([#1836](https://github.com/airbnb/enzyme/issues/1836), @ljharb)
11
+
-`shallow`/`Utils`: call into adapter’s `isCustomComponentElement` if present ([#1832](https://github.com/airbnb/enzyme/pull/1832), @SinHouse)
12
+
-`shallow`/`mount`: throw an explicit error when state is null/undefined ([commit](https://github.com/airbnb/enzyme/commit/9ea33d7667a93885d6f1d6e12b0c2661d6d47cd1))
13
+
- freeze `ROOT_NODES` for child wrappers ([#1811](https://github.com/airbnb/enzyme/pull/1811), @jgzuke)
14
+
-`shallow`: `.parents`: ensure that one `.find` call does not affect another ([#1781](https://github.com/airbnb/enzyme/pull/1781), @ljharb)
15
+
-`mount`: update after `simulateError` ([#1812](https://github.com/airbnb/enzyme/pull/1812), @jgzuke)
16
+
17
+
### Refactors
18
+
-`mount`/`shallow`: `getElement`: use `this.single` ([commit](https://github.com/airbnb/enzyme/commit/6b63db3b002a419076c82d34554916400ef392fa))
0 commit comments