v2.0.0
-
Added the following three new callbacks for better control over how you can react to Croppr:
onCropStart
: Triggers when users start modifying the crop regiononCropMove
: Triggers when crop region changes (similar to the currentonUpdate
)onCropEnd
: Triggers when users stop modifying the crop region
-
Deprecated the
onUpdate
callback in favour ofonCropMove
. The callback still remains for backwards compatibility, but developers still using it will see a deprecation notice. See #7