Skip to content

Commit 489d86f

Browse files
Merge pull request #415 from Workiva/release_react-dart_7.3.0
RM-288881 Release react-dart 7.3.0
2 parents 203659a + fbaef40 commit 489d86f

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 7.3.0
2+
- Add new, opt-in React 18 JS files (see [README](https://github.com/Workiva/react-dart#html) for more info)
3+
- The preexisting JS files that use React 17 are now deprecated, and will be removed in the next major version, 8.0.0.
4+
- Raise SDK constraint from `<3.0.0` to `<4.0.0`, run CI on Dart 3
5+
16
## 7.2.0
27
- Add Dart wrapper for React [lazy](https://react.dev/reference/react/lazy)
38

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,9 @@ In a `.html` file, include the javascript libraries
4444
_(provided with this library for compatibility reasons)_ within your `.html` file,
4545
and also add an element with an `id` to mount your React component.
4646

47-
This library is in the process of migrating to React 18, but while this is happening it will continue to support both React 17 and React 18. The React 17 js files are deprecated but available to ease migration and will be removed at some point in a future major version.
47+
This package now supports both React 17 and React 18. To opt into React 18, replace usages of this package's JS files with their new, React 18 versions (see table below).
48+
49+
The React 17 JS files are now deprecated, and will be removed in the next major version of this package, 8.0.0.
4850
4951
##### React 18
5052
| Mode | Library | JS File Name |

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: react
2-
version: 7.2.0
2+
version: 7.3.0
33
description: Bindings of the ReactJS library for building interactive interfaces.
44
homepage: https://github.com/cleandart/react-dart
55
environment:

0 commit comments

Comments
 (0)