Skip to content

Commit a05be48

Browse files
authored
Merge pull request #640 from Workiva/release_over_react_3.11.0
RM-85606 RM-85605 Release over_react 3.11.0
2 parents d094d02 + 83bb0ce commit a05be48

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## [3.11.0](https://github.com/Workiva/over_react/compare/3.10.1...3.11.0)
4+
5+
- [#633] Add `staticMeta`, `addUnconsumedProps`, and `addUnconsumedDomProps` to the `UiProps` component base class to allow
6+
for deriving consumed props in function components. See the [Props Mixin Component Composition Doc](./doc/props_mixin_component_composition.md) for examples.
7+
- [#635] Bump `react` minimum version to 5.6.1 to pull in the [Chrome 86 DDC workaround](https://github.com/cleandart/react-dart/pull/280)
8+
39
## [3.10.1](https://github.com/Workiva/over_react/compare/3.10.0...3.10.1)
410

511
- [#500] Improve error messages for boilerplate-related issues

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

tools/analyzer_plugin/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies:
1212
# Upon release, this should be pinned to the over_react version from ../../pubspec.yaml
1313
# so that it always resolves to the same version of over_react that the user has pulled in,
1414
# and thus has the same boilerplate parsing code that's running in the builder.
15-
over_react: 3.10.1
15+
over_react: 3.11.0
1616
meta: ^1.1.6
1717
path: ^1.5.1
1818
source_span: ^1.7.0

0 commit comments

Comments
 (0)