Releases: thdoan/magnify
Releases · thdoan/magnify
Version 2.3.3
Version 2.3.2
- Moved
mousemove touchmove
listener to a named function - Fixed zoom image out of position when
magnifiedWidth
andmagnifiedHeight
are updated while lens is visible (issue #48)
Version 2.3.0
Version 2.1.0
- Added
limitBounds
option (issue #34) - Cached
$('html')
- Converted all object keys to strings
Version 2.0.0
- Added
finalWidth
andfinalHeight
options - Added
magnifiedWidth
andmagnifiedHeight
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
- Renamed
onload
option toafterLoad
to avoid JS reserved word - Fixed issue #32
Version 1.6.17
- Fixed
destroy()
issue where parent element can be removed even if image has no zoom (#29)
Version 1.6.16
- Added workaround for buggy implementation of elementFromPoint() in Firefox
- Fixed image map issue with scrollbar (issue #28)
Version 1.6.14
- 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
- Fixed issue #25