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: xiaoshen/jquery.transit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: rstacruz/jquery.transit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 2 files changed
  • 3 contributors

Commits on Apr 5, 2015

  1. Annotate HISTORY links

    rstacruz committed Apr 5, 2015
    Configuration menu
    Copy the full SHA
    aa1931a View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2015

  1. History: fix links

    rstacruz committed Apr 6, 2015
    Configuration menu
    Copy the full SHA
    cd381e5 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2015

  1. Minified versions of jquery.transit can be prone to having this.offse…

    …tWidth line removed from deferredRun function during optimization stage. This leads to a severe bug of transitions not showing in minified versions.
    
    Fixed by adding lhs to this.offsetWidth expression.
    Denis Darkin committed May 27, 2015
    Configuration menu
    Copy the full SHA
    324b758 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2015

  1. Merge pull request rstacruz#226 from dvdarkin/master

    A small bugfix for minified version of this plugin
    rstacruz committed May 28, 2015
    Configuration menu
    Copy the full SHA
    1c978a0 View commit details
    Browse the repository at this point in the history
Loading