Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Feb 10, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
react-use ^14.1.1 -> ^17.0.0 age adoption passing confidence

Release Notes

streamich/react-use

v17.4.0

Compare Source

Features
  • add usePinchZoom sensor hook (3e042cb)

17.3.3 (2022-05-20)

Bug Fixes

17.3.2 (2021-12-30)

Bug Fixes

17.3.1 (2021-08-31)

Performance Improvements
  • ⚡️ change title only if it changed (51ef8d9)

v17.3.3

Compare Source

Bug Fixes

v17.3.2

Compare Source

Bug Fixes

v17.3.1

Compare Source

Performance Improvements
  • ⚡️ change title only if it changed (51ef8d9)

v17.3.0

Compare Source

Bug Fixes
  • do not re-render unncessarily in useAsyncFn hook (fa3ba25)
Features
  • useAudio add playing state (3203610)

17.2.4 (2021-04-23)

Bug Fixes
  • lint issues. (66b0f23)
  • useLocalStorage: reinitialize on key change (fdd1b23)
  • add generic typing to createHTMLMediaHook. no typecheck problem with ref anymore. (1f547ef)
  • add generic typing to createHTMLMediaHook. no typecheck problem with ref anymore. (ac4dd78)

17.2.3 (2021-04-06)

Bug Fixes

17.2.2 (2021-04-06)

Bug Fixes
  • useStateWithHistory: support callback style setState (fca687d)

17.2.1 (2021-03-11)

Bug Fixes
  • lint issues. (3e8af15)
  • useMeasure type definitions for SVG (e200f7f)
  • useUnmountPromise stops on immediate update (9ff5c09)

v17.2.4

Compare Source

Bug Fixes
  • lint issues. (66b0f23)
  • useLocalStorage: reinitialize on key change (fdd1b23)
  • add generic typing to createHTMLMediaHook. no typecheck problem with ref anymore. (1f547ef)
  • add generic typing to createHTMLMediaHook. no typecheck problem with ref anymore. (ac4dd78)

v17.2.3

Compare Source

Bug Fixes

v17.2.2

Compare Source

Bug Fixes
  • useStateWithHistory: support callback style setState (fca687d)

v17.2.1

Compare Source

Bug Fixes
  • lint issues. (3e8af15)
  • useMeasure type definitions for SVG (e200f7f)
  • useUnmountPromise stops on immediate update (9ff5c09)

v17.2.0

Compare Source

Bug Fixes
  • delete isClient (72f4cb9)
  • lint issues. (dc5bbe0)
  • useOrientation: handle orientation being 0 (793b053)
  • useOrientation: update tests to increase coverage (f9c743f)
  • use window inside useEffect (2f33aa8)
Features
  • useOrientation: add tests (f45cb70)

17.1.1 (2021-02-10)

Bug Fixes
  • useMountedState should not change state on componentDidUpdate lifecycle (701b306)

v17.1.1

Compare Source

Bug Fixes
  • useMountedState should not change state on componentDidUpdate lifecycle (701b306)

v17.1.0

Compare Source

Features
  • prettier: make prettier a part of eslint. (b6993a6)

17.0.2 (2021-02-01)

Bug Fixes
  • proper definition for useMeasure (1461527)

17.0.1 (2021-01-31)

Bug Fixes
  • proper definition for isBrowser and isNavigator states. (a087deb), closes #​1777

v17.0.2

Compare Source

Bug Fixes
  • proper definition for useMeasure (1461527)

v17.0.1

Compare Source

Bug Fixes
  • proper definition for isBrowser and isNavigator states. (a087deb), closes #​1777

v17.0.0

Compare Source

Features
  • refactor the useNetwork hook. (23037f2)
BREAKING CHANGES
  • useNetwork hook renamed to useNetworkState.

v16.1.0

Compare Source

Features
  • improve on and off util functions typing. (723c588)

v16.0.0

Compare Source

chore
  • refactoring and rearrangement. (a27f09f)
BREAKING CHANGES
  • all create* factories been moved to factory subdirectory and in case direct import should be imported like react-use/esm/factory/createBreakpoint
  • comps directory renamed to component

15.3.8 (2021-01-08)

Bug Fixes
  • improve useStateValidator and useMultiStateValidator typings. (acff81d)

15.3.7 (2021-01-08)

Bug Fixes

15.3.6 (2021-01-07)

Bug Fixes

15.3.4 (2020-09-04)

Bug Fixes
  • useLongPress hook linting fixes. (479dd99)

15.3.3 (2020-07-24)

Bug Fixes
  • replace createFactory usages with createElement (ad29bea)

15.3.2 (2020-06-29)

Bug Fixes

15.3.1 (2020-06-29)

Bug Fixes

v15.3.8

Compare Source

Bug Fixes
  • improve useStateValidator and useMultiStateValidator typings. (acff81d)

v15.3.7

Compare Source

Bug Fixes

v15.3.6

Compare Source

Bug Fixes

v15.3.4

Compare Source

Bug Fixes
  • useLongPress hook linting fixes. (479dd99)

v15.3.3

Compare Source

