Skip to content

v1.2.1

Compare
Choose a tag to compare
@maximseshuk maximseshuk released this 16 Jul 15:31
· 10 commits to main since this release

πŸ› Bug Fixes

  • Fixed Upload Hanging Issue: Resolved issue where image uploads would get stuck in loading state with submitting indicator (#6 - Thanks to @alexisoney and @jsc604 for reporting and providing detailed investigation)

    • Pinned ky dependency to version 1.7.5 to avoid hanging bug in 1.8.1 on Node versions below 22
    • Ensures compatibility with Node versions below 22
  • Fixed Main Filename Assignment: Resolved issue where main filename was randomly being set to one of the 'sizes' filenames instead of the original filename (#7 - Thanks to @DavidOliver and @alexisoney for reporting and providing solution)

    • Removed filename mutation in upload handler following S3 adapter pattern
    • Fixed filename handling logic to ensure main image retains correct filename
    • Improved filename consistency across different image sizes

πŸ› οΈ Improvements

  • Code Quality: Minor code formatting improvements and refactoring for better maintainability
    • Updated Prettier configuration and ignore rules
    • Improved code consistency across the codebase

Full Changelog: v1.2.0...v1.2.1