From 71c5d14d473cf863eed1711b83e86613733c8405 Mon Sep 17 00:00:00 2001 From: kealjones-wk Date: Mon, 14 Aug 2023 14:10:26 -0700 Subject: [PATCH 1/2] update changelog for 4.10.0 release --- CHANGELOG.md | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 043070195..85a614cd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # OverReact Changelog +## [4.10.0](https://github.com/Workiva/over_react/compare/4.9.1...4.10.0) +- [#829] Add improved prop forwarding method +- [#809] Update json_annotation & serializable in example app +- [#826] Allow test_html_builder 3 +- [#827] Raise minimums + + +## [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 @@ -30,9 +40,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)), From 890500d29a2e082e34b8532a2c54f38c8eebb523 Mon Sep 17 00:00:00 2001 From: Keal Jones <41018730+kealjones-wk@users.noreply.github.com> Date: Mon, 14 Aug 2023 14:51:24 -0700 Subject: [PATCH 2/2] Apply suggestions from code review Co-authored-by: Greg Littlefield --- CHANGELOG.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85a614cd9..32229cd2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,8 @@ # OverReact Changelog ## [4.10.0](https://github.com/Workiva/over_react/compare/4.9.1...4.10.0) -- [#829] Add improved prop forwarding method -- [#809] Update json_annotation & serializable in example app -- [#826] Allow test_html_builder 3 -- [#827] Raise minimums +- [#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)