Skip to content

Releases: Kris-B/nanoGALLERY

nanoGALLERY for jQuery v4.2.1

06 Mar 21:26
Compare
Choose a tag to compare

nanoGALLERY v4.2.1 release notes.

New features:
  • global photo/album title and description
  • new label position overImageOnMiddle
  • new theme light (optimized for light backgrounds)
New options:
  • i18n: new elements thumbnailImageTitle thumbnailAlbumTitle thumbnailImageDescription thumbnailAlbumDescription.
  • thumbnailLabel: new possible value `{position:'overImageOnMiddle'}

See readme.md for usage details

Deprecated options:
  • none
Misc
  • bug mouse click outside gallery not working - fixed

nanoGALLERY for jQuery v4.2.0

03 Mar 15:57
Compare
Choose a tag to compare

nanoGALLERY v4.2.0 release notes.

New features:
  • display current image number and total count of images
  • close button in upper right corner
  • use responsive image resolution with Flickr/Picasa/Google+ (small images are used on low-res device)
  • back/forward navigation
  • deep linking of images and albums
  • thumbnail height auto: fill the thumbnail with the entire image (no black space)
New options:
Name Description
locationHash Enable or disable back/forward navigation and deep linking of images and photo albums.
boolean; Default: false
Note: only one gallery per page should use this feature.
viewerDisplayLogo Enable or disable logo display on top of images (defined in CSS file)
boolean; Default: false
thumbnailHeight Height in pixels of the thumbnails
*integer

See readme.md for usage details

Deprecated options:
  • none
misc
  • UI is no more freezed during thumbnails rendering
  • removed hover delay on thumbnail (animation starts immediately on mouse hiver now)
  • removed tags parameter in Flickr API requests
  • changed default color scheme from 'default' to 'none'
  • optimized image display
  • fixed fancybox-related code (thanks to grief-of-these-days - https://github.com/grief-of-these-days)
  • minor bugfixes

nanoGALLERY for jQuery v4.1.0

20 Jan 21:24
Compare
Choose a tag to compare

nanoGALLERY v4.1.0 release notes.

New features:
  • gesture support
  • pagination
  • optimized support of large galleries (thumbnails image lazy loading or pagination)
  • support browser back-button to close the lightbox
  • albums content are now cached to avoid reloads
  • slideshow mode
  • keyboard shortcuts
  • i18n support in gallery content (titles and descriptions) and in UI elements
  • fullscreen mode
  • multi-level navigation support to API and HREF-methods
  • dependency to jQuery-JSONP plugin is now optional (affects only Flickr/Picasa/Google+ storage)
New options:
  • paginationMaxItemsPerPage: maximum number of thumbnails per page (pagination)
  • paginationMaxLinesPerPage: maximum number of thumbnails lines per page (pagination)
  • galleryToolbarWidthAligned: toolbar is automatically resized to the width of the thumbnails area
  • slideshowDelay: delay in ms before displaying next image (slideshow)
  • thumbnailDisplayInterval: interval in ms between the display of 2 thumbnails
  • thumbnailDisplayTransition: enable transition animation before displaying one thumbnail
  • thumbnailLazyLoad: enable lazy load of thumbnails image (image is loaded when displayed in the viewport)
  • thumbnailLazyLoadTreshold: extend the viewport area for thumbnails image lazy load
  • i18n: UI string translations

See readme.md for usage details

Outdated options:
  • topLabel: replaced by i18n
Minor bugfixes

nanoGALLERY for jQuery v4.0.3

10 Dec 21:04
Compare
Choose a tag to compare
  • new: animation on touch event
  • bugfix Flickr - no image displayed when original size is disabled
  • bugfix on slow speed connection

nanoGALLERY for jQuery v4.0.2

27 Nov 21:37
Compare
Choose a tag to compare
  • Improved compatibility to Bootstrap Framework.
  • Minor bug fixes.

nanoGALLERY for jQuery v4.0.1

20 Nov 21:35
Compare
Choose a tag to compare

Typo in nanogallery.jquery.json

nanoGALLERY for jQuery v4.0.0

20 Nov 21:19
Compare
Choose a tag to compare

Version 4 has been optimized and layout customization is now much easyer.
Main new features:

  • parameter to set the thumbnails animated hover effects (combinations possible)
  • color schemes to avoid having to edit any CSS file
  • display images faster (thanks to pre-loading)
New general options:
  • thumbnailLabel: Display options for the image label (title and description)
  • thumbnailHoverEffect: Set the thumbnail mouse hover effect
  • colorScheme: Set the color scheme for the gallery (breadcrumb and thumbnails)
  • colorSchemeViewer: Set the color scheme for the image viewer

See readme.md for details

Note about CSS files / themes:

CSS files have been complety rewritten and files from previous version are not compatible with v4. Thumbnails hover effects are no more managed with CSS files/themes. The new thumbnailHoverEffect option should be used instead.

nanoGALLERY for jQuery v3.3.0

25 Sep 21:38
Compare
Choose a tag to compare

Now even easier to implement thanks to the new internal viewer for displaying the images (less external files to include). Fancybox is still available but optional.

PNG-icons have been replaced by the icon font "Font Awesome" allowing an optimized display.

New general option:
  • viewer : internal / fancybox - display images with the default viewer or with FancyBox. Internal viewer will be used if not defined.
New options specific to Picasa/Google+/Flickr storage:
  • whiteList : list of keywords to authorize - albums must contain one of the keywords to be displayed. Keyword separator is '|'.
  • albumList : list of albums to display. Separator is '|'.

nanoGALLERY for jQuery v3.2.6

02 Sep 21:04
Compare
Choose a tag to compare

nanoGALLERY for jQuery v3.2.5

02 Sep 21:01
Compare
Choose a tag to compare