Skip to content

Releases: CrackerakiUA/ngImgCropFullExtended

Add warn message.

20 Oct 12:45
Compare
Choose a tag to compare
v0.6.2

added log warn message

0.6.1: scope.chargement is not always null (#172)

19 Sep 19:27
Compare
Choose a tag to compare
* 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

30 Aug 12:40
Compare
Choose a tag to compare

New layout

Stable Version.

17 Aug 21:20
Compare
Choose a tag to compare

Stable Version.

Stable Version.

16 Aug 22:18
Compare
Choose a tag to compare

Everything looks smooth :)

Core issues fixed

21 Apr 06:57
Compare
Choose a tag to compare
0.5.5

compile

Fixed resize of the circle type.

29 Feb 03:22
Compare
Choose a tag to compare

corners resize management

25 Feb 05:24
Compare
Choose a tag to compare

Added feature to not resize on corners by default and added option for that can be possible.

max init + crop area handle

23 Feb 16:44
Compare
Choose a tag to compare

On cropper initialize added max cropping area.
Now we can access the cropping area variables.

Added block for live rendering.

10 Feb 23:30
Compare
Choose a tag to compare

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;