File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ### Release 0.7.6
4
+
5
+ - 21 Bugs in the code, I fixed 3, (hopefully not) 30 Bugs in the code
6
+
3
7
### Release 0.7.1
4
8
- Fixed #87 get unsacled crop of image
5
9
@@ -123,7 +127,8 @@ Checkout this [sample plunker](https://embed.plnkr.co/VFwGvAO6MhV06IDTLk5W/)
123
127
* ** strokeWidth** :* number* - box/ellipsis stroke width
124
128
* ** strokeColor** :* string* - box/ellipsis stroke color
125
129
* ** allowedFilesRegex** :* RegExp* - (default: /\. (jpe?g|png|gif)$/i) - Regex for allowed images
126
- * ** preserveSize** :* boolean - will not scale the resulting image to the croppedWidth/croppedHeight and will output the exact crop size from original
130
+ * ** preserveSize** :* boolean* - will not scale the resulting image to the croppedWidth/croppedHeight and will output the exact crop size from original
131
+ * ** fileType** :* string* (default: 'png') - default image format
127
132
128
133
129
134
## Customizing Image cropper
You can’t perform that action at this time.
0 commit comments