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.3.1
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.4.0
Choose a head ref
  • 3 commits
  • 33 files changed
  • 3 contributors

Commits on Oct 22, 2023

  1. feat: add web support (#1107)

    * Add web support (#1)
    
    * Add web example (not working)
    
    * test
    
    * test 2
    
    * widzi importy :O
    
    * working component from the library
    
    * working LottieView for web
    
    * web working somehow
    
    * add working web demo
    
    * add auto conpile library
    
    * alpha support .lottie and .json files
    
    * prettier
    
    * eslint
    
    * webpack images
    
    * cleanup
    
    * return to previous version of demo, make it work on the web
    
    * add early support of setting loop mode
    
    * add events to web
    
    * add early play/pause support
    
    * style it on the web
    
    * improve styling in demo
    
    * cleanup, extract parsePossibleSources
    
    * cleanup
    
    * update docs, and add other imperative events
    
    * prettier
    
    * update docs
    
    * fix format
    
    ---------
    
    Co-authored-by: Wojciech Stanisz <[email protected]>
    
    * address review
    
    * fix styling
    
    * address review
    
    * move dependencies
    
    * peer dependencies test
    
    * fix dependencies
    
    * docs update
    
    * dynamic module check
    
    * add errors
    
    * split warnings
    
    * fix warnings
    
    * chore: update readme in core package
    
    * feat: add remote load support for json files on web
    
    * fix: recover from error
    
    ---------
    
    Co-authored-by: Wojciech Stanisz <[email protected]>
    Co-authored-by: matinzd <[email protected]>
    3 people authored Oct 22, 2023
    Configuration menu
    Copy the full SHA
    d2eb7d3 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. chore: bump dependencies

    matinzd committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    10f732b View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2023

  1. chore: release v6.4.0

    matinzd committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    a0e3c37 View commit details
    Browse the repository at this point in the history
Loading