Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.02 KB

CHANGELOG.md

File metadata and controls

28 lines (22 loc) · 1.02 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.

0.0.5-alpha - 2020-06-30

Added

  • useEvent react hook implementation (but still missing documentation)
  • useFocusIn react hook implementation (but still missing documentation)
  • useFocusOut react hook implementation (but still missing documentation)

0.0.4-alpha - 2020-06-09

Fixed

  • removed experimental 'module' key from package.json, was causing issues when package was used with older browsers

0.0.3-alpha - 2020-06-08

Fixed

  • ES6 source code is now compiled down to ES5 to support IE11

0.0.2-alpha - 2020-06-02

Fixed

  • 'equal' check in useCookie and useLocalStorage contained a copy'n'paste error

0.0.1-alpha - 2020-05-30

Added

  • useCookie react hook implementation and documentation
  • useLocalStorage react hook implementation and documentation