Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix enforce boundary #484

Merged
merged 3 commits into from
Mar 16, 2018
Merged

Fix enforce boundary #484

merged 3 commits into from
Mar 16, 2018

Commits on Feb 21, 2018

  1. Linting - avoid type coercion

    John Lane committed Feb 21, 2018
    Configuration menu
    Copy the full SHA
    7db19b4 View commit details
    Browse the repository at this point in the history
  2. Linting - remove unncessary semi colons

    John Lane committed Feb 21, 2018
    Configuration menu
    Copy the full SHA
    6d80b7c View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2018

  1. Fix issue with enforceBoundary = false

    Whenvever enforceBoundary is set to false, the image cannot get smaller the original image size. Adding conditional that will skip this check if enforceBoundary = false
    John Lane committed Feb 22, 2018
    Configuration menu
    Copy the full SHA
    fc867f8 View commit details
    Browse the repository at this point in the history