Skip to content

Commit 911243f

Browse files
Merge pull request #427 from Workiva/release_over_react_3.1.5
RM-61541 RM-61540 Release over_react 3.1.5
2 parents 8144879 + 41634bb commit 911243f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# OverReact Changelog
22

3+
## [3.1.5](https://github.com/Workiva/over_react/compare/3.1.4...3.1.5)
4+
5+
- Fix `ErrorBoundary` infinite loop when multiple errors are thrown at the same time during remount
6+
- Fix `connect`'s `mapStateToOwnPropsWithProps` not getting called
7+
38
## [3.1.4](https://github.com/Workiva/over_react/compare/3.1.3...3.1.4)
49

510
- Replace usage / mention of `UiComponent2.getPropKey` which had to be deprecated in [the 3.1.2 release](https://github.com/Workiva/over_react/pull/418).

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: over_react
2-
version: 3.1.4
2+
version: 3.1.5
33
description: A library for building statically-typed React UI components using Dart.
44
homepage: https://github.com/Workiva/over_react/
55
authors:

0 commit comments

Comments
 (0)