Releases: wittlock/ngx-image-zoom
Releases · wittlock/ngx-image-zoom
v3.0.0
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
Features
- Added SafeUrl as data type for thumbImage and fullImage.
v2.0.0
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
Features
- Added alt and title attributes to the thumb and full image with altText and titleText inputs.
v1.0.0 beta
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
Rewrote zooming calculations, should work in more complex cases now.
See releasenotes for more information
v0.5.1
Bugfix: Replaced BrowserModule with CommonModule
v0.5.0
Update for Angular 9. Complete rewrite of how the library is packaged.
See changelog for comprehensive change list.