Skip to content

Commit c5b846d

Browse files
Merge pull request #283 from Workiva/release_over_react_2.4.0+dart2
CPLAT-4956 CPLAT-4955 Release over_react 2.4.0+dart2
2 parents 02ea76b + c5c2856 commit c5b846d

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

3+
## 2.4.0
4+
5+
> Complete `2.4.0` Changsets:
6+
>
7+
> - [Dart 2](https://github.com/Workiva/over_react/compare/2.3.1+dart2...2.4.0+dart2)
8+
> - Dart 1 (no changes)
9+
10+
* [#280] Optimize the over_react builder to avoid unnecessary asset reads.
11+
Informal profiling in a large codebase that consumes over_react has shown in
12+
the best case a speed up on rebuilds from ~1 minute to ~2 seconds, and in the
13+
worst case no difference at all.
14+
315
## 2.3.1
416

517
> Complete `2.3.1` Changsets:

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: 2.3.1+dart2
2+
version: 2.4.0+dart2
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)