File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 11# OverReact Changelog
22
3+
4+ ## 1.7.0
5+
6+ > [ Complete ` 1.7.0 ` Changeset] ( https://github.com/Workiva/over_react/compare/1.6.0...1.7.0 )
7+
8+ * Eliminate dart2js warnings on component props classes #52
9+ * Deprecate the ` @Required() ` annotation since it conflicts with the ` meta ` package. #51 Replaced by:
10+ * arguments to the ` Accessor ` annotation:
11+ ```dart
12+ @Accessor (isRequired: true, isNullable: true, requiredErrorMessage: 'foo')
13+ ```
14+
15+ * shorthand aliases: ` @requiredProp ` /` @nullableRequiredProp `
16+
317## 1.6.0
418
519> [ Complete ` 1.6.0 ` Changeset] ( https://github.com/Workiva/over_react/compare/1.5.0...1.6.0 )
Original file line number Diff line number Diff line change 11name : over_react
2- version : 1.6 .0
2+ version : 1.7 .0
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