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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+36
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,41 @@
1
1
# Change Log
2
2
3
+
## 2.3.0 (May 9, 2016)
4
+
5
+
### Minor Changes
6
+
7
+
- add `.tap()` method to `ShallowWrapper` and `ReactWrapper` ([#299](https://github.com/airbnb/enzyme/pull/299))
8
+
9
+
- add `.key()` method to `ShallowWrapper` and `ReactWrapper ([#327](https://github.com/airbnb/enzyme/pull/327))
10
+
11
+
- add support for descendent selectors, `>`, `~` and `+` ([#217](https://github.com/airbnb/enzyme/pull/217))
12
+
13
+
- new `containsMatchingElement`, `containsAllMatchingElements`, and `containsAnyMatchingElements` APIs ([#362](https://github.com/airbnb/enzyme/pull/362))
14
+
15
+
- new `.name()` method ([#335](https://github.com/airbnb/enzyme/pull/335))
16
+
17
+
18
+
### Patches
19
+
20
+
- add `dblclick` to eventType map for simulate ([#317](https://github.com/airbnb/enzyme/pull/317))
21
+
22
+
- fix `pathToNode` bug with child-containing children ([#296](https://github.com/airbnb/enzyme/pull/296))
23
+
24
+
- prioritize `displayName` over `name` for consistency in `.debug()` ([#332](https://github.com/airbnb/enzyme/pull/332))
25
+
26
+
- handle insignificant whitespace in className ([#348](https://github.com/airbnb/enzyme/pull/348))
27
+
28
+
- fix handling of SFC components and `.instance()` ([#359](https://github.com/airbnb/enzyme/pull/359))
29
+
30
+
- reduce false positives by using argument validation for `.contains` ([#259](https://github.com/airbnb/enzyme/pull/259))
31
+
32
+
- fix equality algorithm so that non-renderable nodes are equivalent ([#192](https://github.com/airbnb/enzyme/pull/192))
33
+
34
+
- add better error handling for `state`, `setState`, and `context` ([#373](https://github.com/airbnb/enzyme/pull/373))
0 commit comments