Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.
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: angular/zone.js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.5.3
Choose a base ref
...
head repository: angular/zone.js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.5.4
Choose a head ref
  • 4 commits
  • 12 files changed
  • 3 contributors

Commits on Aug 21, 2015

  1. fix: js path in examples

    vicb authored and btford committed Aug 21, 2015
    Configuration menu
    Copy the full SHA
    c7a2ed9 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2015

  1. feat(patch): support requestAnimationFrame time loops

    - Add custom patching function for repeating callback functions to
    support requestAnimationFrame wrapping.
    - Bind requestAnimationFrame callback functions to the current zone
    unless it is the root zone.
    - DRY up requestAnimationFrame spec file (to remove duplication across
    browsers)
    - Add test that verifies that when registering frame callbacks from
    within a frame callback, the zone in which they execute remains
    constant.
    - Add test to verify the wrapper is tolerant of invalid arguments.
    - Add note to readme about behavior of raf
    justindujardin authored and vicb committed Aug 27, 2015
    Configuration menu
    Copy the full SHA
    3d6dc08 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2015

  1. fix(zone): fix conflict with Polymer elements

    I noticed when including Polymer 1.0 elements in an Angular 2 app, this line throws an error saying it can't find `value` of undefined. I've added a simple workaround which seems to fix the issue and (so far at least) doesn't seem to cause any additional issues with Polymer or Angular.
    
    cc @justinfagnani @addyosmani
    Rob Dodson authored and btford committed Aug 31, 2015
    Configuration menu
    Copy the full SHA
    77b4c0d View commit details
    Browse the repository at this point in the history
  2. 0.5.4

    vicb committed Aug 31, 2015
    Configuration menu
    Copy the full SHA
    4bbb0c6 View commit details
    Browse the repository at this point in the history
Loading