All Versions
24
Latest Version
Avg Release Cycle
68 days
Latest Release
1217 days ago

Changelog History
Page 1

  • v3.0.5 Changes

    January 06, 2021
    • ๐Ÿ›  fixed #299 - Thumbnail for videos not working
    • ๐Ÿ›  fixed #305 - JS requires CSP UNSAFE_EVAL
    • ๐Ÿ›  fixed #311 - debugger; sentence uncommented stops web load
    • ๐Ÿ›  fixed #313 - Lightbox standalone always opens first image, not clicked image
    • ๐Ÿ›  fixed #314 - Thumbnails not showing for youtube vids
    • ๐Ÿ›  fixed #317 - Thumbnails not showing up, but images are loaded
    • ๐Ÿ›  fixed #319 - Video file extension is case sensitive
    • ๐Ÿ›  fixed mixed line endings
  • v3.0.4 Changes

    October 14, 2020
    • ๐Ÿ›  fixed #288 removeIf polyfill breaks AngularJS
  • v3.0.3 Changes

    September 08, 2020
    • ๐Ÿ›  fixed #252 module not found (npmjs)
  • v3.0.2 Changes

    July 21, 2020
    • new: [BREAKING CHANGE for FLICKR user] a custom Flickr API key is now required:
      To request one: https://www.flickr.com/services/apps/create/
      And set it with the new option 'flickrAPIKey'
    • ๐Ÿ†• new: data source, ignore markup elements which do not contain media data
    • ๐Ÿ›  fixed: lightbox does not free it's resources on close, in some case
    • ๐Ÿ›  fixed: lightbox previous media displayed over current media on startup
    • ๐Ÿ›  fixed: #266 layout is not adjusted immediately anymore when resizing the browser window
    • ๐Ÿ›  fixed: #268 self hosted video is not playing when clicked
    • ๐Ÿ›  fixed: #269 value 'none' for option 'viewerGallery' not working
    • ๐Ÿ›  fixed: Vimeo videos no playing
    • ๐Ÿ”„ changed: option 'galleryResizeAnimation' now set to false by default
    • ๐Ÿ›  minor bugfixes
  • v3.0.1 Changes

    June 26, 2020
    • ๐Ÿ›  fixed: Flickr connector
    • ๐Ÿ›  fixed: lightbox error when thumbnails are disabled
    • ๐Ÿ›  fixed: fullscreen mode remains activated when lightbox is closed after having been started in fullscreen mode
    • ๐Ÿ›  fixed: requestAnimationFrame not used in some cases
    • ๐Ÿ›  fixed: does not scroll to top of gallery when an album is opened
    • ๐Ÿ›  minor bugfixes
  • v3.0.0 Changes

    June 19, 2020

    ๐Ÿ†• new features:

    • thumbnails on lightbox
    • mosaic layout is now fully responsive
    • options 'thumbnailGutterWidth' and 'thumbnailGutterHeight' are now responsive
    • filtering, option galleryFilterTagsMode/galleryL1FilterTagsMode - possible value 'single', 'multiple'
    • filtering, if no tag is selected then no filter is applied
    • loading spinner over thumbnail during album content download
    • first album level: new options thumbnailL1BorderHorizontal and thumbnailL1BorderVertical
    • gallery pagination: left/right buttons on top of the gallery (option 'galleryPaginationTopButtons')
    • lightbox: swipe up to close (additional to the existing swipe down gesture)
    • lightbox: button to add media to shopping cart
    • callback fnPopupMediaInfo(item, title, content) -> {title: my_title, content: my_content}
    • improved: swipe and touch gesture using velocity
    • rounded border on thumbnails (defined in 'galleryTheme')
    • improved: page scrollbar better removed on lightbox display, to avoid page reflow
    • randomized thumbnail display order: option 'thumbnailDisplayOrder' ('', 'random')
    • easing for thumbnail display animation: option 'thumbnailDisplayTransitionEasing' (default: easeOutQuart)
    • Google Photos: enable the use of filename as the title (#226 - thanks to Kevin Robert Keegan https://github.com/krkeegan)
    • Flickr: option tagBlockList to filter out images based on tags (#233 - thanks to Jonathan Keane https://github.com/jonkeane)

    - media title renaming with option 'titleTranslationMap'

    ๐Ÿ”„ changed:

    • option 'blackList' renamed to 'blockList'
    • option 'whiteList' renamed to 'allowList'
    • lightbox toolbar: option viewerToolbar.display now set to false by default
    • shopping cart handling refactored
    • thumbnail label: new option 'valign' in addition to the 'position' option
    • gallery filtering: icon for tags and for tag's filter reset
    • lightbox tool: icons layout and background
    • hover animation on thumbnails are now disabled by default ('touchAnimation' default value changed to false)
    • option 'thumbnailOpenImage' renamed in 'thumbnailOpenInLightox'

    - callbacks fnGalleryRenderStart/fnGalleryRenderEnd: now return the album object instead of it's index

    ๐Ÿ›  fixed:

    • nano_photos_provider2: on gallery initialization, if an album is defined, gallery does not display sub-albums
    • gallery may not be displayed depending on the display animation
    • lightbox: one touch will display toolbars and label when they are hidden
    • modal popup (media info, share): display not sharp, and wrong size on mobile devices
    • some artefacts around thumbnails in some use cases
    • #219 dragging in Firefox - many thanks to Largo (https://github.com/Largo)
    • #226 Google Photos issue on description value (#226 - thanks to Kevin Robert Keegan https://github.com/krkeegan)

    - many mirror fixes

    depreciated:

    • removed: viewerDisplayLogo option
    • removed options 'topOverImage', 'bottomOverImage' for lighbox vertical toolbar position
    • removed lightbox theme 'border'
  • v2.4.2 Changes

    March 22, 2019
    • ๐Ÿ†• new: self hosted videos - support for WEBM and OGV formats (dependant on browser support)
    • ๐Ÿ›  fixed: gallery not displayed under certain conditions
    • ๐Ÿ›  fixed: first html5 video unclickable
    • ๐Ÿ›  fixed: self hosted videos - support in html markup method
    • โœ‚ removed: share on google+
  • v2.4.1 Changes

    March 13, 2019
    • ๐Ÿ†• new: support for self hosted videos (mp4)
    • ๐Ÿ†• new: lightbox - button to rotate images
    • ๐Ÿ†• new: lightbox - fluid transition from zoomed to unzoomed image when displaying a new image
    • ๐Ÿ†• new: API shopping cart update event now returns also the concerned item
    • ๐Ÿ›  fixed: new data provider for the new Google Photos API (nanogp2 - https://github.com/nanostudio-org/nanogp2)
    • note: Google Photos - videos cannot be played in the lightbox (only download is available)
    • ๐Ÿ›  fixed #160: IE11: CSS can not be accessed
    • ๐Ÿ›  fixed #161: IE11: startsWith not defined
    • ๐Ÿ›  fixed #157: pagination - scroll to top of the gallery in mode pagination
    • ๐Ÿ›  fixed #155: image transition effect SWIPE
    • ๐Ÿ›  fixed: fullscreen issue in Chrome
    • โœจ enhancement #175: gallery display shaking when pagination activated on mobile device
    • โœจ enhancement: lightbox vertical pan handling
    • โœ‚ removed: option 'albumListHidden' depreciated
  • v2.4.0

    March 11, 2019
  • v2.3.0 Changes

    September 26, 2018
    • ๐Ÿ†• new loading spinner with support of gif/png files with transparency
    • ๐Ÿ†• new default lightbox image transition 'swipe2'
    • โšก๏ธ optimized thumbnails lazy loading and display animation
    • ๐Ÿ›  fixed #130 Joomla3/Bootstrap2 Image Zoom In Bug
    • ๐Ÿ›  fixed #131 deep linking to image when only one album loaded
    • ๐Ÿ›  fixed #144 copy-n-paste error - thanks to citrin for the fix