- Fix links in description (fe01502), closes #206
- Add option to use bullets on image and preview (0044559), closes #123
- fix choppy transitions in Chrome (9864149)
- add keydown listener only when preview is open (9c712e5), closes [#169]
- add support for arial-label on thumbnails (ad2da1c)
- remove src="#" (a9bfba3)
- Prevent refreshing thumbnails on fullscreen (e290ce2)
- Add option
previewRotate
(525bc61)
- Add option
imageDescription
(6db73d3)
- Add option
previewAnimation
(f7ec362)
- Add support for fontawesome 5 and svg icons (de0116b)
- 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>
- Add custom action for image and thumbnail (8e9fa7e)
- Export action model (52edf54)
- Check replace method before url validation (cb32a21)
- Fix thubnails animation on iphone (72e6cdf)
- Fix private handler previewSelect (a7686a5)
- Fix styles path for arrow in preview (f49df04)
- Add event previewChange and custom action on preview (6a38465)
- Reset position after images change (767dd4d)
- Stop image auto play when preview is open (c1216ce)
- Allow html in image description (36ea9c9)
- Add lazy loading (ce900c9)
- lazy loading is enabled by default
- Add option thumbnailsAsLinks and linkTarget (3fe30e0)
- Fix replacing % in url (e8cc079)
- Fix parenthesis and spaces in url (094661d)
- Fix images reload on preview (403a619)
- Fix loading of preview images (9755810)
- Add options previewZoomStep, previewZoomMax and previewZoomMin (f2fc2d4)
- Fix zoomValue accessibility (b16614d)
- Add option previewZoom (c13a4ee)
- Preview icons html and css
- Remove usage of PLATFORM_ID for Angular 2 apps (24168e4)
- Add option thumbnailsRemainingCount (1c23bc3)
- Fix thumbnails position after image change (48ea609)
- Fix errors when images array is undefined (e61851e)
- Add option thumbnailsOrder (ab1bfb2)
- Add navigation methods (c897081)
- Add option thumbnailsMoveSize (ec913b9)
- Fix browser crash for base64 images (2b4bd4b)
- New build system (3b5ad42)
- Add possibility to stop autoplay on hover (75d803c)
- Remove KeyboardEvent for universal (d7eafb1)
- Add infinity scroll for image and preview (1a78631)
- Add support for compilation with strictNullChecks (6700950)
- Add auto play (c2b0345)
- Remove lint warnings (605ce55)
- Add option startIndex (a106f6c)
- Use safe url/style (6aaa4ed)
- Add previewOpen and previewClose events (3422ab0)
- Better validation for loaded images (5069b81)
- Add option layout (06d0eec)
- Enable vertical scroll for gallery with swipe (ccf5581)
- Add option previewForceFullscreen (fcf7fb5)
- Add support for SafeResourceUrl (6a80b4b)
- Add optios to change icons (80a5c35)
- Add option previewCloseOnEsc (1f0514f)
- Fix TS types (ca2a7d8)
- Add change event (f12ed44)
- Add thumbnailSize option (1fa1505)
- Set old build (2a03acc)
- Update build (fe080a3)
- Add previewKeyboardNavigation option (672e5c1)
- Add fullWidth option (b5dd459)
- Fix preview with fullscreen (ee33a71)
- Detect images change (44092b8)
- Remove global styles (e900b0d)
- Add fullscreen option for preview (2775459)
- Fix jumping arrow on fade animation (4a8a3f2)
- Add more animations for image (9a027c7)
- Add swipe for touch devices (bbde7a6)
- Add option to hide image or thumbnails (83fd1c7)
- Add image description (d1c5ba2)
- Add thumbnailsRows option (67ea7bb)