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: oblador/react-native-animatable
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.3.3
Choose a base ref
...
head repository: oblador/react-native-animatable
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.4.0
Choose a head ref
  • 11 commits
  • 131 files changed
  • 6 contributors

Commits on Oct 23, 2019

  1. Make it possible to override isInteraction (#291)

    * Make it possible to override isInteraction
    
    * Fix lint errors
    
    * Update readme
    joel-bitar authored and oblador committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    65fc5c0 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2019

  1. Increase code coverage for createAnimation (#296)

    * test: Increase code coverage for createAnimation
    
    * test: Use strict comparison
    haruelrovix authored and oblador committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    07401e6 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2019

  1. test: Add code coverage for Jest (#295)

    * test: Add code coverage for Jest
    
    * chore: Ignore coverage report directory
    haruelrovix authored and oblador committed Nov 5, 2019
    Configuration menu
    Copy the full SHA
    0c0c501 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2019

  1. Enable sponsor button

    oblador authored Dec 15, 2019
    Configuration menu
    Copy the full SHA
    0c869c4 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2021

  1. fix: typing (#301)

    deanvanniekerk authored Apr 30, 2021
    Configuration menu
    Copy the full SHA
    ccafe14 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

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

Commits on Oct 26, 2023

  1. Configuration menu
    Copy the full SHA
    9d9acd2 View commit details
    Browse the repository at this point in the history
  2. Disable iterationDelay delay on the beginning of animation (#324)

    In the current version, when an "iterationDelay" is applied to pause the animation between iterations, the same iterationDelay is applied on the beginning of the first animation too. To apply pause/delay before the beginning of first animation, there already exists the "delay" prop.
    
    Changes in this pull request will make sure the"iterationDelay" is only applied to the second and subsequent animations.
    HishamMubarak authored Oct 26, 2023
    Configuration menu
    Copy the full SHA
    94c7aa0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    15487ea View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b92768c View commit details
    Browse the repository at this point in the history
  5. Release 1.4.0

    oblador authored Oct 26, 2023
    Configuration menu
    Copy the full SHA
    dfd7413 View commit details
    Browse the repository at this point in the history
Loading