File tree 2 files changed +20
-3
lines changed
2 files changed +20
-3
lines changed Original file line number Diff line number Diff line change 1
1
# OverReact Changelog
2
2
3
3
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
+
4
21
## 1.9.2
5
22
6
23
> [ Complete ` 1.9.2 ` Changeset] ( https://github.com/Workiva/over_react/compare/1.9.1...1.9.2 )
7
24
8
- __ Dependency updates __
25
+ __ Dependency Updates __
9
26
10
27
* analyzer ` >=0.26.1+3 <0.31.0 ` (was ` >=0.26.1+3 <0.30.0 ` )
11
28
@@ -17,7 +34,7 @@ __Dependency updates__
17
34
18
35
__ Bug Fixes__
19
36
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 `
21
38
22
39
  ;
23
40
Original file line number Diff line number Diff line change 1
1
name : over_react
2
- version : 1.9.2
2
+ version : 1.10.0
3
3
description : A library for building statically-typed React UI components using Dart.
4
4
homepage : https://github.com/Workiva/over_react/
5
5
authors :
You can’t perform that action at this time.
0 commit comments