Releases: aromalanil/useCustomHooks
Releases · aromalanil/useCustomHooks
Version 1.10.0
📱 Added useMediaQuery hook
Added useOfflineStatus
- 📴 Added hook which returns the status showing if device is offline or not
Version 1.8.0
📃 Added useForm
- Added hook to create a controlled form component
Version 1.7.0
Features Added
- Add 🛒 useQueue hook.
Version 1.6.0
Features Added
- Add 🕑 usePrevious hook.
Version 1.5.0
Added Linting & Formatting
- Added Linting using ESLInt
- Added formatting using Prettier
- Code now follows Airbnb style guidelines
Version 1.4.0
Added new Hook
- Added 📚 useStack hook
Version 1.3.0
Features Added
🖱 Added useMousePosition hook
A hook which returns a state object with x & y coordinates of your mouse pointer.
Version 1.2.0
Features Added
🔘 Added useToggle hook
A hook which returns a boolean state and a state toggle function.
Version 1.1.0
Features Added
-
🌑 Added useDarkMode hook
It lets you toggle dark mode by adding a class to the body