diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e8f4dfaa..61990820e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,16 @@ # OverReact Changelog +## 1.9.1 + +> [Complete `1.9.1` Changeset](https://github.com/Workiva/over_react/compare/1.9.0...1.9.1) + +__Bug Fixes__ + +* [#66]: Fix regression with transitions not completing in consumers of AbstractTransition that don't call `super.componentDidMount` + +  + ## 1.9.0 > [Complete `1.9.0` Changeset](https://github.com/Workiva/over_react/compare/1.8.0...1.9.0) diff --git a/lib/src/component/abstract_transition.dart b/lib/src/component/abstract_transition.dart index 6f7f8bcd6..6a5bdcf57 100644 --- a/lib/src/component/abstract_transition.dart +++ b/lib/src/component/abstract_transition.dart @@ -296,16 +296,11 @@ abstract class AbstractTransitionComponent