All notable changes to this project will be documented in this file.
v1.2.0 (2020-12-17)
- toolchain updates and improvements
- cypress support
- projects structure updates
- updated documentation in accordance with the latest changes
-
an interface for
SwipeEventListener()
function's output was createdexport const SwipeEventListener = ( customOptions: Options ): SwipeEventListener
export interface SwipeEventListener { swipeArea: HTMLElement; updateOptions: (newOptions: Options) => void; }