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.7.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.7.1
Choose a head ref
  • 7 commits
  • 7 files changed
  • 5 contributors

Commits on Mar 6, 2024

  1. Typo fixed (#1197)

    minlaxz authored Mar 6, 2024
    Configuration menu
    Copy the full SHA
    12a4a2f View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2024

  1. Improve web consistency with native (#1196)

    * Improve web consistency with native
    
    * Added play(start,end) method.
    * Prevent animation from reseting after playing, just like native.
    * Removed Lottie-files package cause dotLottie package can handle all.
    
    * Update index.web.tsx
    
    *Fix a condition if startFrame and endFrame both are undefined
    
    * Update index.web.tsx
    
    resolve conflicts
    
    ---------
    
    Co-authored-by: Parsa Nasirimehr <[email protected]>
    arasrezaei and TheRogue76 authored Mar 16, 2024
    Configuration menu
    Copy the full SHA
    e3bb9ca View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2024

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

Commits on Mar 23, 2024

  1. refactor(web): replace inline require with import (#1206)

    chore(web): fix typo
    adamhari authored Mar 23, 2024
    Configuration menu
    Copy the full SHA
    7b3c95f View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2024

  1. fix: pin lottie ios version in pod spec (#1217)

    * fix: pin lottie ios version in pod spec
    
    * bump pod file locks for Fabric and Paper
    TheRogue76 authored Apr 7, 2024
    Configuration menu
    Copy the full SHA
    e488ae9 View commit details
    Browse the repository at this point in the history
  2. chore: bump Lottie Android to 6.4.0 (#1209)

    * chore: bump Lottie Android to 6.4.0
    
    Been a while since we bumped up Android's Lottie, I see some new goodies in there, and we might as well keep it up to date.
    
    * chore: remove useless end new line
    TheRogue76 authored Apr 7, 2024
    Configuration menu
    Copy the full SHA
    2b669c0 View commit details
    Browse the repository at this point in the history
  3. chore: release v6.7.1

    matinzd committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    e033ec8 View commit details
    Browse the repository at this point in the history
Loading