Skip to content

Version 5.1.0

Compare
Choose a tag to compare
@evgkirov evgkirov released this 09 Apr 12:31
· 6 commits to main since this release
114d177

Added

Changed

  • Blocks have been updated to v0.36.0
  • For ImageTransformation:
    • The overlay() and overlay_self() methods now treat overlay_width and overlay_height parameters as optional.
    • Unified gif2video(), gif2video_format(), and gif2video_quality() methods into a single gif2video() method. The format and quality parameters can now be accepted directly in the gif2video() method.
  • Black dev dependency has been updated to 24.3.0.

Fixed

  • Django forms: Any modifications made in an image editor are now correctly restored when editing the same image again. Previously, the editor state was not restored, and the original image was displayed instead. via uploadcare/blocks#615.

Deprecated

  • For ImageTransformation:
    • Deprecated the separate gif2video_format and gif2video_quality methods. Please use the format and quality parameters directly in the gif2video method for setting these properties.

Full Changelog: v5.0.1...v5.1.0