-
Notifications
You must be signed in to change notification settings - Fork 60
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: ui-router/core
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5.0.6
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: ui-router/core
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5.0.8
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 17 commits
- 36 files changed
- 2 contributors
Commits on Aug 13, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 215cafc - Browse repository at this point
Copy the full SHA 215cafcView commit details
Commits on Sep 2, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 6f7d4b8 - Browse repository at this point
Copy the full SHA 6f7d4b8View commit details
Commits on Sep 13, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 87943c6 - Browse repository at this point
Copy the full SHA 87943c6View commit details
Commits on Sep 14, 2017
-
Configuration menu - View commit details
-
Copy full SHA for c8110fc - Browse repository at this point
Copy the full SHA c8110fcView commit details
Commits on Sep 16, 2017
-
fix(url): Add CustomEvent polyfill for IE
Closes ui-router/angular#154 Closes #64 Closes ui-router/react#62 Closes ui-router/angular#139 Closes ui-router/angular#153
Configuration menu - View commit details
-
Copy full SHA for a50db21 - Browse repository at this point
Copy the full SHA a50db21View commit details -
fix(Injector): When getting tokens from native injector, only throw o…
…n undefined (not on falsey values) Closes #76
Configuration menu - View commit details
-
Copy full SHA for ada9ca2 - Browse repository at this point
Copy the full SHA ada9ca2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f1ae9a - Browse repository at this point
Copy the full SHA 2f1ae9aView commit details
Commits on Sep 21, 2017
-
fix(globals): Use shallow copy to update the globals.params / $state.…
…params object Previously, the `globals.params` object was updated using a deep copy. This causes problems when object-type parameter values aren't cloneable. Now, the parameter values are copied to the `globals.params` object using a shallow copy, i.e., `Object.assign`. This is consistent with parameter handling in the `PathNode` code also. If this commit is causing problems, it is likely that app code is mutating the existing object parameters and then calling `state.go` with the mutated parameters. Recommend making a clone of the params before calling `state.go`. Closes #74
Configuration menu - View commit details
-
Copy full SHA for e883afc - Browse repository at this point
Copy the full SHA e883afcView commit details -
Configuration menu - View commit details
-
Copy full SHA for a4629ee - Browse repository at this point
Copy the full SHA a4629eeView commit details
Commits on Sep 23, 2017
-
fix(vanilla): fix base path handling for vanilla push state
This fixes the vanilla PushState location service handling of `base` tags. This change attempts to match the behavior of https://html.spec.whatwg.org/dev/semantics.html#the-base-element If a base tag is '/base/index.html' and a state with a URL of '/foo' is activated, the URL will be '/base/foo'. If the url exactly matches the base tag, it will route to the state matching '/'. This also addresses a longstanding bug where base tags which didn't end in a slash (such as '/base') had their last character stripped (i.e., '/bas'), and therefore didn't work. Now base tags like that should work as described above. Closes #54 Closes angular-ui/ui-router#2357
Configuration menu - View commit details
-
Copy full SHA for ad61d74 - Browse repository at this point
Copy the full SHA ad61d74View commit details -
Configuration menu - View commit details
-
Copy full SHA for c028447 - Browse repository at this point
Copy the full SHA c028447View commit details
Commits on Sep 30, 2017
-
Configuration menu - View commit details
-
Copy full SHA for a4581b1 - Browse repository at this point
Copy the full SHA a4581b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf97873 - Browse repository at this point
Copy the full SHA bf97873View commit details -
fix(redirectTo): Fix typings for redirectTo. Allow a function that re…
…turns a target state or a promise for one.
Configuration menu - View commit details
-
Copy full SHA for 3904487 - Browse repository at this point
Copy the full SHA 3904487View commit details -
feat(TargetState): Add builder methods .withState, .withParams, and .…
…withOptions Remove ParamsOrArray type which was not really used.
Configuration menu - View commit details
-
Copy full SHA for 6b93142 - Browse repository at this point
Copy the full SHA 6b93142View commit details -
Configuration menu - View commit details
-
Copy full SHA for 104a443 - Browse repository at this point
Copy the full SHA 104a443View commit details -
Configuration menu - View commit details
-
Copy full SHA for 13d3177 - Browse repository at this point
Copy the full SHA 13d3177View commit details
There are no files selected for viewing