Skip to content

Releases: igorlino/elevatezoom-plus

1.1.6

18 Jun 13:09
Compare
Choose a tag to compare

Add public method 'showHideZoomContainer'

1.1.5

18 Jun 11:32
Compare
Choose a tag to compare

Use correct spelling for zoomWindowOffsetX and zoomWindowOffsetY

1.1.4

07 Jun 17:32
Compare
Choose a tag to compare

Added internal method to be able to debug image changes.

1.1.3

02 Jun 09:58
Compare
Choose a tag to compare

Corrected null pointer when no tint is available and we cal showHideTint('hide').

1.1.2

02 Jun 09:19
Compare
Choose a tag to compare
  • Corrected hundreds of JSHint errors/warnings
  • Added JSCS code style validation.
  • Corrected hundreds of JSCS warnings.
  • Fixed unwanted global variables.
  • Fixed closeAll method not working at all.

1.1.1

01 Jun 13:17
Compare
Choose a tag to compare

Proper name for change log.
Re-release for 1.1.0 with proper repository info.

1.1.0

31 May 23:18
Compare
Choose a tag to compare
  • Feature: Adding support to multiple galleries. …
    This change provides:
    Flexibility to select the element with a another selector different of the id. Providing you support to multiples galleries.
    Adding galleryItem option to choose another item type
    All elements added to gallery, now inherit the onclick event
  • Fix width scale error
  • Feature: Added callback function 'onDestroy'. It is useful to destroy/hide 'zoomContainer' div when working with single page application (e.g; AngularJS application)
  • Remove support for deprecated mousewheel event and replace with wheel event.
    See: https://developer.mozilla.org/en-US/docs/Web/Events/mousewheel
  • Add z_index option to set z-index of container.
  • Fix: round lens position to avoid border flickering.
  • Fixed broken CSS
  • Fix: remove -webkit-transform: translateZ(0); because it breaks z-index properties
  • Improvement: Renamed "Postition" to "Position" for better consistency.
  • Improvement: Change cursor default value to inherit
  • Feature: Add mantainZoomAspectRatio as option. This change will allow to decide if you want to decrease zoom of one of the dimensions once the other reached it's top value, or keep the aspect ratio, default behaviour still being as always, allow to continue zooming out, so it keeps retrocompatibility.
  • Improvement: Added callback for when zoomWindow is just about to be shown. The zoomWindow would often fall offscreen, so I added a callback just before it is shown so that repositioning it is possible.
  • Improvement: Optimizes calls to css(), width() and height() for performance reasons.
    Profiling has shown that calls of the jquery css() method consumed very much time when moving the lens. This resulted in lags when moving the lens fast in Firefox and IE. By optimizing the css() calls (and also width() / height() methods) and the their parameters, the lags are now almost gone.
  • Fixed Duplicate self.options.zoomWindowWidth
  • Move zoom container parent selector to options.
  • Fix lens proportion calculation. The condition was incorrectly checking for the width of the zoom window instead of the height, causing the lens to be equal height with the non-zoomed image when the actual viewport was smaller
  • add option to specify a click callback (for the large image) add API document

1.0.1

30 May 15:39
Compare
Choose a tag to compare

Added own pictures for demo.
Add license info.
Reformatted with EditConfig style in Webstorm
Re-do formatting of repository files.
Reformat demo's index

1.0.0

29 May 12:07
Compare
Choose a tag to compare

Initial ezPlus component that includes bower dependency management.