Skip to content

Commit 8dcfb74

Browse files
over_react 3.1.3
1 parent 2a500e1 commit 8dcfb74

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.3](https://github.com/Workiva/over_react/compare/3.1.2...3.1.3)
4+
5+
- Fixes an issue that prevents `UiComponent` instances from being declared as sub-types of `UiComponent2` instances
6+
via the `subtypeOf` argument in a `Component2()` annotation.
7+
38
## [3.1.2](https://github.com/Workiva/over_react/compare/3.1.1...3.1.2)
49

510
- Restore the public `getPropKey` function that was accidentally made private in the 3.1.0 release.

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