Skip to content

Commit fe55bb6

Browse files
over_react 3.1.7
1 parent bde6993 commit fe55bb6

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

3+
## [3.1.7](https://github.com/Workiva/over_react/compare/3.1.6...3.1.7)
4+
5+
- [#435] Fix issue with `ErrorBoundary` that causes errors thrown within the `render` phase of the component lifecycle to bubble up to parent `ErrorBoundary` components, which resulted in entire consumer applications locking up / crashing / unmounting.
6+
- __DEPRECATIONS:__ `ErrorBoundaryMixin`, `ErrorBoundaryPropsMixin` and `ErrorBoundaryStateMixin` are deprecated and will be removed in the 4.0.0 release.
7+
- To create a custom error boundary moving forward, create an HOC that wraps around the `ErrorBoundary` component instead.
8+
- [#433] Refactor `propTypes` tests
9+
- [#440] Make over_react_redux tests compatible with version `^7.1.1` of the redux JS library
10+
- [#442] Remove Dart 2.4.1 phase from the CI build
11+
- [#428] Add examples of components that have `render` methods that return `Fragment`, `List`, `num` and `String`
12+
313
## [3.1.6](https://github.com/Workiva/over_react/compare/3.1.5...3.1.6)
414
- Remove dead code in `UiProps.build` that was unnecessarily slowing down dart2js compilation
515
- Fix README typos

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.6
2+
version: 3.1.7
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)