Releases: 42BV/react-error-store
Releases · 42BV/react-error-store
v1.1.5
- Updated dependencies to fix lodash.get and lodash.set CVE's 0f27f33
v1.1.4
v1.1.3
- chore: update dependencies 84f10fd
v1.1.2
- improvement: upgrade dependencies 682f4d0
v1.1.1
- improvement: upgrade dependencies 883fafe
v1.1.0
v1.1.0-0
v1.0.1: Chore: added react hooks and added np for publishing.
v1.0.0: Feature: added a `useClearErrors` hook.
It can be used to reset the errors when a form is displayed again. This way the errors to not linger around when the user navigates away and back to the form. Minor changes: 1. Updated to TypeScript 3.6.3 2. Locked dev dependencies. 3. Made husky and lint-stage actually work. 4. Ran `npm audit fix`