Skip to content

Commit

Permalink
Merge pull request #291 from cleandart/release-react-5.7.1
Browse files Browse the repository at this point in the history
Release React 5.7.1
  • Loading branch information
joebingham-wk authored Nov 25, 2020
2 parents d18ce92 + 4aa18a8 commit 1c3a4bd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [5.7.1](https://github.com/cleandart/react-dart/compare/5.7.0...5.7.1)

- [#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.
- [#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.7.0](https://github.com/cleandart/react-dart/compare/5.6.1...5.7.0)

- [#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.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: react
version: 5.7.0
version: 5.7.1
authors:
- Samuel Hapák <[email protected]>
- Greg Littlefield <[email protected]>
Expand Down

0 comments on commit 1c3a4bd

Please sign in to comment.