All Versions
29
Latest Version
Avg Release Cycle
-
Latest Release
-
Changelog History
Page 3
Changelog History
Page 3
-
v1.0.8 Changes
- ๐ New: You can define each slide option in a different data attribute (data-title="example" data-description="...")
- ๐ Fixed youtube and vimeo autoplay when opened for the first time
- ๐ Fixed global slide params not working
- ๐ Fixed some issues on IE11
- ๐ Fixed using characters : or ; in slide description
-
v1.0.7 Changes
- ๐ New: Added reload method, useful when injecting content with ajax, cloning nodes, etc.
- ๐ Fixed closeButton setting not removing the element
- ๐ Fixed video not displayed on mobile devices
-
v1.0.6 Changes
- ๐ New: Now you can set individual width and height for each slide with inlines or iframes.
- ๐ New: Now you can set individual source types for each slide ('type': 'image' | 'iframe' | 'video' | 'inline' | 'external).
- ๐ New: Published on npm
- ๐ New: Published on bower
- ๐ Fixed afterSlideLoad only triggered one time for all the slides
- ๐ Fixed a small space between the image and description when is set to top or bottom
-
v1.0.5 Changes
- ๐ New: Added none as a new option to disable open, close and slide animations
- ๐ New: Added new options (touchNavigation, keyboardNavigation, closeOnOutsideClick) to enable or disable user interaction
- ๐ Fixed open and close effect not taking a custom animation
- ๐ Fixed an error when calling the destroy method and no videos were present in the slider
-
v1.0.4 Changes
- ๐ Improved the open method so it can be called without duplicating the structure and events
- ๐ New: The original node is passed to events like beforeSlideChange, afterSlideChange, etc.
-
v1.0.3 Changes
- ๐ New: Added option moreLength to control the number of characters in the description for mobile devices
-
v1.0.2 Changes
- ๐ Fixed instance not returned and unable to call public methods
-
v1.0.1 Changes
- ๐ Fixed large images not displayed correctly
-
v1.0.0 Changes
- ๐ Initial release