Bug Fixes
  • replace createFactory usages with createElement (ad29bea)

v15.3.2

Compare Source

Bug Fixes

v15.3.1

Compare Source

Bug Fixes

v15.3.0

Compare Source

Features
  • usePrevious: reworked the hook, now it is more memory-efficient. (8c6f467)

15.2.5 (2020-06-15)

Bug Fixes
  • bump react-universal-interface (1540c1a)

15.2.4 (2020-06-13)

Bug Fixes
  • doesn't unlock the body on unmount (1ead4ef)

15.2.3 (2020-06-13)

Bug Fixes
  • 🐛 improve how text is dropped in useDrop hook (b2f46d1)

15.2.2 (2020-06-08)

Bug Fixes
  • repair useKeyboardJs hook (8410bb0)

15.2.1 (2020-06-08)

Bug Fixes
  • 🐛 bump fast-deep-equal, and consume it through ES import (f3c715c)

v15.2.5

Compare Source

Bug Fixes
  • bump react-universal-interface (1540c1a)

v15.2.4

Compare Source

Bug Fixes
  • doesn't unlock the body on unmount (1ead4ef)

v15.2.3

Compare Source

Bug Fixes
  • 🐛 improve how text is dropped in useDrop hook (b2f46d1)

v15.2.2

Compare Source

Bug Fixes
  • repair useKeyboardJs hook (8410bb0)

v15.2.1

Compare Source

Bug Fixes
  • 🐛 bump fast-deep-equal, and consume it through ES import (f3c715c)

v15.2.0

Compare Source

Features

15.1.1 (2020-05-30)

Bug Fixes
  • 🐛 use useIsomorphicLayoutEffect everywhere (dad26e5)

v15.1.1

Compare Source

Bug Fixes
  • 🐛 use useIsomorphicLayoutEffect everywhere (dad26e5)

v15.1.0

Compare Source

Bug Fixes
  • display alert timeout in story (2bb65ef)
  • mutate ref in render directly (5488f5e)
Features

15.0.3 (2020-05-18)

Bug Fixes
  • 🐛 correct useMeasure typings (bedbad7)

15.0.2 (2020-05-17)

Bug Fixes
  • 🐛 dont memoize useScratch event handlers (ffc7579)

15.0.1 (2020-05-16)

Bug Fixes
  • deps: update dependency tslib to v2 (6aebf3c)

v15.0.3

Compare Source

Bug Fixes
  • 🐛 correct useMeasure typings (bedbad7)

v15.0.2

Compare Source

Bug Fixes
  • 🐛 dont memoize useScratch event handlers (ffc7579)

v15.0.1

Compare Source

Bug Fixes
  • deps: update dependency tslib to v2 (6aebf3c)

v15.0.0

Compare Source

Bug Fixes
  • 🐛 better serialization handling in useLocalStorage hook (68fb835)
  • 🐛 correctly test if env is browser in useMeasure (9ae494f)
  • 🐛 make useMeasure work on server (2daf769)
  • 🐛 remove set dependencies in useSet hook (90ba9d0)
  • 🐛 revert useMeasure defaults to zeros (dc92b64)
  • remove console log 🤓 (f17c8a0)
  • useLocalStorage: using undefined for empty value instead of null (1620e01)
  • use latest set object in useSet "has" method (41f9452)
Features
  • 🎸 add useScratch() sensor hook (58db2f9)
  • 🎸 catch up with v14 (be69035)
  • 🎸 improve implementation of useMeasure() hook (a164843)
  • 🎸 improve implementation of useMeasure() hook (4d88240)
  • 🎸 mock useMeasure() hook on server and w/o ResizeObserver (866f3d7)
  • 🎸 mock useMeasure() hook on server and w/o ResizeObserver (2bbc73a)
  • 🎸 remove resize-observer-polyfill from useMeasure (2a13fba)
  • 🎸 remove resize-observer-polyfill from useMeasure (bf11131)
  • Dependencies inference for useCustomCompareEffect (477c164)
  • improve useAsyncFn and useAsync typings (85967e2)
  • keep previous state in useAsyncFn (54ac91b)
  • use useReducer in useUpdate hook, instead of useState + useCallback (6575b14)
  • useLocalStorage: add remove feature. (#​229) (587de16)
BREAKING CHANGES
  • implementation of useMeasure and useLocalStorage changed
  • resize-observer-polyfill package is not used with useMeasure() hook
    anymore.
  • useMeasure() now defaults all values to -1, if they were not set and
    internal implementation heavily refactored.
  • useAsyncFn now keeps hold of old result/error when called multiple times
  • resize-observer-polyfill package is not used with useMeasure() hook
    anymore.
  • useMeasure() now defaults all values to -1, if they were not set and
    internal implementation heavily refactored.

v14.3.0

Compare Source

Features
  • 🎸 add useScratch hook (2a2a298)

v14.2.0

Compare Source

Features
  • 🎸 onScrubStop provide value where scrub stopped (138b43c)

14.1.1 (2020-04-11)

Bug Fixes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate
Copy link
Author

renovate bot commented Mar 24, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants