Skip to content

Latest commit

 

History

History
43 lines (33 loc) · 1.66 KB

CHANGELOG.md

File metadata and controls

43 lines (33 loc) · 1.66 KB

0.6.3

Features

  • added alt tags for both rendered images, thumbnailAlt and fullsizeAlt respectively

0.6.2

Bugfixes

  • fixed ChangeDetection when ngx-image-zoom is embedded in OnPush components

0.6.0

Breaking changes

  • Removed input parameters scrollParentSelector and isInsideStaticContainer as I believe these are no longer needed.

Features

  • Rewrote the zooming position calculations, it feels much more robust now and will hopefully perform as expected in more situations with complex layouts.

0.5.1

Bugfixes

0.5.0

Breaking changes

  • To comply with recommended naming conventions the following name changes have been done:
    • Changed tag name from ngx-image-zoom to lib-ngx-image-zoom (style 02-07)
    • Changed output onZoomScroll to zoomScroll (style 05-16)
    • Changed output onZoomPosition to zoomPosition (style 05-16)
  • With the upgrade .forRoot() is no longer needed when importing the NgxImageZoomModule in your project.

Features

  • Completely redid the library wrapping for Angular 9 support.
  • Library is now in Angular Package Format for better compatibility.
  • Added a new input scrollParentSelector to further control zooming in complex layouts.

Bugfixes

  • Clean up event listeners when component is destroyed.