Skip to content

Commit e3b960c

Browse files
Update version meta and changelog for 6.3.0 release
1 parent 3727c8f commit e3b960c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Diff for: CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,12 @@
4040
#### Potential behavior breakages
4141
- Component and Component2 members `props`/`state`/`jsThis` are late, will now throw instead of being null if accessed before initialized (e.g., in a constructor, final class field, or static lifecycle method).
4242

43+
## [6.3.0](https://github.com/Workiva/react-dart/compare/6.2.1...6.3.0)
44+
- [#372], [#374] Add and update deprecations in preparation for 7.0.0 release, add WIP changelog
45+
- [#372] Add APIs in preparation for null safety:
46+
- `htmlMain` - replacement for deprecated `react.main`, to be removed in 7.0.0
47+
- `useRefInit` - `useRef` can't be used to create non-nullable-typed refs, but `useRefInit` can
48+
4349
## [6.2.1](https://github.com/Workiva/react-dart/compare/6.2.0...6.2.1)
4450
- [#366] Fix lints and eliminate most implicit casts
4551

Diff for: pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: react
2-
version: 6.2.1
2+
version: 6.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)