Skip to content

Commit 33f91ad

Browse files
committed
Update version and changelog
1 parent d18ce92 commit 33f91ad

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
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] Mark most deprecations for removal in v7.0.0. To keep the migration to v6.0.0 as easy as possible, only APIs that are known to be completely unused are marked for removal. Therefore, most APIs that were marked for removal in v6.0.0 will remain until the v7.0.0 release.
4+
- [#287] Deprecate `SyntheticEvent.isFormEvent`. 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

Lines changed: 1 addition & 1 deletion
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 <samuel.hapak@gmail.com>
55
- Greg Littlefield <greg.littlefield@workiva.com>

0 commit comments

Comments
 (0)