Releases: CrackerakiUA/ngImgCropFullExtended
Releases · CrackerakiUA/ngImgCropFullExtended
Add warn message.
v0.6.2 added log warn message
0.6.1: scope.chargement is not always null (#172)
* Added starts of language detection. French users will have "Chargement" while everyone else will show "Loading" Now it doesn't have the Open & Close principle. (https://en.wikipedia.org/wiki/Open/closed_principle) Open for extension and closed for modification. This should make it easy for future language translations to be added by individiuals going forward. * Made into switch and added more languages This is perfect now. Together we made perfection * scope.chargement is not always null, so checking for not may work better.
0.6.0
Stable Version.
Stable Version.
Stable Version.
Everything looks smooth :)
Core issues fixed
0.5.5 compile
Fixed resize of the circle type.
0.5.4 readme
corners resize management
Added feature to not resize on corners by default and added option for that can be possible.
max init + crop area handle
On cropper initialize added max cropping area.
Now we can access the cropping area variables.
Added block for live rendering.
On update 0.5.0 i have added feature which block the render of canvas on each move end, which will save the lag when you are exporting huge images. To make this work you have to asign $scope.blockManagement={block: true} to . When you have to render the canvas into dataURL you just have to $scope.blockManagement.render(function(dataURL){console.log(dataURL);}). I have build live demo on the Codepen: Rectangle Crop;