@nikitababko/react-custom-hooks
Version:
Custom react hooks
60 lines (30 loc) • 1.13 kB
Markdown
# v1.2.0 (2021-05-19)
#### 🚀 New Feature
- **Added new hook** - useModal.
# v1.1.0 (2021-05-18)
#### 🚀 New Feature
- **Added new hook** - useValidation.
#### 💅 Enhancement
- **Hook 'useInput'** - useInput now uses useValidation's capabilities.
#### 🐛 Bug Fix
- **Folder 'components'** - renamed to Examples.
# v1.0.7 (2021-05-18)
#### 🐛 Bug Fix
- **package.json** - dependencies migrated from dependencies to devDependencies.
# 1.0.5 (2021-05-17)
#### 🐛 Bug Fix
- **package.json** - added main file for connect. Added 'files'.
# 1.0.4 (2021-05-17)
#### 🏠 Internal
- **package.json** - added flag --access public to `run to npm`.
# 1.0.3 (2021-05-17)
#### 🏠 Internal
- **package.json** - added action for publish to npm.pkg.github
# 1.0.2 (2021-05-17)
#### 🏠 Internal
- **package.json** - added keywords, description, link to homepage, bugs and repo.
# v1.0.1 (2021-05-17)
#### 🏠 Internal
- **package.json** - added main export file for hooks.
# v1.0.0 (2021-05-14)
v1.0.0 is the first release to include hooks like - useInput, useHover, useScroll, useDebounce, useRequest.