Skip to content

Commit

Permalink
Merge pull request #680 from Workiva/release_over_react_4.1.0
Browse files Browse the repository at this point in the history
RM-93430 RM-93429 Release over_react 4.1.0
  • Loading branch information
rmconsole3-wf authored Feb 3, 2021
2 parents 2a6a609 + 169bd3c commit aec3dbc
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# OverReact Changelog

## [4.1.0](https://github.com/Workiva/over_react/compare/4.0.0...4.1.0)

- [#679] Update boilerplate to be compatible with Dart >=2.9.0.

This introduced a new component factory syntax that future proofs the boilerplate syntax through Dart 2.12! For more information and migration instructions, refer to the [PR description](https://github.com/Workiva/over_react/pull/679).

- [#674] Add Redux hooks.

Introducing new Redux hook APIs! OverReact consumers also using OverReact Redux can now use the `useDispatch`, `useSelector`, and `useStore` hooks. For more information, refer to the [documenation](https://github.com/Workiva/over_react/blob/master/doc/over_react_redux_documentation.md#hooks).

- [#655] Add the capability to configure `ComponentTypeMeta` on functional components via `setComponentMeta`.

Those who used class based components were accustomed to being able to modify meta data by using the `@Component2()` annotation. Previously, there was no way to do this on functional components. However, the new `setComponentMeta` API fixes this and allows for similar capabilities on functional components.

## 4.0.0

This stable, __major__ release of over_react includes:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: over_react
version: 4.0.0
version: 4.1.0
description: A library for building statically-typed React UI components using Dart.
homepage: https://github.com/Workiva/over_react/
authors:
Expand Down
2 changes: 1 addition & 1 deletion tools/analyzer_plugin/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
# Upon release, this should be pinned to the over_react version from ../../pubspec.yaml
# so that it always resolves to the same version of over_react that the user has pulled in,
# and thus has the same boilerplate parsing code that's running in the builder.
over_react: 4.0.0
over_react: 4.1.0
meta: ^1.1.6
path: ^1.5.1
source_span: ^1.7.0
Expand Down

0 comments on commit aec3dbc

Please sign in to comment.