Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 1.01 KB

CHANGELOG.md

File metadata and controls

19 lines (10 loc) · 1.01 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.1.1 (2020-10-18)

Bug Fixes

  • Added proper type for setTimeout (instead of NodeJS.Timeout)

1.1.0 (2020-10-18)

Features

  • Reset: various improvements on how reset is handled when the user interects again with the element (31e0782)

Bug Fixes

  • Directive: improved how the scroll detection work and solved an issue with conclicts between scrolling and horizontal swiping + replaced "scrollDetected" with proper enum in order to explain the "null" value (as it was actually a 3state variable) (643bc2b)