Releases: scaleflex/filerobot-image-editor
Releases · scaleflex/filerobot-image-editor
v3.12.12
3.12.12 - 2021-2-15
Added
onSaveAs
property to filerobot upload mode config for showing & handling Save As New Image Button as sliding item next to save button.keepPropsAndMeta
property to uploadParams of filerobot upload mode config for keeping the providedimageProperties
&imageMeta
in the saved image.onError
for handling the errors returned by the uploading process through filerobot or cloudimage.secondary
property to theme's button object which is used in the background color of selectable button (ex. saveAs).
Removed
saveMode
property from the filerobot upload mode config.
Fixed
- Rarely happened issue of duplicated canvases when doing some operation.
- Warning of similar keys for canvases.
Improved
- Styles of resizing image before editing warning.
- Moving
imageProperties
,imageMeta
&imageName
to uploadParams object of filerobot upload mode.
v3.12.11
3.12.11 - 2021-1-6
Added
closeButtonProps
property to the config for customizing the top left corner close button (ex. label & styles).
Improved
- Plugin's container recognition (for being full-screened) logic improved.
- Changed the place of fullscreen button to be bottom left corner besides undo/redo operations.
v3.12.10
3.12.10 - 2021-1-4
Added
- Close button (x) at the top left of the editor.
v3.12.9
3.12.9 - 2020-12-23
Fixed
- Watermark's text font select input is now updated with the chosen text font.
Added
- support custom theme's colors for more elements.
v3.12.8
3.12.8 - 2020-12-17
Fixed
- showing the appropriate styles for the plugin while being showing inside page not as modal.
v3.12.7
3.12.7 - 2020-11-23
Fixed
- Styling of adjust controls by having spaces between each control.
v3.12.6
3.12.6 - 2020-11-22
Added
saveMode
,imageProperties
,imageMeta
&imageName
properties into filerobot object of upload mode to be used in determining the save/upload mode of filerobot whether to have a newly created image without the old image's properties & meta, duplicate the image data with the edits (different name with same old image's properties & meta with considering the new edits/design) or replacing the main image with the newly edited one.
v3.12.5
3.12.5 - 2020-11-22
Fixed
- Watermark scaling box stays in its place if watermark is positioned from watermark's positioning squares.
- Image's stroke width input issue of not changing.
- Issue of multiple canvases on saving image.
- Cloudimage's mode generated url.
Improved
- Improved the positioning of watermark in cloudimage mode.
- Adding selectors to the styled components.
- Applying watermark's default position when changing the watermark image.
- Scaling the watermark to 30% + 1.5% spacing when using watermark positioning sqaures and watermark's current size is bigger than 30% of edited image.
- Disabling scaling up the watermark image and allowing scaling down with scaling up to the max. size of the watermark image.
v3.12.4
3.12.4 - 2020-11-19
Improved
- Improved the positioning of the watermark in cloudimage mode.
- Avoiding the overwriting of watermark's applying switcher styles.
v3.12.3
3.12.3 - 2020-11-14
Fixed
- Objects scaling on different image sizes issue.
- Canvas moving in while flipping issue.
- Text watermark position changing when undo then redo issue.
- Fixing the issue of importing SVGs.
Added
- added
lockScaleToPercentage
property to watermark object in config for scaling the watermark image and preventing users from re-scaling/re-sizing it.
Improved
- Changing canvases selectors to be able to use multiple instances in the same page.
- Using the first URL of watermark's URLs array as the default watermark URL if no string URL property is provided.