Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Changelog for 4.10.0 Release #831

Closed
wants to merge 3 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 13 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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)),
Expand Down