Skip to content

Latest commit

 

History

History
488 lines (297 loc) · 15.9 KB

CHANGELOG.md

File metadata and controls

488 lines (297 loc) · 15.9 KB

5.10.0 (2019-04-30)

  • add option to manange arrows on preview (bb8a200)
  • fix onClick signature attribute (f1c8edd)

5.9.1 (2018-12-23)

  • check if fullscreen mode is enabled before closing (5a5ae5b), closes #217

5.9.0 (2018-11-20)

5.8.2 (2018-11-19)

  • mark preview as changed with onpush change detection (4fa180d), closes #147

5.8.1 (2018-11-01)

  • Add option NgxGalleryOrder.Page (01bd7fb), closes #116

5.8.0 (2018-11-01)

  • Fix links in description (fe01502), closes #206
  • Add option to use bullets on image and preview (0044559), closes #123

5.7.5 (2018-10-28)

  • Use thumbnails as links just for images with an url (2966a4e), closes #110

5.7.4 (2018-10-28)

5.7.3 (2018-10-28)

  • Fix rendering item with thumbnailsRemainingCount (82dfc4d), closes #203

5.7.2 (2018-10-28)

5.7.1 (2018-10-28)

5.7.0 (2018-10-08)

  • Add methods to move thumbnails (a105149), closes #197

5.6.2 (2017-09-05)

  • fix choppy transitions in Chrome (9864149)

5.6.1 (2017-07-14)

  • fix thumbnailsRemainingCount when there is more than one row (0a35d68), closes #178

5.6.0 (2017-07-06)

  • add option to download image on preview (2369cf0), closes #163

5.5.1 (2017-07-03)

  • pass image index in custom action handler (4be6665), closes #125

5.5.0 (2017-07-03)

