Skip to content

Releases: scaleflex/filerobot-image-editor

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

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