Skip to content

Commit 61fbe7a

Browse files
Merge pull request #71 from Workiva/1.10.0-rc
UIP-2297 Release over_react 1.10.0
2 parents 1bbbd20 + 1b553bb commit 61fbe7a

File tree

2 files changed

+20
-3
lines changed

2 files changed

+20
-3
lines changed

CHANGELOG.md

+19-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,28 @@
11
# OverReact Changelog
22

33

4+
## 1.10.0
5+
6+
> [Complete `1.10.0` Changeset](https://github.com/Workiva/over_react/compare/1.9.2...1.10.0)
7+
8+
__Improvements__
9+
10+
* [#69]: New top-level `getSelectionStart` function to normalize `selectionStart` across browsers for both
11+
`TextInputElement`s and `TextAreaElement`s
12+
13+
14+
__Tech Debt Paid__
15+
16+
* [#68]: Declare explicitly-used transitive imports in `pubspec.yaml`
17+
* [#70]: Don't run `ValidationUtil`-related tests in dart2js
18+
19+
 
20+
421
## 1.9.2
522

623
> [Complete `1.9.2` Changeset](https://github.com/Workiva/over_react/compare/1.9.1...1.9.2)
724
8-
__Dependency updates__
25+
__Dependency Updates__
926

1027
* analyzer `>=0.26.1+3 <0.31.0` (was `>=0.26.1+3 <0.30.0`)
1128

@@ -17,7 +34,7 @@ __Dependency updates__
1734
1835
__Bug Fixes__
1936

20-
* [#66]: Fix regression with transitions not completing in consumers of AbstractTransition that don't call `super.componentDidMount`
37+
* [#66]: Fix regression with transitions not completing in consumers of `AbstractTransitionComponent` that don't call `super.componentDidMount`
2138

2239
&nbsp;
2340

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: over_react
2-
version: 1.9.2
2+
version: 1.10.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)