Skip to content

Releases: BenjaminBrandmeier/angular2-image-gallery

15.2.0

08 Apr 18:12
Compare
Choose a tag to compare
  • Adding optional parameter [lazyLoadGalleryImages] to turn off lazy loading when set to false and instead load all gallery images at once.

15.1.0

08 Apr 14:40
Compare
Choose a tag to compare
  • Adding optional parameter [includeViewer] to support use cases where viewer is placed outside the gallery component by hand

15.0.0

28 Jan 10:25
Compare
Choose a tag to compare
  • Angular 15 support
  • Fix for asynchronous reloading of images
  • Small performance improvements

14.0.3

14 Sep 19:43
Compare
Choose a tag to compare
  • Supporting Angular 14
  • Supporting Lazy Loading
  • Improving setup

6.0.0

17 Jun 09:16
Compare
Choose a tag to compare
  • Compatible with Angular 6
  • Compatible with angular-cli 6.0.0 and AOT
  • Basic paging support by providing a maximum rows per page

1.0.0

23 Apr 17:05
Compare
Choose a tag to compare

Lot's of changes happend since the last tag on GitHub, since I didn't tag accordingly.

Just a short summary:

  • Compatible with Angular 4
  • Compatible with angular-cli 1.0.0 and AOT
  • Added support for remote image and metadata location
  • Added support for multiple gallerys independant of the remote location approach
  • Integrated Browserstack into Travis CI
  • More tolerant during conversion process
  • Removed Angular Material 2
  • ...

0.5.6

15 Jan 07:05
Compare
Choose a tag to compare
  • Fixed IE 11 animation issue in viewer. #18
  • Fixed pre-processing issue where images without EXIF data weren't able to be process. #19
  • Added possibility to configure sorting via command line args. #19
  • Made a bunch of NPM publish related optimizations.

0.5.3

07 Jan 14:48
Compare
Choose a tag to compare
  • Published angular2-image-gallery to npm, making embedding much easier
  • Fixed demo z-index with material2 input
  • Renamed from ng2imggallery to angular2-image-gallery (because another npm project exists under this name already)

0.5.1

04 Jan 18:46
Compare
Choose a tag to compare
  • add demo component to demonstrate embedding the gallery into your angular 2 project
  • make image borders inside the gallery configurable
  • make image sizes configurable
  • make gallery image quality flexibel depending on image sizes

0.5.0

03 Jan 14:06
Compare
Choose a tag to compare
  • Added animations for opening image viewer and browsing through images
  • Added swipe support for mobile devices (and desktop as well if you like to ;)) #8
  • Updated rendering approach to preload images in src tag an display them as background-image afterwards
  • Lot's of refactoring
  • Some bugfixes #14, #15