Releases: scaleflex/filerobot-image-editor
Releases · scaleflex/filerobot-image-editor
v4.5.1
v4.5.1 - 2023-06-26
Fixed
- Typescript
theme
types.
v4.5.0
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 theupdateState
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
v4.4.0 - 2023-03-30
Fixed
- Respect
defaultSavedImageName
in case of providingsource
property withHTMLImageElement
- 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
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
v4.3.7 - 2022-08-31
Added
- Multiple rotate option https://github.com/scaleflex/filerobot-image-editor#rotate
- new Watermark scaling options https://github.com/scaleflex/filerobot-image-editor#watermark
v4.3.6
v4.3.6 - 2022-07-25
Chore
- Bump version
v4.3.5
v4.3.5 - 2022-07-25
Chore
- Bump version
v4.3.4
v4.3.4 - 2022-07-25
Chore
- Bump version
v4.3.3
v4.3.3 - 2022-07-25
Chore
- Bump version
v4.3.0
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