Skip to content

Commit 278d4e3

Browse files
committed
update version and changelog
1 parent f97130a commit 278d4e3

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

CHANGELOG.md

+7-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
1-
## [5.2.2](https://github.com/cleandart/react-dart/compare/5.2.1...5.2.2)
1+
## [5.3.0](https://github.com/cleandart/react-dart/compare/5.2.1...5.3.0)
22

33
- Unpin the react-redux JS dependency to allow versions `7.1.1` and higher.
4-
- Run over_react tests as part of the CI process to prevent another situation where changing JS dependencies
4+
- Run over_react tests as part of the CI process to prevent another situation where changing JS dependencies
55
regressed tightly coupled libs like `over_react_redux` (like the one that required the 5.2.1 hotfix).
6+
- [#242] Implement StrictMode Component
67

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

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

1213
## [5.2.0](https://github.com/cleandart/react-dart/compare/5.1.1...5.2.0)
@@ -37,7 +38,7 @@ __Full ReactJS 16.x Component Lifecycle Support__
3738
- <s>`componentWillUpdate`</s> => `getSnapshotBeforeUpdate` _(new)_
3839
- `componentDidCatch` / `getDerivedStateFromError` _(new)_
3940
- Adds support for [error boundaries](https://reactjs.org/docs/error-boundaries.html).
40-
41+
4142
__[Portals](https://reactjs.org/docs/portals.html)__
4243

4344
- _"Portals provide a first-class way to render children into a DOM node that exists outside the DOM hierarchy of the parent component."_
@@ -68,7 +69,7 @@ Pull in 4.9.2 changes that were accidentally reverted as part of 5.0.0.
6869
- The underlying `.js` files provided by this package are now ReactJS version 16.
6970
- Support for the new / updated lifecycle methods from ReactJS 16 [will be released in version `5.1.0`](https://github.com/cleandart/react-dart/milestone/1).
7071

71-
> [Full list of 5.0.0 Changes](https://github.com/cleandart/react-dart/milestone/2?closed=1)
72+
> [Full list of 5.0.0 Changes](https://github.com/cleandart/react-dart/milestone/2?closed=1)
7273
7374
> __[Full List of Breaking Changes](https://github.com/cleandart/react-dart/pull/224)__
7475
@@ -97,7 +98,7 @@ Pull in 4.9.2 changes that were accidentally reverted as part of 5.0.0.
9798
9899
- [#181]: Remove unnecessary zoning on event handlers that interferes with testing
99100
- Handlers triggered by real events will now always be called in the root zone.
100-
101+
101102
In most cases, handlers were already running in the root zone, so this should not affect behavior. See [#179] for more details.
102103
- When testing, you previous had to bind event handlers or callbacks triggered by event handlers to zones when using `expect` or `expectAsync`.
103104
```dart

pubspec.yaml

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

0 commit comments

Comments
 (0)