Skip to content

Latest commit

 

History

History
376 lines (229 loc) · 11.2 KB

CHANGELOG.md

File metadata and controls

376 lines (229 loc) · 11.2 KB

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)