diff --git a/CHANGELOG.md b/CHANGELOG.md index d67097b9f..b47ee926f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,38 @@ # OverReact Changelog +## 1.25.0 + +> [Complete `1.25.0` Changeset](https://github.com/Workiva/over_react/compare/1.24.1...1.25.0) + +__New Features__ + +* [#167]: New `ClassNameBuilder.merge` method and `ClassNameBuilder.merged` constructor. +* [#168]: Expose `react_wrappers` library that was previously only available via a `src/` import. + + +## 1.24.0 + +> [Complete `1.24.0` Changeset](https://github.com/Workiva/over_react/compare/1.23.1...1.24.0) + +__Dependency Updates__ + +* [#153] react `^4.3.0` (was `^3.7.0`) +* [#151] + * built_redux `^7.4.1` (was `>=6.1.0 <8.0.0`) + * built_value `>=4.2.0 <5.2.0` (was `>=4.2.0 <6.0.0`) + +__New Features__ + +* [#154]: Expose `react_dom.render`/`react_dom.unmountComponentAtNode` from the react library + +__Tech Debt__ + +* [#151] Prepare for Dart 2 SDK + * Address Dart 2.x SDK lints / warnings that do not constitute breaking changes + * Address `DisposableManagerV6` deprecation + * `UiProps` and `UiState` now extend from `MapBase` + + ## 1.24.1 > [Complete `1.24.1` Changeset](https://github.com/Workiva/over_react/compare/1.24.0...1.24.1) diff --git a/README.md b/README.md index a99c901a4..a5009ae92 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ ```yaml dependencies: - over_react: ^1.24.1 + over_react: ^1.25.0 ``` 2. Add the `over_react` [transformer] to your `pubspec.yaml`. diff --git a/pubspec.yaml b/pubspec.yaml index 12286ddc2..abe78b7a1 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: over_react -version: 1.24.1 +version: 1.25.0 description: A library for building statically-typed React UI components using Dart. homepage: https://github.com/Workiva/over_react/ authors: