Skip to content

Releases: aromalanil/useCustomHooks

Version 1.10.0

17 Jun 16:53
Compare
Choose a tag to compare

📱 Added useMediaQuery hook

Added useOfflineStatus

12 May 11:09
8e30bc2
Compare
Choose a tag to compare
  • 📴 Added hook which returns the status showing if device is offline or not

Version 1.8.0

03 Dec 07:34
6496f5c
Compare
Choose a tag to compare

📃 Added useForm

  • Added hook to create a controlled form component

Version 1.7.0

07 Oct 05:37
8e71033
Compare
Choose a tag to compare

Features Added

  • Add 🛒 useQueue hook.

Version 1.6.0

04 Oct 22:53
0060cac
Compare
Choose a tag to compare

Features Added

  • Add 🕑 usePrevious hook.

Version 1.5.0

04 Oct 13:10
eac44b3
Compare
Choose a tag to compare

Added Linting & Formatting

  • Added Linting using ESLInt
  • Added formatting using Prettier
  • Code now follows Airbnb style guidelines

Version 1.4.0

04 Oct 13:08
b9a4835
Compare
Choose a tag to compare

Added new Hook

  • Added 📚 useStack hook

Version 1.3.0

02 Oct 13:34
b22559d
Compare
Choose a tag to compare

Features Added

🖱 Added useMousePosition hook

A hook which returns a state object with x & y coordinates of your mouse pointer.

Version 1.2.0

02 Oct 11:15
Compare
Choose a tag to compare

Features Added

🔘 Added useToggle hook

A hook which returns a boolean state and a state toggle function.

Version 1.1.0

02 Oct 08:01
1efa612
Compare
Choose a tag to compare

Features Added

  • 🌑 Added useDarkMode hook

It lets you toggle dark mode by adding a class to the body