Releases: sylouuu/desoslide
Releases · sylouuu/desoslide
2.2.0
2.1.0
2.0.1
2.0.0
2.0.0-rc2
Options
Effect
- added more
animate
effects:slide
,bounce
,flipY
,rotateBig
andfun
- added more
magic
effects:perspective
andswap
- renamed
animate.flip
toanimate.flipX
Compatibility
- added CSS3 transition fallback and used basic fade instead
Other
- removed opacity 0 by default when creating image
2.0.0-rc1
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 includingmain.container
,main.cssClass
andmain.insertion
- Removed
caption
- Rename
controls.enable
tocontrols.show
- Change
controls.keys
fromtrue
tofalse
by default - Add
thumbs
option which takes an anchors collection - Add
imageClass
to replacemain.cssClass
Effect
- Change
effect
option type fromstring
toobject
- 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
todata-desoslide-caption-title
- Inserted caption title if
data-desoslide-caption-title
is specified - Change
data-desoslide-href
todata-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