Skip to content
This repository has been archived by the owner on Apr 6, 2022. It is now read-only.

Latest commit

 

History

History
148 lines (80 loc) · 2 KB

CHANGELOG.md

File metadata and controls

148 lines (80 loc) · 2 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[2.4] - 2022-03-7

Added

  • useIdleTimer hook

[2.3.1] - 2022-01-26

Added

  • useLocalStorageState hook

[2.0.0] - 2021-10-08

Added

  • Typescript

Changed

  • Updated dependencies
  • useValidate presence validator no longer rejects empty values per default. The option allowEmpty can be set to false to prevent passing them through.

[1.3.3] - 2021-09-21

Added

  • onError and onSuccess callbacks to useValidate

[1.3.2] - 2021-09-16

Changed

  • useValidate returns validate function

[1.3.1] - 2021-04-28

Changed

  • reset resets to initialvalues

[1.3.0] - 2021-04-28

Added

  • Add reset function to useFormState and useStep

[1.2.0] - 2021-02-9

Changed

  • complete and uncomplete functions take current step as default argument

[1.1.0] - 2021-02-9

Added

  • Add updateAll function to useFormState

[1.0.0] - 2021-02-9

Changed

  • First stable version

[0.0.11] - 2020-07-22

Added

  • useDebounce hook

[0.0.10] - 2020-07-13

Added

  • useThrottle hook

Changed

  • useForm renamed to useFormState

[0.0.9] - 2020-06-23

Added

  • useValidate hook

[0.0.8] - 2020-06-23

Added

  • Set react and react-dom as peerDependencies

[0.0.6] - 2020-06-23

Added

  • Build scripts

Changed

  • Generate cjs and esm bundles in dist folder

[0.0.5] - 2020-06-12

Changed

  • Add example using useToggle

Fixed

  • Export useToggle

[0.0.4] - 2020-06-12

Fixed

  • Export useToggle

[0.0.3] - 2020-06-12

Added

  • useToggle hook

[0.0.2] - 2020-05-20

Added

  • useOnClickOutside hook
  • useOnScroll hook
  • CHANGELOG file

Changed

  • Removed Storybook

[0.0.1] - 2020-05-19

Added

  • useForm hook
  • useStep hook
  • Scaffold project