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 react-use to the latest version 🚀 #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented Oct 29, 2018

The dependency react-use was updated from 4.1.0 to 4.2.0.

This version is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.


Release Notes for v4.2.0

4.2.0 (2018-10-29)

Features

  • 🎸 add useVideo hook (ff05419)
  • 🎸 allow to pass React el in useVideo and useAudio (8670c74)
Commits

The new version differs by 4 commits.

  • 0ea533f chore(release): 4.2.0 [skip ci]
  • bb2c913 Merge pull request #33 from streamich/video-2
  • 8670c74 feat: 🎸 allow to pass React el in useVideo and useAudio
  • ff05419 feat: 🎸 add useVideo hook

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 🌴

greenkeeper bot added a commit that referenced this pull request Oct 29, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 29, 2018

  • The dependency react-use was updated from 4.1.0 to 4.4.0.

Update to this version instead 🚀

Release Notes for v4.3.0

4.3.0 (2018-10-29)

Features

  • 🎸 add useOutsideClick hook (90d2c22)
Commits

The new version differs by 6 commits.

  • 2a43c37 chore(release): 4.3.0 [skip ci]
  • f1093a6 Merge pull request #34 from streamich/outside-click
  • 4e3021b docs: ✏️ fix typos in useOutsideClick docs
  • a0d9557 docs: ✏️ simplify README sub-title
  • 90d2c22 feat: 🎸 add useOutsideClick hook
  • 05da37f chore: 🤖 start work on useDropArea

See the full diff

greenkeeper bot added a commit that referenced this pull request Oct 29, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 29, 2018

  • The dependency react-use was updated from 4.1.0 to 4.4.0.

Update to this version instead 🚀

Release Notes for v4.4.0

4.4.0 (2018-10-29)

Features

  • 🎸 add useCallbag hook (ead142c)
Commits

The new version differs by commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Oct 29, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 29, 2018

  • The dependency react-use was updated from 4.1.0 to 4.5.0.

Update to this version instead 🚀

Release Notes for v4.5.0

4.5.0 (2018-10-29)

Features

  • 🎸 add useAdopt hook (91bee9a)
  • 🎸 add useRenderProp hook (2d85c61)
Commits

The new version differs by 4 commits.

  • f101ae5 chore(release): 4.5.0 [skip ci]
  • d01f765 Merge pull request #37 from streamich/adopt
  • 91bee9a feat: 🎸 add useAdopt hook
  • 2d85c61 feat: 🎸 add useRenderProp hook

See the full diff

greenkeeper bot added a commit that referenced this pull request Oct 30, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 30, 2018

  • The dependency react-use was updated from 4.1.0 to 4.6.0.

Update to this version instead 🚀

Release Notes for v4.6.0

4.6.0 (2018-10-30)

Features

  • 🎸 implement useLocalStorage without events (d211722)
Commits

The new version differs by 9 commits.

  • 0c7d172 chore(release): 4.6.0 [skip ci]
  • b8f8fd2 Merge pull request #52 from streamich/local-storage
  • 73e05c7 docs: ✏️ add useLocalStorage docs
  • 4de7819 chore: 🤖 playing with useAdopt for stateful components
  • d211722 feat: 🎸 implement useLocalStorage without events
  • d82a16e Merge pull request #39 from streamich/warning
  • c16859f docs: add warning to useRenderProp
  • a731412 docs: add warning to useAdopt
  • a04aa8e style: Create .editorconfig

See the full diff

greenkeeper bot added a commit that referenced this pull request Oct 30, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 30, 2018

  • The dependency react-use was updated from 4.1.0 to 4.7.0.

Update to this version instead 🚀

Release Notes for v4.7.0

4.7.0 (2018-10-30)

Features

  • 🎸 add useHoverDirty hook (c2aee59)
Commits

The new version differs by 3 commits.

  • 12726d4 chore(release): 4.7.0 [skip ci]
  • 0a3e8ed Merge pull request #53 from streamich/fix-hover
  • c2aee59 feat: 🎸 add useHoverDirty hook

See the full diff

greenkeeper bot added a commit that referenced this pull request Nov 2, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 2, 2018

  • The dependency react-use was updated from 4.1.0 to 4.8.0.

