Skip to content

Commit 51be373

Browse files
Update version strings / changelog for 1.25.0 RC
1 parent 919a27a commit 51be373

File tree

3 files changed

+35
-2
lines changed

3 files changed

+35
-2
lines changed

CHANGELOG.md

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

3+
## 1.25.0
4+
5+
> [Complete `1.25.0` Changeset](https://github.com/Workiva/over_react/compare/1.24.1...1.25.0)
6+
7+
__New Features__
8+
9+
* [#167]: New `ClassNameBuilder.merge` method and `ClassNameBuilder.merged` constructor.
10+
* [#168]: Expose `react_wrappers` library that was previously only available via a `src/` import.
11+
12+
13+
## 1.24.0
14+
15+
> [Complete `1.24.0` Changeset](https://github.com/Workiva/over_react/compare/1.23.1...1.24.0)
16+
17+
__Dependency Updates__
18+
19+
* [#153] react `^4.3.0` (was `^3.7.0`)
20+
* [#151]
21+
* built_redux `^7.4.1` (was `>=6.1.0 <8.0.0`)
22+
* built_value `>=4.2.0 <5.2.0` (was `>=4.2.0 <6.0.0`)
23+
24+
__New Features__
25+
26+
* [#154]: Expose `react_dom.render`/`react_dom.unmountComponentAtNode` from the react library
27+
28+
__Tech Debt__
29+
30+
* [#151] Prepare for Dart 2 SDK
31+
* Address Dart 2.x SDK lints / warnings that do not constitute breaking changes
32+
* Address `DisposableManagerV6` deprecation
33+
* `UiProps` and `UiState` now extend from `MapBase`
34+
35+
336
## 1.24.1
437

538
> [Complete `1.24.1` Changeset](https://github.com/Workiva/over_react/compare/1.24.0...1.24.1)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242

4343
```yaml
4444
dependencies:
45-
over_react: ^1.24.1
45+
over_react: ^1.25.0
4646
```
4747
4848
2. Add the `over_react` [transformer] to your `pubspec.yaml`.

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: 1.24.1
2+
version: 1.25.0
33
description: A library for building statically-typed React UI components using Dart.
44
homepage: https://github.com/Workiva/over_react/
55
authors:

0 commit comments

Comments
 (0)