Skip to content

Releases: scaleflex/filerobot-image-editor

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).

v4.4.0

29 Mar 23:34
Compare
Choose a tag to compare

v4.4.0 - 2023-03-30

Fixed

  • Respect defaultSavedImageName in case of providing source property with HTMLImageElement
  • Crop transformer is not updated on changing to (original) crop preset if no interaction happened with canvas (#291).

Added

  • Backward compatability for react 17.
  • defaultSavedImageQuality property for increasing/decreasing the saved image quality whether default save behavior used or not.
  • Support adding gallery for image tool to enable possibility to add image from custom/preloaded images image.gallery.
  • Support image.disableUpload which disables the possibility to upload image from local device.

Improved

  • If image changed, re-extract its name & extension.
  • Split react-konva library from dependencies and make it developer installable to determine the version to use.

v4.3.8

10 Feb 16:10
Compare
Choose a tag to compare

v4.3.8 - 2023-02-10

Fixed

  • Move crossOrigin = 'Anonymous' before .src to avoid sometimes CORS issue (Issue #242).
  • Some filters/finetunes names are changed on saving the image in prod (Issue #266).
  • Issue of sometimes the canvas doesn't draw the main image (Issues #251 & #276).
  • 50x50 image and smaller is not working (Issue #220).
  • PEN as default TOOL don't work bug (Issue #288)
  • Issue of button HTML element doesn't have a type (Issue #268).

Improved

  • Filters' previews, Consider ratio in image filters preview by center cropping the image (Issue #253).
  • If no Annotation component is found avoid showing an error (possible to happen if provided wrong annotation type from the developer side).
  • The behavior of color picker, by splitting the saved fill/stroke/shadow colors (Issue #285).
  • Update TS types for defaultSavedImageType.
  • Update @scaleflex/ui, @scaleflex/icons, konva & react-konva.

Security

  • Apply Dependabot suggested fixes/improvements.

v4.3.7

31 Aug 12:51
Compare
Choose a tag to compare

v4.3.6

31 Aug 12:46
Compare
Choose a tag to compare

v4.3.6 - 2022-07-25

Chore

  • Bump version