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: julianshapiro/velocity
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.7.0
Choose a base ref
...
head repository: julianshapiro/velocity
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.8.0
Choose a head ref
  • 5 commits
  • 6 files changed
  • 2 contributors

Commits on Jul 13, 2014

  1. Update README.md

    julianshapiro committed Jul 13, 2014
    Configuration menu
    Copy the full SHA
    f1f0892 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    julianshapiro committed Jul 13, 2014
    Configuration menu
    Copy the full SHA
    7bbd156 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2014

  1. Update README.md

    julianshapiro committed Jul 15, 2014
    Configuration menu
    Copy the full SHA
    467e1f3 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2014

  1. Update README.md

    julianshapiro committed Jul 16, 2014
    Configuration menu
    Copy the full SHA
    ca4097c View commit details
    Browse the repository at this point in the history
  2. 0.8.0

    Support for the vh and vw CSS units. Closes #181.
    
    Fixes bug where value operators leaked into subsequent properties.
    Closes #182.
    
    Errors in users’ callbacks won’t halt the execution of Velocity itself.
    Closes #177.
    
    Changed the “:animating” indicator class to just “animating” for
    support with querySelectorAll.
    
    On desktop browsers, animations no longer sprint to completion (they
    remain properly timed) when a tab loses then regains focus. Closes #176.
    
    Fixed bug where the stop command wouldn’t work when an effect had a
    delay. Closes #159.
    julianshapiro committed Jul 16, 2014
    5 Configuration menu
    Copy the full SHA
    5508fea View commit details
    Browse the repository at this point in the history
Loading