Skip to content

Releases: thdoan/magnify

Version 2.3.3

09 Jun 03:52
Compare
Choose a tag to compare
  • Fixed image maps require two clicks in Firefox (issue #59)

Version 2.3.2

20 Jun 07:51
Compare
Choose a tag to compare
  • Moved mousemove touchmove listener to a named function
  • Fixed zoom image out of position when magnifiedWidth and magnifiedHeight are updated while lens is visible (issue #48)

Version 2.3.0

16 Apr 08:28
Compare
Choose a tag to compare
  • Added mobileCloseEvent option (issue #44)
  • Added touchBottomOffset option (issue #46)

Version 2.1.0

30 May 13:03
Compare
Choose a tag to compare
  • Added limitBounds option (issue #34)
  • Cached $('html')
  • Converted all object keys to strings

Version 2.0.0

29 May 11:27
Compare
Choose a tag to compare
  • Added finalWidth and finalHeight options
  • Added magnifiedWidth and magnifiedHeight options
  • Added CSS reset
  • Implemented data attribute for all options
  • Refactored code
  • Removed -webkit-box-shadow
  • Fixed conflicts with parent elements' CSS

Version 1.7.0

20 Feb 02:27
Compare
Choose a tag to compare
  • Renamed onload option to afterLoad to avoid JS reserved word
  • Fixed issue #32

Version 1.6.17

25 Nov 04:27
Compare
Choose a tag to compare
  • Fixed destroy() issue where parent element can be removed even if image has no zoom (#29)

Version 1.6.16

14 Nov 03:55
Compare
Choose a tag to compare
  • Added workaround for buggy implementation of elementFromPoint() in Firefox
  • Fixed image map issue with scrollbar (issue #28)

Version 1.6.14

08 Nov 16:00
Compare
Choose a tag to compare
  • Fixed zoom not working if image is initially hidden
  • Fixed incorrect lens position if image container changes position (e.g., inside accordion)

Version 1.6.12

18 Oct 11:40
Compare
Choose a tag to compare
  • Fixed issue #25