Update dependency angular to v1.8.0 #255
Open
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:
1.7.2
->1.8.0
By merging this PR, the below issues will be automatically resolved and closed:
Release Notes
angular/angular.js
v1.8.0
Compare Source
This release contains a breaking change to resolve a security issue which was discovered by
Krzysztof Kotowicz(@koto); and independently by Esben Sparre Andreasen (@esbena) while
performing a Variant Analysis of CVE-2020-11022
which itself was found and reported by Masato Kinugawa (@masatokinugawa).
Bug Fixes
(2df43c)
Breaking Changes
jqLite due to:
JqLite no longer turns XHTML-like strings like
<div /><span />
to sibling elements<div></div><span></span>
when not in XHTML mode. Instead it will leave them as-is. The browser, in non-XHTML mode, will convert these to:
<div><span></span></div>
.This is a security fix to avoid an XSS vulnerability if a new jqLite element is created from a user-controlled HTML string.
If you must have this functionality and understand the risk involved then it is posible to restore the original behavior by calling
But you should adjust your code for this change and remove your use of this function as soon as possible.
Note that this only patches jqLite. If you use jQuery 3.5.0 or newer, please read the jQuery 3.5 upgrade guide for more details about the workarounds.
v1.7.9
Compare Source
Bug Fixes
(726f49)
(Thanks to the Snyk Security Research Team for identifyng this issue.)
(5edd25,
#16860,
#16868)
v1.7.8
Compare Source
Bug Fixes
(a4c7bd,
#16830,
#16836)
v1.7.7
Compare Source
Bug Fixes
(5ad4f5,
#16814,
#16820)
v1.7.6
Compare Source
Bug Fixes
(772440,
#16797,
#16798)
(27486b,
#16778,
#16779)
(cf919a)
(d4d103,
#16776,
#16777)
contenteditable
before blocking spacebar(289374,
#16762)
(7cbb10)
(eb49f6)
(2f72a6,
#16606)
(90a41d,
#16734)
(eefaa7,
#16164,
#16471)
(0e1bd7,
#16692,
#16715)
ngIf
on the same element(b27080,
#16616,
#16729)
(3cdffc,
#16702)
(d6098e,
#16709)
Performance Improvements
(692622,
#14691,
#16760)
v1.7.5
Compare Source
Bug Fixes
(f3a565,
#16697,
#16699)
v1.7.4
Compare Source
Bug Fixes
(61b335,
#16664,
#16680)
(3105b2,
#16681,
#16677)
(2ceeb7)
(30084c,
#16652,
#16626)
undefined
(668a33,
#16653,
#16656)
v1.7.3
Compare Source
Bug Fixes
(e68697,
#16592,
#16611)
$locationChange*
events due to empty hash(1144b1,
#16632,
#16636)
$exceptionHandler
(4adbf8,
#16644)
(be417f,
#14173,
#16589)
(0a1db2,
#16645)
$animate.enabled(element, enabled)
(4bd424,
#16649)
(05ac70,
#16535,
#16647)
DocumentFragment
bug(10973c,
#16607,
#16615)
(688211)
(535ee3,
#14673,
#14674)
cleanData()
if_data()
returns undefined(7cf4a2,
#16641,
#16642)
(3a517c,
#14665,
#16604)
New Features
(a5914c,
#16428,
#16235,
#16614)
$flushPendingTasks()
and$verifyNoPendingTasks()
(6f7674,
#14336)
(17b139)
(fc64e6,
#12697,
#13059)
(c9d1e6,
#16601,
#14749,
#14517,
#13202)
timeStripZeroSeconds
andtimeSecondsFormat
(b68221,
#10721,
#16510,
#16584)
Performance Improvements
(093635,
#14165,
#14166,
#16613)