File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 11# OverReact Changelog
22
3+ ## 2.4.3
4+
5+ > Complete ` 2.4.3 ` Changsets:
6+ >
7+ > - [ Dart 2] ( https://github.com/Workiva/over_react/compare/2.4.2+dart2...2.4.3+dart2 )
8+ > - Dart 1 (no changes)
9+
10+ * [ #302 ] The builder now warns if an ` .over_react.g.dart ` part directive is found
11+ in a file that does not need one (i.e. it does not produce any generated output).
12+ * [ #306 ] The handler chaining utils (e.g. ` domEventCallbacks ` , ` Callback1Arg ` , etc.)
13+ have been updated to accommodate the breaking language change in Dart 2.4
14+ around covariance of type variables used in super-interfaces.
15+
316## 2.4.2
417
518> Complete ` 2.4.2 ` Changsets:
Original file line number Diff line number Diff line change 11name : over_react
2- version : 2.4.2 +dart2
2+ version : 2.4.3 +dart2
33description : A library for building statically-typed React UI components using Dart.
44homepage : https://github.com/Workiva/over_react/
55authors :
You can’t perform that action at this time.
0 commit comments