Skip to content

Releases: scaleflex/filerobot-image-editor

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

v4.3.5

31 Aug 12:45
Compare
Choose a tag to compare

v4.3.5 - 2022-07-25

Chore

  • Bump version

v4.3.4

31 Aug 12:44
Compare
Choose a tag to compare

v4.3.4 - 2022-07-25

Chore

  • Bump version

v4.3.3

31 Aug 12:44
Compare
Choose a tag to compare

v4.3.3 - 2022-07-25

Chore

  • Bump version

v4.3.0

25 Jul 11:59
Compare
Choose a tag to compare

v4.3.0 - 2022-07-25

Chore

  • Support React 18

Fixed

  • Tab label text is not centered T7893
  • Ellipse doesn't crop on first use in cloudimage T7490
  • Topbar on small mobile screen

v4.2.1

25 Jul 11:57
Compare
Choose a tag to compare

v4.2.1 - 2022-06-7

Fixed

  • Npm versions with peer dependencies

v4.2.0

26 Apr 14:53
Compare
Choose a tag to compare

Fixed

  • Reset button disregards the default provided crop ratio and replaces with the original image's ratio.

Added

  • disableZooming property for disabling zoom functionality & removing zoom-related UI.

Improved

  • Changed default value of savingPixelRatio to 4 instead of 8 for avoiding errors in some browsers and faster saving.
  • Plugin's styles by adding background for the whole editor & decreasing the bottom spacing of tabs bottom bar on phone screens.
  • Keep showing the save loading spinner in case of returning a Promise from onSave and hide it after the promise's resolving/rejection
  • Enabling Possibility in getCurrentImgDataFnRef function to keep save loading spinner shown and hide it manually through params.