Skip to content

Releases: Offroadcode/Zoom-Area-Cropper

v1.0.4

31 May 20:13

Choose a tag to compare

Fixed

  • Added some sanity/logic checks to better sanitize numbers and results being used
    for calculating crop position/dimensions to reduce odds of NaN or Null results.
  • Fixed calculating crops off focus handle to account for its center and not its
    upper left corner.

v1.0.3 Hotfix

30 May 21:53

Choose a tag to compare

Fixed

  • Added directive to listen for end of loading of main image so that the proper
    calculations for showing previews and positioning the focus handler can be properly
    done when dealing with slow load times (especially on larger images). Solves
    issues #2 and #3.
  • Added '?width=600' to main image preview url so that larger images don't need
    to be sent down to client only to be resized by browser.

v1.0.2 Hotfix

30 May 18:14

Choose a tag to compare

Added

  • The height and width prevalues are now required, preventing a developer from
    setting up an editor with no configured values for those fields. This fixes #1.

v1.0.1 Hotfix

26 May 18:31

Choose a tag to compare

Fixed

  • Fixed issue where failing to save and reload editor page after selecting image
    would cause crop previews to show incorrectly due to incorrect image dimension
    assumptions.

v1.0.0

26 May 17:49

Choose a tag to compare

v1.0.0

v1.0.0 Release Candidate 2

26 May 17:27

Choose a tag to compare

Pre-release

Changed

  • Improved JSdoc commenting on controller file.
  • Improved documentation on Readme.

Fixed

  • Fixed Property Value Converter.
  • Fixed issue with Gruntfile not properly copying DLL.

Removed

  • Removed console statements from controller.

v1.0.0 Release Candidate

25 May 20:28

Choose a tag to compare

Pre-release
v1.0.0-rc1

Download instructions and questions link.