Update to this version instead 🚀

Release Notes for v4.8.0

4.8.0 (2018-11-02)

Features

  • allow useSetState setter to accept function (bfd114a)
Commits

The new version differs by 12 commits.

  • a539c7d chore(release): 4.8.0 [skip ci]
  • bfd114a feat: allow useSetState setter to accept function
  • 819bd54 docs: fix typo on useLocalStorage's raw
  • 37de6d2 chore: remove unused import in useLocalStorage.ts
  • ca5abe5 fixed requestAnimationFrame
  • c8291b4 Fix typo in useBattery.md
  • 04d9f38 docs: center footer in README
  • 272b8d4 docs: use fancy README footer formatting
  • f67740f docs: use bullet list in useHover
  • 28fb47c docs: typo in README
  • c0e4122 docs: fix useHover reference
  • 45331de docs: fix typo in useSpring

See the full diff

greenkeeper bot added a commit that referenced this pull request Nov 6, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 6, 2018

  • The dependency react-use was updated from 4.1.0 to 4.9.0.

Update to this version instead 🚀

Release Notes for v4.9.0

4.9.0 (2018-11-06)

Features

Commits

The new version differs by 7 commits.

  • 6f86b9e chore(release): 4.9.0 [skip ci]
  • e624471 chore: fix useSessionStorage demo
  • f4078e9 chore: enable useLocalStorage demo
  • 61c6058 feat: add useWait hook
  • eca432a feat: add useSessionStorage hook
  • 58532f7 docs: remove ref from useAudio reference
  • 452e13e docs: improve useSetState reference

See the full diff

greenkeeper bot added a commit that referenced this pull request Nov 10, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 10, 2018

  • The dependency react-use was updated from 4.1.0 to 4.10.0.

Update to this version instead 🚀

Release Notes for v4.10.0

4.10.0 (2018-11-10)

Features

Commits

The new version differs by 2 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Dec 5, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 5, 2018

  • The dependency react-use was updated from 4.1.0 to 4.11.0.

Update to this version instead 🚀

Release Notes for v4.11.0

4.11.0 (2018-12-05)

Features

  • 🎸 add useRefMounted hook (dfb0510)
Commits

The new version differs by 5 commits.

  • 6b585f0 chore(release): 4.11.0 [skip ci]
  • 3c050f7 Merge pull request #72 from streamich/useRefMounted
  • 3b135d9 chore: 🤖 remove react-dom typings
  • dfb0510 feat: 🎸 add useRefMounted hook
  • f755001 chore: 🤖 upgrade React

See the full diff

greenkeeper bot added a commit that referenced this pull request Dec 16, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 16, 2018

  • The dependency react-use was updated from 4.1.0 to 4.11.1.

Update to this version instead 🚀

Release Notes for v4.11.1

4.11.1 (2018-12-16)

