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

Changelog History
Page 2

  • v2.2.0 Changes

    May 25, 2018
    • ๐Ÿ†• new option 'eventsDebounceDelay' - thumbnail's lazy display fine tuning (response delay after resizing, rotation and scroll events)
    • ๐Ÿ†• new API method 'resize' - force a gallery resize. To be used when adding/removing items dynamically, to avoid a full re-display of the thumbnails.
    • ๐Ÿ†• new internal NGY2Item object method 'delete' - deletes the current item
    • ๐Ÿ†• new internal NGY2Item object method 'addToGOM' - adds the current item to the Gallery Object Modell
    • ๐Ÿ”„ changed: 'thumbnailDisplayOutsideScreen' default value is now 'true'
    • ๐Ÿ›  fixed issue on callbacks fnGalleryLayoutApplied, fnGalleryObjectModelBuilt, fnGalleryRenderStart (#121), galleryRenderEnd, fnShoppingCartUpdated, fnShoppingCartUpdated
    • ๐Ÿ›  fixed #120 - thumbnails with a Single Quote wont load
    • ๐Ÿ›  fixed #117 - Joomla/Bootstrap icon conflict - changed class in CSS file
    • ๐Ÿ›  fixed #126 - custom theme using colorSchemeViewer not working
    • ๐Ÿ›  fixed thumbnail effects 'labelSlideUp' and 'labelSlideDown'
    • ๐Ÿ›  fixed thumbnail effects with CSS 2D/3D transformations
  • v2.1.0 Changes

    March 05, 2018
    • ๐Ÿ†• new: API methods 'closeViewer', 'minimizeToolbar', 'maximizeToolbar', 'paginationPreviousPage', 'paginationNextPage', 'paginationGotoPage', 'paginationCountPages'
    • ๐Ÿ›  fixed: single touch to open thumbnail when no hover effect defined
    • ๐Ÿ›  fixed: lightbox support for empty top-left or top-right toolbar
    • ๐Ÿ›  fixed: option 'galleryMosaicL1' renamed to 'galleryL1Mosaic'
    • ๐Ÿ›  fixed: options 'touchAnimation' and 'touchAnimationL1'
    • ๐Ÿ›  fixed: #82 option 'thumbnailAlbumDisplayImage'
    • ๐Ÿ›  fixed: incorrect .nGY2GThumbnailSub size
    • ๐Ÿ›  fixed: functions NGY2Item.thumbSet(), NGY2Item.imageSet(), NGY2Item.thumbSetImgHeight(), NGY2Item.thumbSetImgWidth()
  • v2.0.0 Changes

    November 30, 2017
    • ๐Ÿ†• new: mosaic layout
    • ๐Ÿ†• new: video support (Youtube, Vimeo and Dailymotion)
    • ๐Ÿ†• new: image slider in thumbnail (see option 'thumbnailSliderDelay')
    • ๐Ÿ†• new: value 'fillWidth' for option 'thumbnailAlignment' (is also the new default value)
    • ๐Ÿ†• new: option 'thumbnailBaseGridHeight' for cascading layout
    • ๐Ÿ†• new: markup content source supports the ID attribute
    • ๐Ÿ†• new: option 'viewerTransitionMediaKind' to enable/disable media transition in lightbox
    • ๐Ÿ†• new: module support
    • ๐Ÿ†• new: callback fnProcessData for Flickr data
    • โœจ enhanced: option 'thumbnailOpenOriginal' for all data types
    • โœจ enhanced: added keyword 'auto backup' to default value for 'blackList'
    • โœจ enhanced: loading.gif embeded in CSS file
    • ๐Ÿ”„ changed: the lightbox is nor more closed when the user clicks/touches the area outside the image
    • ๐Ÿ›  fixed: #67 viewer opens even if cutom viewer defined (broken in v1.5.0)
    • ๐Ÿ›  fixed: image swipe left/right closes the lightbox
    • ๐Ÿ›  fixed: #56 #68 destroy method issue -> warning: browser back to non existing location could happen
    • ๐Ÿ›  fixed: #70 overflow-x: hidden; not working after exit gallery
    • ๐Ÿ›  fixed: Flickr - album list blocked by hidden albums
    • ๐Ÿ›  fixed: #69 message 'error: no image to process.' no more displayed
    • ๐Ÿ›  fixed: #77 link to the photo on flickr leads to photostream instead of album
    • ๐Ÿ›  fixed: #78 exif time now handeld as string format
    • ๐Ÿ›  fixed: image on selected thumbnail not visible
  • v1.5.0 Changes

    September 07, 2017
    • ๐Ÿ†• new: swipe down to close lightbox
    • ๐Ÿ†• new: thumbnail image dominant color in stacks
    • ๐Ÿ†• new: thumbnail gradient color during image download (see galleryTheme)
    • ๐Ÿ†• new: lightbox option 'viewerImageDisplay'
      Possible values : 'upscale' to upscale images to fullscreen, 'bestImageQuality' for highest quality on high DPI screens like retina
    • ๐Ÿ†• new: define multiple thumbnails per item (url and size) - API and markup content source
    • โœจ enhanced: lightbox image zoom and swipe
    • โœ‚ removed: open image in Google Photos (broken since changes by Google)
    • ๐Ÿ›  fixed: #51 - thumbnail to navigate up not displayed correctly
    • ๐Ÿ›  fixed: Flickr incorrect image resolution
    • ๐Ÿ›  fixed: thumbnail to navigate up displayed even without parent album
    • ๐Ÿ›  fixed: option 'photoset' not a real alias of 'album'
    • ๐Ÿ›  fixed: sorting for images/albums defined with HTML markup or javascript
    • ๐Ÿ›  fixed: package manager compatibility
    • ๐Ÿ›  fixed: incorrect cursor pointer when lightbox disabled
    • ๐Ÿ›  fixed: endless loop if image/gallery in location hash does not exit (markup or javascript content)
    • ๐Ÿ›  fixed: internal lightbox started although third party lightbox defined
    • ๐Ÿ›  misc performance enhancements and bugfixes
  • v1.4.1 Changes

    August 31, 2017
    • ๐Ÿ›  fixed: incorrect font version embedded in nanogallery2.woff.css
  • v1.4.0 Changes

    June 11, 2017
    • ๐Ÿ†• new: display thumbnail's images smoothly when fully downloaded (option 'thumbnailWaitImageLoaded')
    • ๐Ÿ†• new: gallery display animations (options 'galleryDisplayTransition' and 'galleryDisplayTransitionDuration')
    • ๐Ÿ†• new: tags support with nanoPhotosProvider2
    • ๐Ÿ†• new: API functions to search in title and tags ('search2', 'search2Execute')
    • โœจ enhanced: blurred image display during image download (thumbnails)
    • โœจ enhanced: thumbnails display animations
    • ๐Ÿ”„ changed: default thumbnail background color from black to gray
    • ๐Ÿ›  fixed: #46 rotate internal viewer doesn't resize gallery
    • ๐Ÿ›  fixed: #46 hover effect 'toolsAppear' works only with one toolbar
    • ๐Ÿ›  fixed: #46 hover effect issue on touch/mobile device
    • ๐Ÿ›  fixed: #48 browser navigation back to root album doesn't work
    • ๐Ÿ›  fixed: #48 API function displayItem
    • ๐Ÿ›  fixed: image display quality in Chrome
    • ๐Ÿ›  fixed: misc small issues
  • v1.3.0 Changes

    May 11, 2017
    • ๐Ÿ†• new: #3 Auto hide tools on image view after inactivity. Use the option viewerHideToolsDelay to define the delay in ms.
    • ๐Ÿ†• new: compatibility to nanoPhotosProvider2 (https://github.com/nanostudio-org/nanoPhotosProvider2)
    • ๐Ÿ†• new: possibility to display dominant color gradient (blurred images) during image load (on thumbnails, not supported by Google Photos or Flickr data source)
    • ๐Ÿ†• new: thumbnail display transitions, new possibilties: 'flipDown', 'flipUp', 'slideUp2', 'slideDown2', 'slideRight', 'slideLeft'
    • ๐Ÿ†• new: thumbnailDisplayTransition 'slideUp' and 'slideDown': distance can be defined (example: 'slideUp_200')
    • ๐Ÿ†• new: share to VK.com
    • ๐Ÿ†• new: #39 lightbox single tap/click to go to next/previous image (to remove the single tap delay, set option 'viewerZoom' to false)
    • ๐Ÿ†• new: album level 1 specific options: 'fnThumbnailL1DisplayEffect', 'thumbnailL1DisplayTransition', 'thumbnailL1DisplayTransitionDuration', 'thumbnailL1DisplayInterval'
    • ๐Ÿ†• new: #30 callbacks in HTML markup mode
    • ๐Ÿ†• new: enhanced compatibility to browser without CSS Transform support
    • ๐Ÿ†• new: ImagesLoaded now in version 4.1.1
    • ๐Ÿ†• new: screenfull.js now in version 3.2.0
    • ๐Ÿ”„ changed: removed share button from to top right toolbar (can be changed with the option 'viewerTools')
    • ๐Ÿ›  fixed: low image quality in some cases
    • ๐Ÿ›  fixed: share to Google+
    • ๐Ÿ›  fixed: old Picasa albums not retrieved (for data before 09/02/2017)
    • ๐Ÿ›  fixed: #14 Slideshow stop on iPhone/android
    • ๐Ÿ›  fixex: #34 Image description - filename no more used in title by default
    • ๐Ÿ›  fixed: #37 Error using custom colors for colorSchemeViewer breaks nanoGallery2
    • ๐Ÿ›  fixed: #38 Fullscreen icon when opening in fullscreen
  • v1.2.1 Changes

    March 23, 2017
    • ๐Ÿ›  fixed: Google Photos albums not displayed (with NANOGP - https://github.com/nanostudio-org/nanogp)
    • ๐Ÿ›  fixed: kind 'google' for (old) Picasa data
    • ๐Ÿ›  fixed: #31 pagination 'pageChanged' event only fired with next/previous
    • ๐Ÿ›  fixed: parameter 'galleryLastRowFull' ignored in justified layout
  • v1.2.0 Changes

    March 20, 2017
    • ๐Ÿ†• new: thumbnails hover effects can now be chained and syntax has been enhanced with new options
    • ๐Ÿ†• new: stack motions effects on thumbnails - options 'thumbnailStacks' and 'thumbnailL1Stacks' to add N stacks behind the thumbnails (thanks to Mary Lou from Codrops for the inspiration - https://tympanus.net/codrops/2017/03/15/stack-motion-hover-effects/)
    • ๐Ÿ†• new: options 'thumbnailStacksTranslateX', 'thumbnailStacksTranslateY', 'thumbnailStacksTranslateZ', 'thumbnailStacksRotateX', 'thumbnailStacksRotateY', 'thumbnailStacksRotateZ', 'thumbnailStacksScale'
    • ๐Ÿ†• new: color scheme option 'stackBackground'
    • ๐Ÿ†• new: options 'thumbnailL1GutterWidth' and 'thumbnailL1GutterHeight'
    • ๐Ÿ†• new: #23 define a specific image for download (options 'downloadURL' or 'ngdownloadurl')
    • ๐Ÿ†• new: #21 option 'thumbnailDisplayOutsideScreen' to let the thumbnails always displayed even if not visible on screen (may impact performances)
    • ๐Ÿ†• new: parameter 'itemsBaseURL' ignored when source of an image is an full URL
    • ๐Ÿ†• new: #20 option 'data-ngcustomdata' (additionaly to 'ngcustomdata')
    • ๐Ÿ†• new: thumbnail icon 'display' to open a thumbnail even if selection mode is activated
    • ๐Ÿ”„ changed: hammer.js v2.0.8
    • ๐Ÿ”„ changed: 'viewerDisplayLogo' default value set to false
    • ๐Ÿ”„ changed: access to old Picasa content now included in module google2
    • ๐Ÿ›  fixed: #28 - Setting navigationBreadcrumb borderRadius does not have any impact
    • ๐Ÿ›  fixed: parameter 'galleryMaxItems' not working with data source 'google2'
    • ๐Ÿ›  fixed: parameter 'descriptionFontSize' ignored
    • ๐Ÿ›  fixed: image zoom with mouse wheel on Firefox
  • v1.1.0 Changes

    March 06, 2017
    • ๐Ÿ†• new: custom tools for thumbnails ('custom1..10' and the associated icons (icons.thumbnailCustomTool1..10))
    • ๐Ÿ†• new: support for custom buttons on thumbnails
    • ๐Ÿ†• new: callback on click on thumbnail's custom tool - fnThumbnailToolCustAction(action, item)
    • ๐Ÿ†• new: events 'itemSelected.nanogallery2', 'itemUnSelected.nanogallery2'
    • ๐Ÿ†• new: data-attribute case insensitive for items definition
    • โœจ enhanced: image display toolbars handling (custom buttons, custom elements, definition order...)
    • ๐Ÿ›  fixed: small bugs