Skip to content

Commit cdb035f

Browse files
authored
Merge pull request #53 from Workiva/release_1.7.0
UIP-2052 Release over_react 1.7.0
2 parents b251f73 + 425dbaa commit cdb035f

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
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)

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: over_react
2-
version: 1.6.0
2+
version: 1.7.0
33
description: A library for building statically-typed React UI components using Dart.
44
homepage: https://github.com/Workiva/over_react/
55
authors:

0 commit comments

Comments
 (0)