You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,20 @@
1
+
## 7.2.0
2
+
- Add Dart wrapper for React [lazy](https://react.dev/reference/react/lazy)
3
+
4
+
## 7.1.3
5
+
- Internal release tooling changes
6
+
7
+
## 7.1.2
8
+
- Internal release tooling changes
9
+
10
+
## 7.1.1
11
+
- Internal release tooling changes
12
+
- Tests - switch from mockito to mocktail
13
+
14
+
## 7.1.0
15
+
16
+
Add a new `ReactNode` type, which aliases `Object?` to mimic [the React JS Typescript type](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/react/v17/index.d.ts#L214).
17
+
1
18
## 7.0.1
2
19
3
20
Breaking change - fix nullability/typings for `ReactDom.findDomNode` and `ReactDom.render` from `package:react/react_client/react_interop.dart`:
0 commit comments