File tree Expand file tree Collapse file tree 3 files changed +19
-3
lines changed
Expand file tree Collapse file tree 3 files changed +19
-3
lines changed Original file line number Diff line number Diff line change 11# OverReact Changelog
22
3+ ## [ 4.2.5] ( https://github.com/Workiva/over_react/compare/4.2.4...4.2.5 )
4+ - [ #720 ] Auto-tear-down ConnectFluxAdapterStores when backing Flux stores dispose
5+ - Bump react lower bound to 6.1.4
6+
7+ Internal Tech Debt:
8+ - Dev dependencies: remove dart2_constant, update test_html_builder and dependency_validator to latest
9+ - CI: Don't run main build in Dart 2.14 until we can upgrade pkg: analyzer and get it passing again
10+ - CI: Fix analyzer plugin build
11+
12+ ## [ 4.2.4] ( https://github.com/Workiva/over_react/compare/4.2.3...4.2.4 )
13+ - [ #710 ] Support type-checking directly from the ` UiFactory ` to better support JS components
14+
15+ ## [ 4.2.3] ( https://github.com/Workiva/over_react/compare/4.2.2...4.2.3 )
16+ - [ #708 ] Add 2.13.4 to CI matrix
17+ - [ #709 ] Raise the Dart SDK minimum to at least 2.11.0
18+
319## [ 4.2.2] ( https://github.com/Workiva/over_react/compare/4.2.1...4.2.2 )
420
521- Reinstate null-aware isDisposedOrDisposing (removed in [ #703 ] /4.2.1) to support tests with mocked stores
Original file line number Diff line number Diff line change 11name : over_react
2- version : 4.2.4
2+ version : 4.2.5
33description : A library for building statically-typed React UI components using Dart.
44homepage : https://github.com/Workiva/over_react/
55environment :
@@ -56,4 +56,4 @@ dependency_validator:
5656 - app/**
5757 - tools/**
5858 ignore :
59- - meta
59+ - meta
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ dependencies:
1212 # Upon release, this should be pinned to the over_react version from ../../pubspec.yaml
1313 # so that it always resolves to the same version of over_react that the user has pulled in,
1414 # and thus has the same boilerplate parsing code that's running in the builder.
15- over_react : 4.2.4
15+ over_react : 4.2.5
1616 meta : " >=1.2.2 <1.7.0" # Workaround to avoid https://github.com/dart-lang/sdk/issues/46142
1717 path : ^1.5.1
1818 source_span : ^1.7.0
You can’t perform that action at this time.
0 commit comments