Skip to content

Releases: wittlock/ngx-image-zoom

v3.0.0

31 Oct 19:01
8bbeead
Compare
Choose a tag to compare

This release mainly contains refactoring of the logic. It should behave much like 2.1.0 but bumping major version in case it breaks something.

v2.1.0

11 May 19:54
c58f8a2
Compare
Choose a tag to compare

Features

  • Added SafeUrl as data type for thumbImage and fullImage.

v2.0.0

11 May 19:54
c5622ec
Compare
Choose a tag to compare

Breaking changes

  • 'hover-freeze' has changed name to 'toggle-freeze', a more descriptive name. And a new mode has been added called 'hover-freeze', see README for description.

v1.0.1

11 May 19:53
cda0418
Compare
Choose a tag to compare

Features

  • Added alt and title attributes to the thumb and full image with altText and titleText inputs.

v1.0.0 beta

11 May 19:51
b40eaa7
Compare
Choose a tag to compare

Features

  • Updated for latest Angular
  • Merged PR#88 for toggle-click zoom mode
  • Added additional Output, imagesLoaded, showing the value of isReady. Which is true when both thumbnail and fullImage is loaded

v0.6.0

02 Mar 19:59
Compare
Choose a tag to compare

Rewrote zooming calculations, should work in more complex cases now.
See releasenotes for more information

v0.5.1

25 Feb 20:05
a998f38
Compare
Choose a tag to compare

Bugfix: Replaced BrowserModule with CommonModule

v0.5.0

25 Feb 20:07
ac838a3
Compare
Choose a tag to compare

Update for Angular 9. Complete rewrite of how the library is packaged.

See changelog for comprehensive change list.