Skip to content

Commit 14bd484

Browse files
Merge pull request Workiva#94 from Workiva/release_over_react_test_2.8.0
RM-63477 Release over_react_test 2.8.0
2 parents 2c951be + 2ba8700 commit 14bd484

File tree

2 files changed

+34
-2
lines changed

2 files changed

+34
-2
lines changed

CHANGELOG.md

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,38 @@
11
# OverReact Test Changelog
22

3-
## 2.0.0
3+
## 2.8.0
4+
* Update mount, render, and renderAttachedToDocument to automatically run component lifecycle in the same zone as the test.
5+
* This fixes some `print` statements from being swallowed and some failing `expect`s from not failing tests properly
6+
7+
## 2.7.0
8+
* Add propTypes testing utilities
9+
10+
## 2.6.0
11+
* Drop support for React 15
12+
* Support Component2 in commonComponentTests
13+
14+
## 2.5.2
15+
* Add support for React 16 (raise upper bound of `react` to allow 5.x, `over_react` to allow 3.x)
16+
* Fix documentation link
17+
18+
## 2.5.1
19+
* Accommodate findAllInRenderedTree being passed text nodes in React 16
20+
21+
## 2.5.0
22+
* Update references to old JS interop helpers
23+
* Update contributing docs
24+
25+
## 2.4.1
26+
* Work around a bug in DDC where SvgElement className isn't String
27+
28+
## 2.3.0
29+
* Widen over_react range to allow 2.0.0
30+
31+
## 2.2.0
32+
* Update component boilerplate in preparation for over_react 2.0.0
33+
34+
## 2.1.0
35+
* Update component boilerplate in preparation for over_react 2.0.0
436

537
__New Features__
638

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: over_react_test
2-
version: 2.7.1
2+
version: 2.8.0
33
description: A library for testing OverReact components
44
author: Workiva UI Platform Team <[email protected]>
55
homepage: https://github.com/Workiva/over_react_test/

0 commit comments

Comments
 (0)