Skip to content

Commit 399ad47

Browse files
Merge pull request #437 from Workiva/release_over_react_3.1.6
RM-62606 RM-62605 Release over_react 3.1.6
2 parents f3fea47 + 77c3203 commit 399ad47

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

3+
## [3.1.6](https://github.com/Workiva/over_react/compare/3.1.5...3.1.6)
4+
- Remove dead code in `UiProps.build` that was unnecessarily slowing down dart2js compilation
5+
- Fix README typos
6+
37
## [3.1.5](https://github.com/Workiva/over_react/compare/3.1.4...3.1.5)
48

59
- Fix `ErrorBoundary` infinite loop when multiple errors are thrown at the same time during remount

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.5
2+
version: 3.1.6
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)