Skip to content
This repository has been archived by the owner on Jul 25, 2022. It is now read-only.

Releases: joseluisq/slendr

v1.4.1

18 Mar 12:56
Compare
Choose a tag to compare

Updates:

  • Update development dependencies

v1.4.0

02 Nov 20:39
Compare
Choose a tag to compare

Changelog

  • 351b41f ES2015 target (fixes #116)
  • 9698f4e Image loading support (fixes #45)
  • 9698f4e Transition improvements
  • 9698f4e Refactor function names
  • 9698f4e Prioritize initial load over image load
  • 9698f4e Validate image array sources
  • 826fdd8 Add named exports
  • ef5e477 Rename slider attributes: data-slides-length, data-slide-src and data-slide-index
  • 9789ee7 CSS animation performance improvements

v1.4.0-rc2

25 Oct 20:42
Compare
Choose a tag to compare
v1.4.0-rc2 Pre-release
Pre-release
  • CSS animation performance improvements

v1.4.0-rc1

23 Oct 06:22
Compare
Choose a tag to compare
v1.4.0-rc1 Pre-release
Pre-release

Changelog

  • 351b41f ES2015 target (fixes #116)
  • 9698f4e Image loading support (fixes #45)
  • 9698f4e Transition improvements
  • 9698f4e Refactor function names
  • 9698f4e Prioritize initial load over image load
  • 9698f4e Validate image array sources
  • 826fdd8 Add named exports
  • ef5e477 Rename slider attributes: data-slides-length, data-slide-src and data-slide-index

Usage

Use next tag to install lastest RC version.

npm install slendr@next

v1.3.1

21 Sep 20:34
Compare
Choose a tag to compare

Updates

  • 91bd8d0 Add data-src, data-slide and data-length custom HTML attributes
  • 91bd8d0 Class performance optimizations
  • a6bc53d Update typings and docs
  • 8c84bcf Typescript ES5 target
  • Update Codepen example

Note: This is the last version using ES5 compatibility. See #116

v1.3.0

07 Sep 23:04
Compare
Choose a tag to compare

Deprecated:

  • Function initialization is deprecated in favor of class version.

Class version:

import { Slendr } from "slendr";

const slider = new Slendr({
  container: '.slendr',
  selector: '.slendr-slides > .slendr-slide',
  directionNavs: true,
  keyboard: true
})

Update:

Fixes:

  • b564936 Fix slendr context and next() & prev() actions (#114)

v1.2.5

07 Sep 23:10
Compare
Choose a tag to compare

Deprecated:

This version have been deprecated. Please upgrade to version >= 1.3.0

v1.2.4

17 Aug 20:13
Compare
Choose a tag to compare

Update:

v1.2.2

30 Jan 12:39
Compare
Choose a tag to compare
  • fix types and dependencies

v1.2.1

30 Jan 08:55
Compare
Choose a tag to compare
v1.2.1 Pre-release
Pre-release
  • Fix module path.