Skip to content

Releases: hm21/pro_image_editor

v11.3.0

13 Aug 09:51
79c4169
Compare
Choose a tag to compare

What's Changed

  • feat(text-editor): replace EditableText with TextField to enhance text selection and overall input handling by @hm21 in #630

Full Changelog: v11.2.3...v11.3.0

v11.2.3

13 Aug 08:22
da04ee5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v11.2.2...v11.2.3

v11.2.2

13 Aug 07:59
27812b3
Compare
Choose a tag to compare

What's Changed

  • fix(main-editor): use layer copy manager to replace layers in history by @hm21 in #627

Full Changelog: v11.2.1...v11.2.2

v11.2.1

11 Aug 14:13
a8d2dcb
Compare
Choose a tag to compare

What's Changed

  • fix(state-manager): ensure background images are copied when updated by @hm21 in #622

Full Changelog: v11.2.0...v11.2.1

v11.2.0

11 Aug 07:33
b5b450f
Compare
Choose a tag to compare

What's Changed

  • feat(state-history): track background image changes for undo/redo by @hm21 in #621

Full Changelog: v11.1.3...v11.2.0

v11.1.2

07 Aug 11:28
ae6da44
Compare
Choose a tag to compare

What's Changed

  • fix(transform-factors): safeParseBools by @saif-ellafi in #614
  • fix(text-layer): resolve lag in hero animation by @hm21 in #615

Full Changelog: v11.1.1...v11.1.2

v11.0.1

04 Aug 14:22
bbf5c6e
Compare
Choose a tag to compare

What's Changed

  • fix(video-editor): resolve incorrect behavior of maxTrimDuration ` by @hm21 in #608

Full Changelog: v11.0.0...v11.0.1

v11.0.0

04 Aug 12:20
ec47663
Compare
Choose a tag to compare

What's Changed

  • feat(text-editor): add enableAutoOverflow to wrap text beyond visible area by @hm21 in #558
  • fix(import-export): resolve error when importing from text layers by @hm21 in #560
  • fix(helper-lines): resolve visibility issue of helper lines in removal zone by @hm21 in #562
  • fix(lint): resolve lint issues by @hm21 in #563
  • fix(tex-layers): delete empty text layers and update text editor logic by @hm21 in #579
  • fix(text-layer-test): correct default color values and color mode in TextLayer tests by @hm21 in #580
  • Layer multiselect support (WIP) by @saif-ellafi in #581
  • perf(gpu): improve matrix calculation for transformations and color-filters by @hm21 in #583
  • feat(layer-drag-selection): implement drag-to-select functionality for layers by @hm21 in #584
  • feat(mouse): make mouse buttons configurable to assign specific interactions by @hm21 in #586
  • fix(main-editor): Skip mouse wheel scaling if disabled by @saif-ellafi in #587
  • fix(main-editor): only add history when layers are selected during interaction by @hm21 in #590
  • Standard layer padding by @saif-ellafi in #593
  • feat(text-editor): add initial primary and secondary color options by @hm21 in #595
  • feat: replace existing rounded_background_text code with better solution by @hm21 in #596
  • Fixed Some RoundedBackgroundText Plugin Issues by @JJHalliday in #577
  • refactor(text_editor_input): remove height property from hint and selected text styles by @hm21 in #597
  • fix(history_import): resolve issue that imported-cropped-images renders the full image for ~1 second by @hm21 in #599
  • feat(filter_editor): optimize RAM usage with cached sizes in filter previews by @hm21 in #600
  • feat: improve code quality and performance in various editor-modules by @hm21 in #601
  • Mobile allow selection & disable pan by @saif-ellafi in #592
  • Support for Trackpad gestures by @saif-ellafi in #605
  • feat(video-editor): update video preview handling to use file paths and add max-trim duration support by @hm21 in #606
  • release: promote v11.0.0 from beta to stable by @hm21 in #607

New Contributors

Full Changelog: v10.5.4...v11.0.0

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