Skip to content

Commit bc328de

Browse files
committed
Merge branch 'master' of github.com:cleandart/react-dart into 6.0.0-wip
2 parents 265791f + f07f19e commit bc328de

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [5.7.0](https://github.com/cleandart/react-dart/compare/5.6.1...5.7.0)
2+
3+
- [#282] Add `SyntheticEvent` helpers that eliminate the need to use synthetic event class constructors. Additionally, added utilities to assist in type checking events without manually using the `is` keyword.
4+
15
## [5.6.1](https://github.com/cleandart/react-dart/compare/5.6.0...5.6.1)
26

37
- [#280] Update React dev JS files to include a [workaround](https://github.com/dart-lang/sdk/issues/43193) to a DDC bug when using Chrome 86+ (fixed in Dart 2.9.3)

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: react
2-
version: 5.6.1
2+
version: 5.7.0
33
authors:
44
- Samuel Hapák <[email protected]>
55
- Greg Littlefield <[email protected]>

0 commit comments

Comments
 (0)