Bug Fixes

  • synchronously re-render bug of useRaf hook (#77) (5d74348)
Commits

The new version differs by 5 commits.

  • 8d3dbd4 chore(release): 4.11.1 [skip ci]
  • c285595 Merge pull request #78 from streamich/fix-imports
  • cdc5ec5 refactor: 💡 use import hooks from React proper
  • 5d74348 fix: synchronously re-render bug of useRaf hook (#77)
  • 30cee86 docs: add note about the polyfill

See the full diff

greenkeeper bot added a commit that referenced this pull request Dec 17, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 17, 2018

  • The dependency react-use was updated from 4.1.0 to 5.0.0.

Update to this version instead 🚀

Release Notes for v5.0.0

5.0.0 (2018-12-17)

Features

  • 🎸 list all useAsync state props so that TS dont complain (7c1b107)
  • 🎸 remove experimental hooks (533e26f)
  • use discriminated union in useAsync (966af4a)

BREAKING CHANGES

  • useRenderProp and useAsync are removed
Commits

The new version differs by 9 commits.

  • 3c9a48e chore(release): 5.0.0 [skip ci]
  • fb58e38 Merge pull request #80 from streamich/cleanup
  • 0bb69df chore: 🤖 catch up with master
  • 047198d Merge pull request #71 from smmoosavi/group-story-book
  • 7c1b107 feat: 🎸 list all useAsync state props so that TS dont complain
  • 533e26f feat: 🎸 remove experimental hooks
  • d9d23fd Merge pull request #79 from xiaoxiangmoe/master
  • 966af4a feat: use discriminated union in useAsync
  • b67f656 chore(storybook): group stories with type

See the full diff

greenkeeper bot added a commit that referenced this pull request Dec 20, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 20, 2018

  • The dependency react-use was updated from 4.1.0 to 5.1.0.

Update to this version instead 🚀

Release Notes for v5.1.0

5.1.0 (2018-12-19)

Bug Fixes

  • 🐛 just use any for setTimeout because of diff environments (55673cb)
  • 🐛 memoized does not receive arguments (244a533)
  • 🐛 use Timeout type for build to work (8c66abe)

Features

Commits

The new version differs by 9 commits.

  • d8800b4 chore(release): 5.1.0 [skip ci]
  • 55673cb fix: 🐛 just use any for setTimeout because of diff environments
  • 8c66abe fix: 🐛 use Timeout type for build to work
  • 244a533 fix: 🐛 memoized does not receive arguments
  • fdcd92d docs: make useDebounce description one line
  • 2c884dc Merge pull request #82 from Jivings/useDebounce
  • 88dd513 feat: pass arguments to memoized callback (#81)
  • a082d59 chore: updated readme
  • 91ff6ba feat: added useDebounce

See the full diff

greenkeeper bot added a commit that referenced this pull request Dec 20, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 20, 2018

  • The dependency react-use was updated from 4.1.0 to 5.1.1.

Update to this version instead 🚀

Release Notes for v5.1.1

5.1.1 (2018-12-20)

Bug Fixes

  • lock react and react-dom to a fixed version (#83) (455812d)
Commits

The new version differs by 2 commits.

  • 752e92a chore(release): 5.1.1 [skip ci]
  • 455812d fix: lock react and react-dom to a fixed version (#83)

See the full diff

greenkeeper bot added a commit that referenced this pull request Dec 29, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 29, 2018

  • The dependency react-use was updated from 4.1.0 to 5.1.2.

Update to this version instead 🚀

Release Notes for v5.1.2

5.1.2 (2018-12-29)

Bug Fixes

  • reset state when calling useEffect in useAsync (2f5af2c)
Commits

The new version differs by 2 commits.

  • 91cb6c8 chore(release): 5.1.2 [skip ci]
  • 2f5af2c fix: reset state when calling useEffect in useAsync

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 28, 2020

  • The dependency react-use was updated from 4.1.0 to 13.26.3.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Feb 29, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 29, 2020

  • The dependency react-use was updated from 4.1.0 to 13.26.4.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Mar 2, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 2, 2020

  • The dependency react-use was updated from 4.1.0 to 13.26.5.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Mar 3, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 3, 2020

  • The dependency react-use was updated from 4.1.0 to 13.27.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Mar 25, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 25, 2020

  • The dependency react-use was updated from 4.1.0 to 13.27.1.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Apr 4, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 4, 2020

  • The dependency react-use was updated from 4.1.0 to 14.0.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Apr 8, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 8, 2020

  • The dependency react-use was updated from 4.1.0 to 14.1.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Apr 11, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 11, 2020

  • The dependency react-use was updated from 4.1.0 to 14.1.1.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Apr 24, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 24, 2020

  • The dependency react-use was updated from 4.1.0 to 14.2.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request May 16, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 16, 2020


🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


  • The dependency react-use was updated from 4.1.0 to 14.3.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request May 16, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 16, 2020


🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


  • The dependency react-use was updated from 4.1.0 to 15.0.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request May 16, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 16, 2020


🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


  • The dependency react-use was updated from 4.1.0 to 15.0.1.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request May 17, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 17, 2020


🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


  • The dependency react-use was updated from 4.1.0 to 15.0.2.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request May 18, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 18, 2020


🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


  • The dependency react-use was updated from 4.1.0 to 15.1.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request May 30, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 30, 2020


🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


  • The dependency react-use was updated from 4.1.0 to 15.1.1.

Update to this version instead 🚀

Repository owner deleted a comment from liuzhebaba Feb 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants