We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f3fea47 + 77c3203 commit 399ad47Copy full SHA for 399ad47
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# OverReact Changelog
2
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
+
7
## [3.1.5](https://github.com/Workiva/over_react/compare/3.1.4...3.1.5)
8
9
- Fix `ErrorBoundary` infinite loop when multiple errors are thrown at the same time during remount
pubspec.yaml
@@ -1,5 +1,5 @@
name: over_react
-version: 3.1.5
+version: 3.1.6
description: A library for building statically-typed React UI components using Dart.
homepage: https://github.com/Workiva/over_react/
authors:
0 commit comments