6.0.12
- This is a partial revert of the aspect crop fixing/completion introduced in 6.0.10 as it was proving too problematic and dangerous to validate and fix/complete aspect crops every render pass. Fixes #218.
Aspect crops will still be fixed/completed when a new image is loaded in (i.e. you can omit width or height and it will be completed for you), but it will not try and do this afterwards. This means that if you want to programatically set a new crop with an aspect then you must set the correct width and height yourself. See How to create a fixed aspect crop programmatically for more info on how to do that.