We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f9dc89 commit 1f41e0bCopy full SHA for 1f41e0b
CHANGELOG.md
@@ -1,6 +1,16 @@
1
# OverReact Changelog
2
3
4
+## 1.9.1
5
+
6
+> [Complete `1.9.1` Changeset](https://github.com/Workiva/over_react/compare/1.9.0...1.9.1)
7
8
+__Bug Fixes__
9
10
+* [#66]: Fix regression with transitions not completing in consumers of AbstractTransition that don't call `super.componentDidMount`
11
12
+
13
14
## 1.9.0
15
16
> [Complete `1.9.0` Changeset](https://github.com/Workiva/over_react/compare/1.8.0...1.9.0)
pubspec.yaml
@@ -1,5 +1,5 @@
name: over_react
-version: 1.9.0
+version: 1.9.1
description: A library for building statically-typed React UI components using Dart.
homepage: https://github.com/Workiva/over_react/
authors:
0 commit comments