Releases: igorlino/angular-elevatezoom-plus
Releases · igorlino/angular-elevatezoom-plus
1.1.5
Directive now calls the destroy method from ezPlus when scope is destroyed.
zoomContainer is now properly removed.
Fixes #1
1.1.4
Demo completely re-worked.
1.1.3
Use showHideZoomContainer when closing/opening zoom.
Update to latest version of EZP with new api.
1.1.2
Update to new EZP version.
1.1.0
API has been rewritten:
-ezp is completely extensible throw the directive ezp-options attribute
-ezp callbacks can also be set using directive ezp-on-XXX attributes
1.0.7
Add all ezp callback methods as directive attributes with syntax ezp-on-XXX
(its also possible to override them using the ezp-options parameter)
1.0.6
Use convention for directive parameters.
Add generic options parameter.
Removed the append-to attribute. Its available within the ezp-options.
1.0.5
Added showAll, hidesAll, enableZoom, disableZoom events for the directive.
Added appendTo option for directive.
Update ez-plus 3rd party version.
1.0.4
Add NPM repository info.
Update to latest ezPlus library.