Skip to content
This repository has been archived by the owner on Jul 7, 2020. It is now read-only.

Latest commit

 

History

History
99 lines (65 loc) · 2.63 KB

CHANGELOG.md

File metadata and controls

99 lines (65 loc) · 2.63 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.

Changed

  • Simplify API by returning a function to register refs (@phaistonian)
  • Prefix PRs in Changelog and add authors

0.1.0 - 2019-10-04

Added

Changed

  • #1: Run sync logic in window.requestAnimationFrame for smoother scrolling (@drownbes)
  • #6: Bump eslint-utils from 1.3.1 to 1.4.2 to address security vulnerabilities
  • #7: Bump lodash from 4.17.11 to 4.17.15 to address security vulnerabilities
  • Improve README.md file text
  • Update demo page for version 0.1.0

Fixed

0.0.6 - 2019-06-20

Fixed

  • Add forgotten .current to ref

0.0.5 - 2019-06-20 [YANKED]

Yanked release. Accidental copy of 0.0.4

0.0.4 - 2019-06-20

Added

  • Demo file under docs folder
  • ESLint configuration with eslint-plugin-react-hooks
  • Keywords in package.json
  • npm package version badge in README.md file

Changed

  • Pass refs instead of building them internally
  • Remove use of Array.prototype.keys for IE compatibility
  • Improve README.md file text

0.0.3 - 2019-06-20 [YANKED]

Yanked release. Accidental copy of 0.0.2

0.0.2 - 2019-05-31

Added

  • Use rollup to build dist files

Changed

  • Improve README.md text
  • Improve description in package.json

0.0.1 - 2019-05-30

Added

Initial release.