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: angular-ui/ui-router
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.3.0
Choose a base ref
...
head repository: angular-ui/ui-router
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.3.1
Choose a head ref
  • 8 commits
  • 10 files changed
  • 2 contributors

Commits on May 27, 2016

  1. Copy the full SHA
    8222fb0 View commit details

Commits on May 28, 2016

  1. Copy the full SHA
    a5756c3 View commit details
  2. Copy the full SHA
    ca372ca View commit details

Commits on Jun 3, 2016

  1. fix(uiView): separate $uiView and $uiViewAnim element.data()

    The `$uiView` element.data lifecycle is somewhat fragile. The Fill directive reads the inherited `$uiView` data to figure out which state the ui-view was created in.  In a previous commit, the non-fill directive was setting the `$uiView` date earlier to hold the animation promises.  This caused the fill directive to read the wrong state data, breaking some users' apps.
    
    BC-BREAK Users who were using `element.data('$uiView').$animEnter` or `$animLeave` should now use `element.data('$uiViewAnim').$animEnter` instead
    
    Closes #2763
    christopherthielen committed Jun 3, 2016
    Copy the full SHA
    d3502f3 View commit details
  2. prep for 0.3.1

    christopherthielen committed Jun 3, 2016
    Copy the full SHA
    459e938 View commit details
  3. Copy the full SHA
    9a49d94 View commit details
  4. prep for 0.3.1

    christopherthielen committed Jun 3, 2016
    Copy the full SHA
    f9592e1 View commit details
  5. release 0.3.1

    christopherthielen committed Jun 3, 2016
    Copy the full SHA
    6ac1c61 View commit details
Loading