From dd824b04bc84127f8f81cb4fade4a27d1c4393aa Mon Sep 17 00:00:00 2001 From: rmconsole-readonly-wk Date: Mon, 7 Jan 2019 23:04:04 +0000 Subject: [PATCH 1/2] over_react_1.30.1 --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 90804fa0c..7ce346f55 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: over_react -version: 1.30.0 +version: 1.30.1 description: A library for building statically-typed React UI components using Dart. homepage: https://github.com/Workiva/over_react/ authors: From 6d240f19c7c68d642c8641d42ff0f167531b417c Mon Sep 17 00:00:00 2001 From: evanweible-wf Date: Mon, 7 Jan 2019 16:13:29 -0700 Subject: [PATCH 2/2] v1.30.1 changelog --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65ba3e200..48fe69775 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # OverReact Changelog +## 1.30.1 + +> [Complete `1.30.1` Changeset](https://github.com/Workiva/over_react/compare/1.30.0...1.30.1) + +__Bug Fixes__ + +* [#220] Fix an issue for Dart 2 compatibility with how the transformer handles + props and state mixins that have generic type parameters. + +__Tech-Debt__ + +* [#219] Remove `dart:mirrors` usages from tests (necessary for Dart 2 + compatibility). + +__Documentation__ + +* [#210] Add a [Dart 2 migration guide](https://github.com/Workiva/over_react/blob/master/doc/dart2_migration.md). +* [#209] Add [Dart 1 / 2 code snippets for VSCode and WebStorm/IntelliJ](https://github.com/Workiva/over_react/blob/master/snippets/README.md). + ## 1.30.0 > [Complete `1.30.0` Changeset](https://github.com/Workiva/over_react/compare/1.29.0...1.30.0)