Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RM-116106 RM-116105 Release over_react 4.2.5 #721

Merged
merged 1 commit into from
Dec 2, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# OverReact Changelog

## [4.2.5](https://github.com/Workiva/over_react/compare/4.2.4...4.2.5)
- [#720] Auto-tear-down ConnectFluxAdapterStores when backing Flux stores dispose
- Bump react lower bound to 6.1.4

Internal Tech Debt:
- Dev dependencies: remove dart2_constant, update test_html_builder and dependency_validator to latest
- CI: Don't run main build in Dart 2.14 until we can upgrade pkg:analyzer and get it passing again
- CI: Fix analyzer plugin build

## [4.2.4](https://github.com/Workiva/over_react/compare/4.2.3...4.2.4)
- [#710] Support type-checking directly from the `UiFactory` to better support JS components

## [4.2.3](https://github.com/Workiva/over_react/compare/4.2.2...4.2.3)
- [#708] Add 2.13.4 to CI matrix
- [#709] Raise the Dart SDK minimum to at least 2.11.0

## [4.2.2](https://github.com/Workiva/over_react/compare/4.2.1...4.2.2)

- Reinstate null-aware isDisposedOrDisposing (removed in [#703]/4.2.1) to support tests with mocked stores
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: over_react
version: 4.2.4
version: 4.2.5
description: A library for building statically-typed React UI components using Dart.
homepage: https://github.com/Workiva/over_react/
environment:
Expand Down Expand Up @@ -56,4 +56,4 @@ dependency_validator:
- app/**
- tools/**
ignore:
- meta
- meta
2 changes: 1 addition & 1 deletion tools/analyzer_plugin/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
# Upon release, this should be pinned to the over_react version from ../../pubspec.yaml
# so that it always resolves to the same version of over_react that the user has pulled in,
# and thus has the same boilerplate parsing code that's running in the builder.
over_react: 4.2.4
over_react: 4.2.5
meta: ">=1.2.2 <1.7.0" # Workaround to avoid https://github.com/dart-lang/sdk/issues/46142
path: ^1.5.1
source_span: ^1.7.0
Expand Down