From 6910a4ebd6f874dff80a7c201b7bcb122a99fa72 Mon Sep 17 00:00:00 2001 From: rmconsole-readonly-wk Date: Wed, 19 Jun 2019 03:07:05 +0000 Subject: [PATCH 1/2] over_react_2.4.3+dart2 --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index a9b610a07..9b814edfc 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: over_react -version: 2.4.2+dart2 +version: 2.4.3+dart2 description: A library for building statically-typed React UI components using Dart. homepage: https://github.com/Workiva/over_react/ authors: From 669151b10dd088550aa675137b9305806890e208 Mon Sep 17 00:00:00 2001 From: evanweible-wf Date: Tue, 18 Jun 2019 21:28:00 -0600 Subject: [PATCH 2/2] Changelog entry for v2.4.3 --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b36f1b92e..0935eed83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # OverReact Changelog +## 2.4.3 + +> Complete `2.4.3` Changsets: +> +> - [Dart 2](https://github.com/Workiva/over_react/compare/2.4.2+dart2...2.4.3+dart2) +> - Dart 1 (no changes) + +* [#302] The builder now warns if an `.over_react.g.dart` part directive is found + in a file that does not need one (i.e. it does not produce any generated output). +* [#306] The handler chaining utils (e.g. `domEventCallbacks`, `Callback1Arg`, etc.) + have been updated to accommodate the breaking language change in Dart 2.4 + around covariance of type variables used in super-interfaces. + ## 2.4.2 > Complete `2.4.2` Changsets: