Releases: scaleflex/filerobot-image-editor
Releases · scaleflex/filerobot-image-editor
v4.9.0
v4.9.0 - 2024-10-27
Fixed
- Resize issue on unlocking ratio lock.
- Crop ratio wasn't considered in re-providing the whole editor's config by default (user had to interact with the canvas) (#493).
- Backend's translation service API.
Added
- Rotate anti-clockwise button in rotation.
backgroundColor
&backgroundImage
params to be added as background for the canvas
Improved
- FlipX & FlipY behaviors, now the flip is only related to the edited image but everything else is keeping its state without flipping (#473).
- Update the design lib. (@scaleflex/ui & @scaleflex/icons) packages.
v4.8.1
v4.8.1 - 2024-05-16
Fixed
- If crop area is changed on the canvas, and then resized again to the original image's dimensions doesn't consider the dimensions properly.
- Improving the
getCurrentImgDataFnRef
property by adding default values to some of the needed params inside to avoid rare issues. onModify
fn. wasn't called on changing the crop to the original area.
v4.8.0
v4.8.0 - 2024-05-14
Fixed
- An issue related to exported
loadableDesignState
which contained wrong finetune's names. - Default save modal's resize inputs layout on Mozilla firefox browser (#446).
- HSV sliders go outside of the layout on small screens sometimes (#437).
- Cancel button for color picker doesn't revert to the proper color (#435).
- Issue related to zooming using touch screen that happens sometimes.
- Theme's typography issue related to @scaleflex/ui package.
Improved
- Update all the main dependencies (konva, scaleflex/ui & scaleflex/icons) (#461).
- Supporting the new state of undo/redo/reset operations in
onModify
callback (#444). - Avoid applying the default value of the finetune's tools on moving to any of them as it is not needed since no difference in results (#445).
- Some UI improvements related to annotations tool (#426).
- Destroying the cloned canvas on saving the current one, expected to improve the repeated savings performance & avoid memory issues.
- Watermark images sizing and integration onto canvas in cloudimage mode.
Added
resetOnImageSourceChange
(#357) - for resetting the image editor design data on changing the current original image source to edit.
v4.7.1
v4.7.1 - 2024-01-29
Fixed
- Save button menu options weren't open sometimes.
Added
removeSaveButton
used for showing/removing the save button.
v4.7.0
v4.7.0 - 2023-12-28
Fixed
- Zooming behavior in some cases specially applying from zooming factors menu.
- Cropping area continually jumps on doing flip and then getting back to crop.
- some improper issue happen with zooming behavior on zooming-in from phone/touch screens.
Improved
- Resizing fields are more UX friendly.
- Auto fitting the image on resizing by auto zooming.
- Restrict the resizing expand to 10x.
- Avoid flipping watermarks if
useCloudimage
istrue
. - Colorizing the ratio lock of resize tab to be more clear & visible to the user.
- Replace alt text of invalid loaded watermark image.
Added
onUploadWatermarkImgClick
used for customizing the image watermark adding.hideTextWatermark
hides the add text watermark option and its possibility.- Support for preview urls of watermark images to load faster and avoid loading images for previewing only.
v4.6.3
v4.6.3 - 2023-11-30
Fixed
- Issue of React is undefined in some cases while opening the color picker.
v4.6.1
v4.6.1 - 2023-11-30
Improved
- Top & Tools bars Design spaces polishing & improvements.
- enhancing the default label of save button to be save as if there are multiple/more save options, or save if no more saving options.
v4.6.0
v4.6.0 - 2023-11-29
Improved
- major design improvements & changes that improve the user interface & experience.
- The save button is disabled till having first change.
- Reset button is available/enabled if any of
config.loadableDesignState
orconfig.cloudimage.loadableQuery
has value.
Added
disableSaveIfNoChanges
property for disabling the save button if no changes there yet.Crop.noEffect
, andCrop.lockCropAreaAt
properties for giving more customization to crop functionality.
v4.5.2
v4.5.2 - 2023-09-08
Fixed
- Docs. react-konva proper version that works with react 17.
- Can't draw an ellipse inside polygon or rectangle Issue #366
- changing save button label causing shifting problem
Added
selectAnnotationAfterDrawing
property that enables/disables auto selection of drawn annotation using the pen tool.
Improved
- If the watermark image is not loaded due to some reason and user tries to add it as watermark, feedback error will be shown.
v4.5.1
v4.5.1 - 2023-06-26
Fixed
- Typescript
theme
types.