Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 716 Bytes

CHANGELOG.md

File metadata and controls

31 lines (22 loc) · 716 Bytes

Changelog

All notable changes to this project will be documented in this file.

v1.2.0 (2020-12-17)


Chore

  • toolchain updates and improvements
  • cypress support
  • projects structure updates
  • updated documentation in accordance with the latest changes

Typescript Support improvements

  • an interface for SwipeEventListener() function's output was created

    export const SwipeEventListener = (
      customOptions: Options
    ): SwipeEventListener
    export interface SwipeEventListener {
      swipeArea: HTMLElement;
      updateOptions: (newOptions: Options) => void;
    }