Skip to content

Releases: scaleflex/filerobot-image-editor

v4.8.1

16 May 15:06
Compare
Choose a tag to compare

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

14 May 17:15
Compare
Choose a tag to compare

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

29 Jan 15:19
Compare
Choose a tag to compare

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

28 Dec 12:59
Compare
Choose a tag to compare

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 is true.
  • 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

30 Nov 11:14
Compare
Choose a tag to compare

v4.6.3 - 2023-11-30

Fixed

  • Issue of React is undefined in some cases while opening the color picker.

v4.6.1

30 Nov 09:33
Compare
Choose a tag to compare

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

29 Nov 15:32
Compare
Choose a tag to compare

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 or config.cloudimage.loadableQuery has value.

Added

  • disableSaveIfNoChanges property for disabling the save button if no changes there yet.
  • Crop.noEffect, and Crop.lockCropAreaAt properties for giving more customization to crop functionality.

v4.5.2

08 Sep 14:04
Compare
Choose a tag to compare

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

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

26 Jun 17:01
Compare
Choose a tag to compare

v4.5.1 - 2023-06-26

Fixed

  • Typescript theme types.

v4.5.0

09 Jun 12:46
Compare
Choose a tag to compare

v4.5.0 - 2023-06-09

Fixed

  • Crop doesn't work if no action with the canvas's UI (Issue #298).
  • Bug of having error on unmounting the component with textarea opened while adding text (Issue #322).
  • Resize isn't considered in developer's transform function getCurrentImgDataFnRef (Issue #344).

Added

  • noCrossOrigin property changes the option while loading the original image (Issue #344).

Improved

  • The add watermark button design & label
  • Render function logic in JS version.
  • Tabs labels become center aligned & space broken in-case of tab's label with multiple words.
  • Typescript types (adding theme object into types & update the updateState function naming in VanillaJs version package's types)
  • The loading of original image by waiting a tick for avoiding issues possible to happen with the whole plugin (PR #334).