Releases: hm21/pro_image_editor
Releases · hm21/pro_image_editor
New Tune Adjustment Editor - v6.0.0
6.0.0 (2024-10-23)
Features
- Tune-Editor: Added new Tune Editor for image adjustments. (commit)
- Utils: Updated
importHistoryDemoData
with tune adjustments. (commit) - Lint: Updated Flutter lint to v5.0.0 and fixed lint issues in the example. (commit)
Fixes
- Content: Resolved the issue where image resolution was reduced after cropping in some cases. (commit)
- Example: Fixed the issue where the
movable_background_image
example displayed helper lines in the wrong position. (commit) - Style: Fixed lint issue for line length exceeding 80 characters. (commit)
Build
- iOS: Set the minimum deployment target to iOS 13. (commit)
Completely rewrote logic for custom widgets and add new "Frosted-Glass" design
BREAKING CHANGES:
- Removed hardcoded WhatsApp design.
- Rewritten entire logic of customWidgets.
- Moved initialColor and initialStrokeWidth from paintEditorConfigs to imageEditorTheme-paintingEditor.
Features:
- Added new design Frosted-Glass.
- WhatsApp theme is now fully editable.
- Smaller build size and minimal performance boost due to removal of hardcoded WhatsApp design.
- Simplified usage of customWidgets.
- Editor design is now more customizable.
New crop rotate editor and improved performance
feat(release): set version to 3.0.0 and improve performance - Updated version to 3.0.0 in pubspec.yaml. - Enhanced performance by making decodeImage an async task in main_editor.dart after closing the crop rotate editor. - Updated CHANGELOG.md to reflect the version bump and performance improvements.
v2.7.0
2.6.7: fix: correct layer interaction to handle multiple layers
refactor: improve code readability for better maintainability