All Versions
29
Latest Version
Avg Release Cycle
-
Latest Release
-

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