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 Pull Request updates dependency angular from
v1.6.5
tov1.6.9
Release Notes
v1.6.6
Bug Fixes
(b51ded,
#16133)
$cancelRequest()
(009ebe,
#16037)
(750465)
(9d6c3f)
Content-Type
is notapplication/json
but response is JSON-like(2e1163,
#16027,
#16075)
New Features
strictComponentBindingsEnabled()
method(3ec181,
#16129)
(9256db,
#16109)
(5e2bc5,
#15924,
#15847)
v1.6.7
Bug Fixes
(c4003f,
#16314,
#16278)
(e06ebf,
#16312)
(ddeb1d,
#16288)
(358a69,
#16135,
#16161)
(569e90)
$httpBackend
to the error handler(1555a4,
#16150,
#15855)
(1391e9,
#16210)
(7a5f06)
New Features
(a675ea,
#16102)
(145194,
#3407,
#10764,
#16237)
(6e78fe)
Performance Improvements
(9c95f6)
(cab9eb,
#16078,
#16131)
v1.6.8
Bug Fixes
$location.url(value)
(2bdf71)
(57b626)
(55516d,
#16351,
#16364)
New Features
(f33d95,
#16253,
#16260)
v1.6.9
Bug Fixes
drop
event support for IE(5dc076)
(9d058d,
#16389,
#16404,
#16406)
(1d826e,
#16411,
#16412)
xml:base
attributes(b9ef65)
New Features
(367390,
#15018,
#15085,
#15105)
Commits
v1.6.7
656c8fa
fix(input): listen on "change" instead of "click" for radio/checkbox ngModels00936ad
docs(select.SelectController): fix examplebf758d0
chore(node): update karma-sauce-launcher69e0968
chore(doc-gen): add directive names that aren't params to usage section84294ec
chore(travis): unit-test latest & latest-1 Chrome, FF, Edge0f0a16e
chore(travis): remove unnessecary addons10b4809
chore(doc-gen, docs-app): generate "stable snapshot" for distTag=latestdfcb5ac
chore(travis): deploy to docs and code when distTag=latest9ba07e9
docs(tutorial/step_14): replace broken web platform docs link32fbb2e
chore(travis): split unit test into 'core' and 'jquery'202f180
chore(travis): fix deploy conditions9871ada
chore(travis): tighten up deploy conditionsc15c8a1
test($rootScope): test removal of event listeners during event broadcast0864f73
docs($compileProvider): improve strictComponentBindingsEnabled info817ac56
fix($rootScope): fix potential memory leak when removing scope listeners2c9c3a0
docs(guide/Unit Testing): change $scope = {} to $scope = $rootScope.$new()667db46
fix(sanitizeUri): sanitize URIs that contain IDEOGRAPHIC SPACE chars0cbc505
fix($location): do not decode forward slashes in the path in HTML5 mode181ac0b
docs(*): update CONTRIBUTING.md and create DEVELOPERS.mdf876ab7
docs(*): remove usage of global grunt-cli873e263
docs(linky): mark "target" param as optional12cf994
fix($compile): sanitize special chars in directive nameaa3f951
fix(input[number]): validate min/max against viewValue55ba449
feat(ngModelOptions): add debounce catch-all + allow debouncing 'default' onlyf2f5ac7
chore(*): normalize Vojta's email in .mailmap correctly5838017
refactor($rootScope): simplify $emit stopPropagation handling07e4751
docs(CHANGELOG.md): add changes for 1.6.7v1.6.8
0fa5a37
docs(ngNonBindable): document effect on the element's directives8b69d91
chore(travis): fix deployment condition to include tagged commits199d888
fix($location): decode non-component special chars in Hashbang URLS2e03aed
feat($parse): add a hidden interface to retrieve an expression's AST74b04c9
fix(ngModel, input): improve handling of built-in named parsersda72477
fix(ngModelController): allow $overrideModelOptions to set updateOn394b185
refactor($rootScope): consistently use noop as the default $watch listenerdde520e
docs(ngModelOptions): fix link texta768810
build(*): update Node from 6 to 8, update Yarna61c5d3
chore(*): bump Yarn in Jenkins init-node script00815db
docs(ng-model-options): remove extra quotes in example6d5ef34
fix(ngAria): do not set aria attributes on input[type="hidden"]2c1e589
fix($location): always decode special chars in$location.url(value)
41d5c90
feat($rootScope): allow suspending and resuming watchers on scopee5fb929
revert: fix($rootScope): fix potential memory leak when removing scope listeners97d0224
fix($rootScope): fix potential memory leak when removing scope listeners5c38fb7
test($rootScope): test recursive event broadcast and emit223de59
fix(form): set $submitted to true on child forms when parent is submittedf6e60c1
docs(ngForm): clarify usage and limitations0cd3921
fix(ngScenario): completely remove the angular scenario runner167766a
docs(*): add browserTrigger docs; remove references to scenario runner7df2952
refactor($location): remove obsolete workaround for Firefox bug240a3dd
feat($resource): add support forrequest
andrequestError
interceptors (#15674)22450e5
docs(CHANGELOG.md): add changes for 1.6.862743a5
feat(currencyFilter): trim whitespace around an empty currency symbol9a521cb
docs(PULL_REQUEST_TEMPLATE.md): fix broken links in PR templatev1.6.9
96dd35a
docs(ngModel.NgModelController): correct description for$viewChangeListeners
e942e1e
docs(developers.md): update node version as specified in package.json88cb9af
docs(DEVELOPERS.md): improve testing section07d84dd
chore(*): update copyright yeard253c9d
test($sanitize): skip nextSibling clobber test on Edge 168988157
chore(node): update jasmine to 2.8.0, and adjust tests8da3aef
chore(node): update karma to 2.0.0ff2ce9d
chore(*): get rid of Bower in favor of Yarn aliases & checked-in packagesba42ced
refactor(getVersion.js): remove unused parameters4ff51bf
docs(vendor): add readme2da4917
chore(node): update semver6388a34
docs(guide/Controllers): fix headings; re-order info8510143
test(*): fix tests for Safari 10+c7bea44
chore(travis): test on 2 latest Safari versionsb86876c
fix($sanitize): sanitizexml:base
attributes62e2ec1
chore(node): add karma launchers for Edge, IE, and Safari7a9b7ba
docs(guide/Using $location): fix typoddbf197
docs(guide/Animations): fix minor typos9ba3d00
docs(guide/External Resources): remove link to deprecated content00b482f
chore(docs.angularjs.org): copy unminified angular files3f95ae2
chore(code.angularjs.org): resolve gcs file stream on 'finish'a7e5e83
docs(*): clarify module API and dependency injection rules5071859
docs(ngRepeat): improve info about trackingab386cd
fix(ngTransclude): remove terminal: true50ceb23
fix(ngMessages): prevent memory leak from messages that are never attachedf9d2988
chore(docs.angularjs.org): move project in separate folderc76b09b
chore(errors.angularjs.org): add project with redirects to docs.angularjs.org2ea1e49
chore(code.angularjs.org): don't gzip the zip file before uploading4c97df5
chore(code.angularjs.org): don't use trailing slashes, and don't set headers after response was sent7300a53
chore(docs.angularjs.org): fix firebase deploy40c4990
docs(*): fix headings and links1d80464
feat(orderBy): considernull
andundefined
greater than other values8d9984e
chore(docs-gen): generate list of versions in correct ordera8830d2
feat(input): adddrop
event support (#16420)1e9eadc
feat($sce): handle URL sanitization through the$sce
service3fc6843
chore(code.angularjs.org): improve output of directory listing67f54b6
fix(ngTouch): deprecate the module and its contentse3ece2f
feat(isArray): support Array subclasses inangular.isArray()
16b82c6
fix($animate): let cancel() reject the runner promiseb969c3e
docs(changelog): add changes for 1.6.9d3bffc5
chore(docs.angularjs.org): add robots.txtThis PR has been generated by Renovate Bot.