Skip to content

Releases: igorlino/angular-elevatezoom-plus

1.1.5

08 Aug 22:21
Compare
Choose a tag to compare

Directive now calls the destroy method from ezPlus when scope is destroyed.
zoomContainer is now properly removed.

Fixes #1

1.1.4

07 Jul 12:52
Compare
Choose a tag to compare

Demo completely re-worked.

1.1.3

18 Jun 13:12
Compare
Choose a tag to compare

Use showHideZoomContainer when closing/opening zoom.
Update to latest version of EZP with new api.

1.1.2

18 Jun 11:37
Compare
Choose a tag to compare

Update to new EZP version.

1.1.1

08 Jun 13:00
Compare
Choose a tag to compare

Merged js resources.

1.1.0

07 Jun 17:46
Compare
Choose a tag to compare

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

07 Jun 17:38
Compare
Choose a tag to compare

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

07 Jun 00:28
Compare
Choose a tag to compare

Use convention for directive parameters.
Add generic options parameter.
Removed the append-to attribute. Its available within the ezp-options.

1.0.5

02 Jun 09:59
Compare
Choose a tag to compare

Added showAll, hidesAll, enableZoom, disableZoom events for the directive.
Added appendTo option for directive.
Update ez-plus 3rd party version.

1.0.4

01 Jun 13:23
Compare
Choose a tag to compare

Add NPM repository info.
Update to latest ezPlus library.