All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
1.1.1 (2020-10-18)
- Added proper type for setTimeout (instead of NodeJS.Timeout)
1.1.0 (2020-10-18)
- Reset: various improvements on how reset is handled when the user interects again with the element (31e0782)
- 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)