Skip to content

Commit f0cbd99

Browse files
Merge pull request #962 from Workiva/release_over_react_5.4.1
RM-288897 RM-288896 Release over_react 5.4.1
2 parents 39ae7d7 + c75fac2 commit f0cbd99

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# OverReact Changelog
22

3+
## 5.4.1
4+
- [#958] Officially support Dart 3, raise SDK constraint explicitly
5+
- This did not involve any changes that would affect consumers; previous null-safe versions should also work in Dart 3.
6+
- Note: there's a known bug in Dart >=3.3.0 <3.5.0 that breaks behavior in DDC of certain functions passed to components,
7+
such as refs and potentially JS callback props: https://github.com/dart-lang/sdk/issues/56897.
8+
9+
During development, we recommend either avoiding those Dart versions or compiling with dart2js.
10+
11+
- [#960] Raise `analyzer` upper bound to allow 6.x
12+
- [#957] Docs: add more details around connect vs hooks
13+
314
## 5.4.0
415
- [#941] Add Dart wrapper for React [lazy](https://react.dev/reference/react/lazy)
516
- [#952] Docs: fix diagram formatting in null safety migration guide

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: over_react
2-
version: 5.4.0
2+
version: 5.4.1
33
description: A library for building statically-typed React UI components using Dart.
44
homepage: https://github.com/Workiva/over_react/
55
environment:

tools/analyzer_plugin/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies:
1313
# Upon release, this should be pinned to the over_react version from ../../pubspec.yaml
1414
# so that it always resolves to the same version of over_react that the user has pulled in,
1515
# and thus has the same boilerplate parsing code that's running in the builder.
16-
over_react: 5.4.0
16+
over_react: 5.4.1
1717
path: ^1.5.1
1818
source_span: ^1.7.0
1919
yaml: ^3.0.0

0 commit comments

Comments
 (0)