Releases: hm21/pro_image_editor
Releases · hm21/pro_image_editor
v10.5.4
What's Changed
- FEAT(text-layers): Delete the edited 'TextLayers' if the new text is empty.
Full Changelog: v10.5.3...v10.5.4
v10.5.3
What's Changed
- FIX(helper-lines): Resolve lint issues after upgrading to
flutter_lints: ^6.0.0
.
Full Changelog: v10.5.2...v10.5.3
v10.5.2
v10.5.1
What's Changed
- FIX(import-export): Resolve issue where importing from text layers throws an error and fails.
Full Changelog: v10.5.0...v10.5.1
v10.5.0
What's Changed
- FEAT(text-editor): Add
enableAutoOverflow
property toTextEditorConfigs
to automatically wrap text when it exceeds the editor's visible area.
Full Changelog: v10.4.1...v10.5.0
v10.4.1
v10.4.0
What's Changed
- FEAT(paint-layer): PaintLayers can now be edited in the main-editor. This adds various new configurations to
I18nPaintEditor
,PaintEditorConfigs
,PaintEditorStyle
, andPaintEditorWidgets
. - FIX(paint-editor): Resolve issue where setting a color programmatically didn't update the color bar. This resolves issue #552.
Full Changelog: v10.3.2...v10.4.0
v10.3.2
What's Changed
- FIX(helper-lines): Resolve issue where layers wouldn't release when positioned very close (1–3 pixels) on the same axis.
- FIX(screen-resize): Resolve issue where layers resize incorrectly after image transformation. This resolves issue #547.
Full Changelog: v10.3.1...v10.3.2
v10.3.1
What's Changed
- FIX(crop-rotate-editor): Resolve rotation reset issue after changing aspect ratio.
New Contributors
- @panuavakul made their first contribution in #548
Full Changelog: v10.3.0...v10.3.1
v10.3.0
What's Changed
- FIX(screen-resize): Resolve issue causing layers with custom
FractionalTranslation
to be misplaced. - FIX(paint-editor): Resolve issue where layers didn't resize with the screen.
- FIX(paint-mode): Resolve issue where creating polygons didn't recognize tap events.
- FEAT(paint-editor): Eraser can now also remove existing paintings from other histories.
Full Changelog: v10.2.8...v10.3.0