Skip to content

Latest commit

 

History

History
95 lines (44 loc) · 3.97 KB

CHANGELOG.md

File metadata and controls

95 lines (44 loc) · 3.97 KB

Changelog

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

0.1.10 (2020-11-04)

Bug Fixes

0.1.9 (2020-08-19)

Features

  • support conditional / null carousel children (c244329)

0.1.8 (2020-06-09)

Features

  • add source parameter to afterChange and beforeChange callbacks (5346752)

Bug Fixes

  • reset autoplay when current changes (53a57c2)

0.1.7 (2020-05-28)

Bug Fixes

  • reset autoplay interval on slide click (9935ac1)

0.1.6 (2020-04-22)

Features

  • allow using functions or strings in easing props (1fbee7f)

0.1.5 (2020-04-13)

Features

  • add slidecount arg to renderarrows (8575fbf)
  • controlled carousel (fa2fe89)

Bug Fixes

  • enable default arrows in infinite mode (a143c9f)
  • scroll to origin on mount (8c201d5)

0.1.4 (2020-04-03)

Features

  • add cross-env to support setting env variables in multiple platforms (13a8e11)
  • swap slides based on drag movement (6001ae5)

0.1.3 (2020-04-01)

Bug Fixes

  • allow scroll when touch movement is vertical (bfb3293)

0.1.2 (2020-03-25)

Bug Fixes

  • cancel debounced handlers on component unmount (3331112)

0.1.1 (2020-03-10)

Bug Fixes

  • include dist in package.json files (#4) (4506471)
  • docs: readme typos fixed (b31242b)

0.1.0 (2020-03-10)

Features