Skip to content

Releases: hm21/pro_image_editor

v10.5.4

24 Jul 12:02
Compare
Choose a tag to compare

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

16 Jul 13:57
Compare
Choose a tag to compare

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

16 Jul 13:41
Compare
Choose a tag to compare

What's Changed

  • FIX(helper-lines): Resolve issue where helper lines are visible when hovering over the layer remove zone. This resolves issue #561.

Full Changelog: v10.5.1...v10.5.2

v10.5.1

16 Jul 08:58
Compare
Choose a tag to compare

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

15 Jul 16:22
Compare
Choose a tag to compare

What's Changed

  • FEAT(text-editor): Add enableAutoOverflow property to TextEditorConfigs to automatically wrap text when it exceeds the editor's visible area.

Full Changelog: v10.4.1...v10.5.0

v10.4.1

14 Jul 19:30
Compare
Choose a tag to compare

What's Changed

  • fix(paint-editor): resolve color update issue in paint-editor by @hm21 in #554
  • feat(paint-editor): introduce layer editing capabilities by @hm21 in #555
  • fix: return custom edit widgets by @saif-ellafi in #556

Full Changelog: v10.4.0...v10.4.1

v10.4.0

14 Jul 11:56
Compare
Choose a tag to compare

What's Changed

  • FEAT(paint-layer): PaintLayers can now be edited in the main-editor. This adds various new configurations to I18nPaintEditor, PaintEditorConfigs, PaintEditorStyle, and PaintEditorWidgets.
  • 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

11 Jul 13:35
Compare
Choose a tag to compare

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

11 Jul 11:45
3863497
Compare
Choose a tag to compare

What's Changed

  • FIX(crop-rotate-editor): Resolve rotation reset issue after changing aspect ratio.

New Contributors

Full Changelog: v10.3.0...v10.3.1

v10.3.0

11 Jul 11:34
Compare
Choose a tag to compare

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