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: airbnb/lottie-ios
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.3.3
Choose a base ref
...
head repository: airbnb/lottie-ios
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.3.4
Choose a head ref
  • 10 commits
  • 62 files changed
  • 8 contributors

Commits on Oct 16, 2023

  1. Configuration menu
    Copy the full SHA
    ae48d2a View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Configuration menu
    Copy the full SHA
    3421eeb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ffdd592 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. Change pod dependencies SwiftUI and Combine to weak to ensure c…

    …ompatibility with iOS 12 (#2219)
    florianrhein authored Oct 20, 2023
    Configuration menu
    Copy the full SHA
    73280cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cdf8499 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. Use UITraitCollection.current.displayScale instead of deprecated `U…

    …IScreen.main.scale` (#2216)
    
    Co-authored-by: Cal Stephens <[email protected]>
    hyun99999 and calda authored Nov 2, 2023
    Configuration menu
    Copy the full SHA
    f081afa View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. Dispatch dot lottie file loading onto a single serial queue (#2229)

    A serial dispatch queue ensures that IO related to loading dot Lottie files don't overlap, which can trigger file loading errors due to concurrent unzipping on a single archive.
    erichoracek authored Nov 7, 2023
    Configuration menu
    Copy the full SHA
    3d46f3f View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2023

  1. Configuration menu
    Copy the full SHA
    7873c03 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. Configuration menu
    Copy the full SHA
    b3d81b4 View commit details
    Browse the repository at this point in the history
  2. Bump current version to 4.3.4

    calda committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    3f1202f View commit details
    Browse the repository at this point in the history
Loading