Skip to content

Commit

Permalink
Merge pull request #832 from Workiva/update-changelog-for-4100
Browse files Browse the repository at this point in the history
Update Changelog for 4.10.0 release
  • Loading branch information
rmconsole2-wf authored Aug 14, 2023
2 parents 977b4d6 + 890500d commit 76dd21e
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# OverReact Changelog

## [4.10.0](https://github.com/Workiva/over_react/compare/4.9.1...4.10.0)
- [#829] Add improved prop forwarding methods (`UiProps.getPropsToForward`/`.addPropsToForward`)
- [#809], [#826], [#827] Example app dependency updates


## [4.9.1](https://github.com/Workiva/over_react/compare/4.9.0...4.9.1)
- [#824] Update 3rd party dependencies

## [4.9.0](https://github.com/Workiva/over_react/compare/4.8.5...4.9.0)
- [#820] Add Suspense Component
- [#819] More dependency updates
Expand Down Expand Up @@ -30,9 +38,9 @@

## [4.6.0](https://github.com/Workiva/over_react/compare/4.5.0...4.6.0)
#### Analyzer Plugin
- [#788] Add new `over_react_hooks_exhaustive_deps` diagnostic that validates the dependency lists of React hooks such as `useEffect`, `useMemo`, and `useCallback`.
Ported/forked from the JS eslint-plugin-react-hooks `react-hooks/exhaustive-deps` rule
- [#788] Add new `over_react_hooks_exhaustive_deps` diagnostic that validates the dependency lists of React hooks such as `useEffect`, `useMemo`, and `useCallback`.

Ported/forked from the JS eslint-plugin-react-hooks `react-hooks/exhaustive-deps` rule
([info from the React docs](https://reactjs.org/docs/hooks-effect.html#:~:text=If%20you%20use%20this%20optimization%2C%20make%20sure%20the%20array%20includes),
[package](https://www.npmjs.com/package/eslint-plugin-react-hooks),
[source](https://github.com/facebook/react/blob/main@%7B2020-10-16%7D/packages/eslint-plugin-react-hooks/src/ExhaustiveDeps.js)),
Expand Down

0 comments on commit 76dd21e

Please sign in to comment.