Skip to content

Releases: Kris-B/nanoGALLERY

nanoGALLERY for jQuery v5.10.3

30 Jun 21:56
Compare
Choose a tag to compare
  • nanoPhotosProvider : underscores are replaced with spaces in title an description
  • nanoPhotosProvider : remove leading @@NNNN in title

nanoGALLERY for jQuery v5.10.2

01 Jun 20:50
Compare
Choose a tag to compare

nanoGALLERY for jQuery v5.10.1

20 May 21:13
Compare
Choose a tag to compare
New
  • embeded script imagesLoaded: new version v4.1.0 included
Misc
  • bugfix issue #117 Images sometimes fail to load after upon folder navigation in Safari
  • bugfix in the handling of multi resolution thumbnail images

nanoGALLERY for jQuery v5.10.0

28 Apr 23:42
Compare
Choose a tag to compare
New options
  • paginationVisiblePages: thumbnail pagination - maximum visible pages.
    integer; Default: 10
  • content source nanoPhotosProvider now supports options albumList, whiteList, blackList, album
Misc

nanoGALLERY for jQuery v5.9.1

18 Nov 16:57
Compare
Choose a tag to compare

nanoGALLERY v5.9.1 release notes.

  • bugfix: issue #97 - ThumbnailL1 issue
  • bugfix: images incorrectly displayed in some cases

nanoGALLERY for jQuery v5.9.0

25 Oct 23:35
Compare
Choose a tag to compare

nanoGALLERY v5.9.0 release notes.

New options
  • albumMax: Maximum number of albums to display (Flickr, Picasa/Google+, nanoPhotosProvider) (0=disabled).
    integer; Default: 0
  • galleryEnableKeyboard: Enables keyboard navigation beween albums.
    boolean; Default: false
    ESC: display first level
    Up, Right, PageUp: Display next album
    Down, Left, PageDown: Display previous album
    (credits: Victor A. Banuelos - https://github.com/vbanuelos)
New API methods
  • refreshSize: Force a gallery resize.
    When the gallery container is hidden and is set to visible at a later time, this method will avoid incorrect thumbnail position.
    $('#yourElement').nanoGallery('refreshSize');
    (credits: Daniel Eck - https://github.com/Ecksters)
  • minimizeToolbar: minimize image viewer toolbar.
    $('#yourElement').nanoGallery('minimizeToolbar');
    (credits: Victor A. Banuelos - https://github.com/vbanuelos)
  • maximizeToolbar: maximize image viewer toolbar.
    $('#yourElement').nanoGallery('maximizeToolbar');
    (credits: Victor A. Banuelos - https://github.com/vbanuelos)
  • galleryCountImages: Returns the number of images in the current displayed album.
    $('#yourElement').nanoGallery('galleryCountImages');
    (credits: Victor A. Banuelos - https://github.com/vbanuelos)
  • moveToNextAlbum: Display next gallery album.
    $('#yourElement').nanoGallery('moveToNextAlbum');
    (credits: Victor A. Banuelos - https://github.com/vbanuelos)
  • moveToPreviousAlbum: Display previous gallery album.
    $('#yourElement').nanoGallery('moveToPreviousAlbum');
    (credits: Victor A. Banuelos - https://github.com/vbanuelos)
Misc

Many thanks to Victor A. Banuelos, Daniel Eck, Jeff Mills and Andrea Grassi for their contribution.

nanoGALLERY for jQuery v5.8.0

08 Sep 20:50
Compare
Choose a tag to compare

nanoGALLERY v5.8.0 release notes.

New API methods
  • closeViewer: close the image viewer.
    $('#yourElement').nanoGallery('closeViewer');
    (credits: Victor A. Banuelos - https://github.com/vbanuelos)
  • paginationPreviousPage: go to previous gallery page (when in pagination mode).
    $('#yourElement').nanoGallery('paginationPreviousPage');
  • paginationNextPage: go to next gallery page (when in pagination mode).
    $('#yourElement').nanoGallery('paginationNextPage');
  • paginationCountPages: returns the number of gallery pages (when in pagination mode).
    var countPages = $('#yourElement').nanoGallery('paginationCountPages');
  • paginationGotoPage: go to a specific gallery page (when in pagination mode).
    $('#yourElement').nanoGallery('paginationGotoPage', pageNumber);
  • getCurrentViewedItem: get the currently viewed item. Returns null if viewer not displayed.
    var item=$('#yourElement').nanoGallery('getCurrentViewedItem');
    (credits: Daniel Eck - https://github.com/Ecksters)
  • getCurrentViewedItemIdx: get the index of the currently viewed image. Returns -1 if viewer not displayed.
    var itemIdx=$('#yourElement').nanoGallery('getCurrentViewedItemIdx');
    (credits: Daniel Eck - https://github.com/Ecksters)
Misc
  • Picasa/Google+: now supports more than 1.000 images per album (credits: Giovanni Chiodi).
  • bugfix: hover animations becoming choppy after navigating fastly in images.
  • bugfix: loading CSS animation consuming memory even if not visible.
  • bugfix: issue #78 - NGTweenable undefined when loading in a page using AMD and requirejs (credits: Jeff Mills - https://github.com/jefftmills)

Many thanks to Giovanni Chiodi, AlexRed, Jeff Mills, Victor A. Banuelos and Daniel Eck for their contribution.

Visit nanoGALLERY homepage for usage details: http://nanogallery.brisbois.fr

nanoGALLERY for jQuery v5.7.0

01 Jun 19:30
Compare
Choose a tag to compare

nanoGALLERY v5.7.0 release notes.

New callback
  • fnThumbnailOpen: called after a thumbnail is clicked/touched to display the image.
    Can be used to replace the standard viewer/lightbox with an external lightbox.
New options
  • thumbnailOpenImage: enable the viewer/lightbox to display images after a thumbnail is clicked/touched.
    boolean; Default: true
  • paginationSwipe: on the gallery, enable swipe to go to next/previous page.
    boolean; Default: true
Misc
  • included new version of Shifty (v1.5)
  • disabled AMD for Shifty

nanoGALLERY for jQuery v5.6.0

15 Apr 19:49
Compare
Choose a tag to compare

nanoGALLERY v5.6.0 release notes.

New API method
  • setSelectMode: Enter/leave the selection mode, and set the kind.
    Possible values: true, false or can be a single kind : 'album' or 'image'.
    $('#yourElement').nanoGallery('setSelectMode', true|false|'album'|'image');
New option
  • keepSelection: do not lose selection on navigation
    boolean; Default: false
Misc
  • changed the touch swipe sensibility on gallery

Many thanks to Raphaël Renaudon (https://github.com/sevarg) for his contribution.

nanoGALLERY for jQuery v5.5.4

23 Mar 21:40
Compare
Choose a tag to compare

nanoGALLERY v5.5.4 release notes.

New API method
  • displayItem: display an item (album or image).
    $('#yourElement').nanoGallery('displayItem', 'itemID');
    itemID syntax to display an album: 'albumID'
    itemID syntax to display an image: 'albumID/imageID'