Skip to content

Commit 4aa18a8

Browse files
committed
Update version and changelog
1 parent d18ce92 commit 4aa18a8

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [5.7.1](https://github.com/cleandart/react-dart/compare/5.7.0...5.7.1)
2+
3+
- [#289] Update most deprecations that were slated for removal in v6.0.0 to be slated for removal in v7.0.0 instead. To keep the migration to v6.0.0 as easy as possible, only APIs that are known to be completely unused will be removed in v6.0.0. Therefore, most APIs that were marked for removal in v6.0.0 will remain until the v7.0.0 release. This PR updated deprecation annotations to reflect this.
4+
- [#287] Deprecate `SyntheticEvent.isFormEvent`. Because form events do not exist as their own type in ReactJS, this helper will be removed in v6.0.0. Instead, check for the expected [form event types](https://reactjs.org/docs/events.html#form-events).
5+
16
## [5.7.0](https://github.com/cleandart/react-dart/compare/5.6.1...5.7.0)
27

38
- [#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.

pubspec.yaml

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

0 commit comments

Comments
 (0)