Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: SDWebImage/SDWebImageSwiftUI
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: SDWebImage/SDWebImageSwiftUI
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.x
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 14 commits
  • 9 files changed
  • 2 contributors

Commits on Oct 21, 2023

  1. Allows to use UIImage/NSImage as defaults when init the AnimatedImage…

    … with JPEG data
    
    This match the behavior when passing with the JPEG url initializer
    dreampiggy committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    8cf9a9d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4f6b5c View commit details
    Browse the repository at this point in the history
  3. Released v2.2.4 version

    Update the CHANGELOG.md
    dreampiggy committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    5f025e5 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. Update the readme about the tint color for AnimatedImage

    Fix the implementation that breaks the compatible with SDWebImage 5.18+
    dreampiggy committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    10034f8 View commit details
    Browse the repository at this point in the history
  2. Released v2.2.5 version

    Update the CHANGELOG.md
    dreampiggy committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    aee64ef View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. Try to workaround the #281 when imagePlayer stopPlaying trigger the C…

    …ombine Publisher send event
    dreampiggy committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    d15c49c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce1f95b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #287 from SDWebImage/bugfix/remove_player_dealloc_…

    …publisher
    
    Try to workaround the #281 when imagePlayer stopPlaying trigger the Combine Publisher during deallocating
    dreampiggy authored Dec 13, 2023
    Configuration menu
    Copy the full SHA
    af858cc View commit details
    Browse the repository at this point in the history
  4. Released v2.2.6 version

    Update the CHANGELOG.md
    dreampiggy committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    261b6ce View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. Update README.md

    Fix the documentation link
    dreampiggy authored Dec 19, 2023
    Configuration menu
    Copy the full SHA
    74948b8 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. workaround ratio

    arnauddorgans committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    b7e5780 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2024

  1. Merge pull request #301 from arnauddorgans/2.x

    Fix AnimatedImage aspectRatio issue when ratio is nil
    dreampiggy authored Mar 9, 2024
    Configuration menu
    Copy the full SHA
    b7ce54d View commit details
    Browse the repository at this point in the history
  2. Upgrade to support visionOS on CocoaPods

    This is needed by SDWebImage Core Example
    dreampiggy committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    4d3d8d5 View commit details
    Browse the repository at this point in the history
  3. Released v2.2.7 version

    Update the CHANGELOG.md
    dreampiggy committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    53573d6 View commit details
    Browse the repository at this point in the history
Loading