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.1
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.2
Choose a head ref
  • 11 commits
  • 14 files changed
  • 4 contributors

Commits on Sep 19, 2016

  1. fix(urlMatcherFactory): fix tilde edge case with "string" encoding (#…

    …3021)
    
    makes it possible to bidirectionally encode/decode "~2F"
    christopherthielen authored Sep 19, 2016
    Copy the full SHA
    953235a View commit details

Commits on Sep 26, 2016

  1. Copy the full SHA
    a8aa40a View commit details

Commits on Nov 3, 2016

  1. fix($state.transitionTo): trigger $stateChangeCancel appropriately (#…

    …3039)
    
    Current behaviour:
    
    We are in state A. We start a transition to state B. `$stateChangeStart`
    is triggered. Before `$stateChangeSuccess` is triggered for state B, we
    start a transition back to state A. No state events are triggered and we
    are left hanging without any notification.
    
    Updated behaviour:
    
    When the state change to B is superseded by the state change back to A,
    `$stateChangeCancel` is broadcasted on `$rootScope` for the transition from
    B -> A. This behaviour makes sure that for every `$stateChangeStart` there
    is a corresponding `$stateChange<Success|Error|Cancel>` thus completing the
    lifecycle.
    
    Fixes issue #3027
    zeusdeux authored and christopherthielen committed Nov 3, 2016
    Copy the full SHA
    ca7c366 View commit details
  2. Copy the full SHA
    83640ee View commit details
  3. fix(state.includes): compare param vals using typed parameter (not us…

    …ing `==`)
    
    - Allows .includes() to match when a param value is non-primitive and == is not useful (such as an array)
    
    Closes #2696
    christopherthielen committed Nov 3, 2016
    Copy the full SHA
    6958c24 View commit details
  4. Copy the full SHA
    66ab048 View commit details
  5. Copy the full SHA
    bd699ac View commit details
  6. update karma

    christopherthielen committed Nov 3, 2016
    Copy the full SHA
    4c3fae9 View commit details
  7. release 3.0.2

    christopherthielen committed Nov 3, 2016
    Copy the full SHA
    004330a View commit details
  8. release 0.3.2

    christopherthielen committed Nov 3, 2016
    Copy the full SHA
    5e5b6a0 View commit details
  9. Copy the full SHA
    c1989bc View commit details
Loading