5.4.1 (2017-06-29)

  • add keydown listener only when preview is open (9c712e5), closes [#169]

5.4.0 (2017-06-27)

  • add support for arial-label on thumbnails (ad2da1c)

5.3.2 (2017-04-11)

5.3.1 (2017-04-05)

  • Prevent refreshing thumbnails on fullscreen (e290ce2)

5.3.0 (2017-03-15)

  • Add option previewRotate (525bc61)

5.2.0 (2017-03-12)

  • Add option imageDescription (6db73d3)

5.1.0 (2017-03-04)

  • Add option previewAnimation (f7ec362)

5.0.0 (2017-02-27)

  • Add support for fontawesome 5 and svg icons (de0116b)

BREAKING CHANGES

  • New icons structure because of fontawesome 5 #132

BEFORE:

<i class="ngx-gallery-icon fa fa-arrow-circle-right"></i>

AFTER:

<div class="ngx-gallery-icon">
    <i class="fa fa-arrow-circle-right"></i>
</div>

4.3.0 (2017-01-24)

  • Add custom action for image and thumbnail (8e9fa7e)

4.2.5 (2017-01-23)

4.2.4 (2017-01-23)

  • Check replace method before url validation (cb32a21)

4.2.3 (2017-01-23)

  • Fix thubnails animation on iphone (72e6cdf)

4.2.2 (2017-01-22)

  • Fix private handler previewSelect (a7686a5)

4.2.1 (2017-01-21)

  • Fix styles path for arrow in preview (f49df04)

4.2.0 (2017-01-21)

  • Add event previewChange and custom action on preview (6a38465)

4.1.2 (2017-12-30)

  • Reset position after images change (767dd4d)

4.1.1 (2017-12-10)

  • Stop image auto play when preview is open (c1216ce)

4.1.0 (2017-12-10)

  • Allow html in image description (36ea9c9)

4.0.0 (2017-12-05)

BREAKING CHANGES

  • lazy loading is enabled by default

3.3.0 (2017-11-26)

  • Add option thumbnailsAsLinks and linkTarget (3fe30e0)

3.2.0 (2017-11-26)

3.1.4 (2017-11-22)

3.1.3 (2017-11-21)

  • Fix parenthesis and spaces in url (094661d)

3.1.2 (2017-11-21)

  • Fix images reload on preview (403a619)

3.1.1 (2017-11-07)

  • Fix loading of preview images (9755810)

3.1.0 (2017-11-04)

  • Add options previewZoomStep, previewZoomMax and previewZoomMin (f2fc2d4)

3.0.1 (2017-11-01)

  • Fix zoomValue accessibility (b16614d)

3.0.0 (2017-10-31)

BREAKING CHANGES

  • Preview icons html and css

2.4.1 (2017-10-26)

  • Remove usage of PLATFORM_ID for Angular 2 apps (24168e4)

2.4.0 (2017-10-19)

  • Add option thumbnailsRemainingCount (1c23bc3)

2.3.1 (2017-10-18)

  • Fix thumbnails position after image change (48ea609)
  • Fix errors when images array is undefined (e61851e)

2.3.0 (2017-10-17)

  • Add option thumbnailsOrder (ab1bfb2)

2.2.0 (2017-10-11)

2.1.0 (2017-10-09)

  • Add option thumbnailsMoveSize (ec913b9)

2.0.1 (2017-10-08)

  • Fix browser crash for base64 images (2b4bd4b)

2.0.0 (2017-10-05)

1.7.0 (2017-10-01)

  • Add possibility to stop autoplay on hover (75d803c)

1.6.1 (2017-09-27)

  • Remove KeyboardEvent for universal (d7eafb1)

1.6.0 (2017-09-26)

  • Add infinity scroll for image and preview (1a78631)

1.5.0 (2017-09-26)

  • Add support for compilation with strictNullChecks (6700950)

1.4.0 (2017-09-20)

1.3.0 (2017-09-13)

1.2.0 (2017-09-12)

1.1.7 (2017-08-31)

1.1.6 (2017-08-29)

  • Add previewOpen and previewClose events (3422ab0)

1.1.5 (2017-08-24)

  • Better validation for loaded images (5069b81)

1.1.4 (2017-08-15)

1.1.3 (2017-08-15)

  • Enable vertical scroll for gallery with swipe (ccf5581)

1.1.2 (2017-08-15)

  • Add option previewForceFullscreen (fcf7fb5)

1.1.1 (2017-08-3)

  • Add support for SafeResourceUrl (6a80b4b)

1.1.0 (2017-08-2)

  • Add optios to change icons (80a5c35)

1.0.5 (2017-07-29)

  • Add option previewCloseOnEsc (1f0514f)

1.0.4 (2017-07-19)

1.0.3 (2017-07-18)

1.0.2 (2017-07-18)

  • Add thumbnailSize option (1fa1505)

1.0.1 (2017-07-18)

1.0.0 (2017-07-11)

0.8.5 (2017-06-05)

  • Add previewKeyboardNavigation option (672e5c1)

0.8.4 (2017-05-15)

0.8.3 (2017-05-7)

  • Fix preview with fullscreen (ee33a71)

0.8.2 (2017-05-6)

  • Implement custom change detection for images (e996e86), closes #4 #6

0.8.1 (2017-05-3)

0.8.0 (2017-04-19)

  • Add possibility to manage image size (cover or contain) (3f1b581), closes #1

0.7.2 (2017-04-18)

  • Add previewCloseOnClick option (8e87683), closes #2

0.7.1 (2017-03-29)

0.7.0 (2017-03-27)

  • Add fullscreen option for preview (2775459)

0.6.1 (2017-03-27)

  • Fix jumping arrow on fade animation (4a8a3f2)

0.6.0 (2017-03-24)

  • Add more animations for image (9a027c7)

0.5.0 (2017-03-24)

  • Add swipe for touch devices (bbde7a6)

0.4.1 (2017-03-22)

0.4.0 (2017-03-21)

  • Add option to hide image or thumbnails (83fd1c7)

0.3.0 (2017-03-20)

0.2.0 (2017-03-14)

  • Add thumbnailsRows option (67ea7bb)

0.1.1 (2017-03-13)

  • Change default percentage for image and thumbnails (3b3ba12)
  • Increase thumbnail size if 0px margin (ef961e6)

0.1.0 (2017-03-13)