File tree Expand file tree Collapse file tree 3 files changed +35
-2
lines changed
Expand file tree Collapse file tree 3 files changed +35
-2
lines changed Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff line change 4242
4343 ``` yaml
4444 dependencies :
45- over_react : ^1.24.1
45+ over_react : ^1.25.0
4646 ` ` `
4747
48482. Add the ` over_react` [transformer] to your `pubspec.yaml`.
Original file line number Diff line number Diff line change 11name : over_react
2- version : 1.24.1
2+ version : 1.25.0
33description : A library for building statically-typed React UI components using Dart.
44homepage : https://github.com/Workiva/over_react/
55authors :
You can’t perform that action at this time.
0 commit comments