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: lottie-react-native/lottie-react-native
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.1.0
Choose a base ref
...
head repository: lottie-react-native/lottie-react-native
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.1.1
Choose a head ref
  • 4 commits
  • 7 files changed
  • 4 contributors

Commits on Aug 7, 2023

  1. fix: mark internal methods as private (#1077)

    * fix: mark internal methods as private
    
    * refactor: remove _ for private field
    matinzd authored Aug 7, 2023
    Configuration menu
    Copy the full SHA
    ef96e61 View commit details
    Browse the repository at this point in the history
  2. fix: unable to determine Swift version (#1080)

    * fix: `lottie-react-native-tvOS` does not specify a Swift version and none of the targets ({project_name}) integrating it have the `SWIFT_VERSION` attribute set.
    
    * refactor: change swift version to 5.6 and remove shorthand guard
    
    ---------
    
    Co-authored-by: matinzd <[email protected]>, TheRogue76 <[email protected]>
    amochkin and TheRogue76 authored Aug 7, 2023
    Configuration menu
    Copy the full SHA
    b363a2a View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. fix: re-add usage of self for older versions of Xcode with lower vers…

    …ions of Swift (#1084)
    
    * fix: re-add usage of self for older versions of Xcode with lower versions of Swift
    
    * chore: revert IDE expulsion from gitignore
    TheRogue76 authored Aug 8, 2023
    1 Configuration menu
    Copy the full SHA
    aa0cbbf View commit details
    Browse the repository at this point in the history
  2. chore: release v6.1.1

    matinzd committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    b50c9f1 View commit details
    Browse the repository at this point in the history
Loading