Skip to content

Releases: sylouuu/desoslide

2.2.0

28 Jun 09:49
Compare
Choose a tag to compare
  • Added thumbEvent: 'click' property (allow mouseover value) #29

2.1.0

30 Jun 09:22
Compare
Choose a tag to compare
  • allowed instant transition

2.0.1

07 Jun 11:49
Compare
Choose a tag to compare
  • disabled controls.show if there is only one thumbnail (#22)

2.0.0

22 May 18:42
Compare
Choose a tag to compare

Nothing to report since 2.0.0-rc2

2.0.0-rc2

15 May 19:05
Compare
Choose a tag to compare
2.0.0-rc2 Pre-release
Pre-release

Options

Effect

  • added more animate effects: slide, bounce, flipY, rotateBig and fun
  • added more magic effects: perspective and swap
  • renamed animate.flip to animate.flipX

Compatibility

  • added CSS3 transition fallback and used basic fade instead

Other

  • removed opacity 0 by default when creating image

2.0.0-rc1

06 May 19:21
Compare
Choose a tag to compare
2.0.0-rc1 Pre-release
Pre-release

WARNING: THIS VERSION TOTALLY BREAKS THE BACKWARDS COMPATIBILITY

  • Call the plugin in $(window).load()

Options

  • Call the plugin on the image container instead of a thumbs list
  • Remove main object including main.container, main.cssClass and main.insertion
  • Removed caption
  • Rename controls.enable to controls.show
  • Change controls.keys from true to false by default
  • Add thumbs option which takes an anchors collection
  • Add imageClass to replace main.cssClass

Effect

  • Change effect option type from string to object
  • Add effect.provider
  • Add effect.name

Events

  • Prefix all events name by on
  • Remove events.onComplete
  • Add events.onImageClick
  • Add events.onImageShow
  • Add events.onImageShown
  • Add events.onImageHide
  • Add events.onImageHidden
  • Add events.onError
  • Add events.onWarning
  • Add events.onSuccess
  • All events can be listened outside the options

Public methods (new)

  • Add rebuild()
  • Add getThumbs(index)
  • Add setEffect(effect)
  • Add pause()
  • Add play()
  • Add isPlaying()
  • Add goPrev()
  • Add goNext()
  • Add goTo(index)

Other

  • Change data-desoslide-caption to data-desoslide-caption-title
  • Inserted caption title if data-desoslide-caption-title is specified
  • Change data-desoslide-href to data-desoslide-caption-link
  • Inserted caption link if data-desoslide-caption-link is specified
  • Remove spinner
  • Fix the overlay positioning when image has borders

Tests

  • Use gulp-qunit
  • Use Travis-CI

1.3.0

09 Feb 21:11
Compare
Choose a tag to compare
  • added animate.css as a dependency (used for transitions), it needs to be loaded separately

1.2.4

06 Dec 18:03
Compare
Choose a tag to compare
  • fixed undefined if no overlay
  • added 'random' effect

1.2.3

03 Dec 20:33
Compare
Choose a tag to compare
  • added 5 callbacks in the new 'events' option: 'thumbClick', 'prev', 'pause', 'play' and 'next'
  • moved 'result' option in 'events.completed'
  • added spinner for waiting

1.2.2

30 Nov 12:31
Compare
Choose a tag to compare
  • optimized source code
  • added 'animationend' event to recalculate overlay positioning after each effect ; instead of using an arbitrary timeout
  • removed 'log' option (enabled by default in case of error or warning)