Skip to content

Releases: ryanwalters/snap-slider

v1.2.0

06 Oct 15:33

Choose a tag to compare

1.2.0 (2020-10-06)

Features

  • add verticalAlign option, defaults to undefined (fd71ff5)

v1.1.2

05 Oct 21:54

Choose a tag to compare

1.1.2 (2020-10-05)

Bug Fixes

  • no longer make assumption of slide vertical alignment (01f08b2)

v1.1.1

05 Oct 21:37

Choose a tag to compare

1.1.1 (2020-10-05)

Bug Fixes

  • apply slide class to children already present in the passed $track (644315f)

v1.1.0

01 Oct 20:09

Choose a tag to compare

1.1.0 (2020-10-01)

Features

  • add optional $track option (19e8c72)

v1.0.2

01 Oct 04:25

Choose a tag to compare

1.0.2 (2020-10-01)

Bug Fixes

  • remove "files" property from package.json (b2d5206)

v1.0.1

01 Oct 03:50

Choose a tag to compare

1.0.1 (2020-10-01)

Bug Fixes

  • properly export SnapSlider (ced1607)

v1.0.0

01 Oct 03:18

Choose a tag to compare

1.0.0 (2020-10-01)

Features

  • export named import instead of default (5f9a220)

BREAKING CHANGES

  • Package uses named exports instead of default.

New syntax is: import { SnapSlider } from 'snap-slider';