Skip to content

Release react 5.2.1 (hotfix) #239

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Dec 11, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
## [5.2.1](https://github.com/cleandart/react-dart/compare/5.2.0...5.2.1)

- Temporarily pin react-redux dependency to version `7.1.0` to prevent widespread test failures as a result of
[`Provider` being converted into a function component with hooks](https://github.com/reduxjs/react-redux/pull/1377).

## [5.2.0](https://github.com/cleandart/react-dart/compare/5.1.1...5.2.0)

- Expose `componentZone` to allow overriding the zone in which Component2 lifecycle methods are run, for testing
- [#190] Fix null value handling in `setStateWithUpdater`
- [#235] Fix null value handling in `getDerivedStateFromError` interop
- [#238] Fix js package security vulnerability
- [#236] Expose `componentZone` to allow overriding the zone in which Component2 lifecycle methods are run, for testing

## [5.1.1](https://github.com/cleandart/react-dart/compare/5.1.0...5.1.1)

Expand Down
836 changes: 274 additions & 562 deletions lib/react_dom.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/react_dom.js.map

Large diffs are not rendered by default.

18 changes: 5 additions & 13 deletions lib/react_dom_prod.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/react_dom_prod.js.map

Large diffs are not rendered by default.

20 changes: 6 additions & 14 deletions lib/react_with_react_dom_prod.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/react_with_react_dom_prod.js.map

Large diffs are not rendered by default.

60 changes: 17 additions & 43 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-dom-factories": "^1.0.2",
"react-redux": "^7.1.3",
"react-redux": "=7.1.0",
"react-test-renderer": "^16.12.0",
"redux": "^4.0.4",
"regenerator-runtime": "^0.13.3",
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.2.0
version: 5.2.1
authors:
- Samuel Hapák <[email protected]>
- Greg Littlefield <[email protected]>
Expand Down