Update dependency angular-ui-router to ^0.3.0 - #58
Open
dev-mend-for-github-com[bot] wants to merge 1 commit into
Open
Update dependency angular-ui-router to ^0.3.0#58dev-mend-for-github-com[bot] wants to merge 1 commit into
dev-mend-for-github-com[bot] wants to merge 1 commit into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^0.2.18→^0.3.0By merging this PR, the below vulnerabilities will be automatically resolved:
Release Notes
angular-ui/ui-router (angular-ui-router)
v0.3.0: legacy maintenance releaseCompare Source
(2016-05-14) diff
This is a release of the
legacybranch, primarily to fix the $scope destroy ordering issues introduced in 0.2.16, as well as adding$scope.$resolveto enable "route-to-component-template".We recommend all users to try the 1.0.0 alpha and report any issues it causes with your application. Read the known breaking changes between the legacy and 1.0 branches.
BC-BREAK
In 0.2.16 we delayed the ui-view $scope destroy() until after all animations were completed. This was a mistake, and we're reverting it in 0.3.0.
The original issue that we tried to address: #1643
We are switching back to 0.2.15 behavior. The scope is now destroyed as soon as the view is swapped out. This allows cleanup to happen in response
to the $destroy event. If you need to do things after the animation, we've put the promise on the
element.data('$uiView')in #2562Bug Fixes
Features
resolve: Put resolve values on the scope as
$scope.$resolveThis enables easier "routing-to-component-template", i.e.,
uiView: