diff --git a/CHANGELOG.md b/CHANGELOG.md index fcde4277c9f1..1256b7405b48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,29 @@ + +# 1.8.1 mutually-supporting (2020-09-30) + +## Bug Fixes +- **$sanitize:** do not trigger CSP alert/report in Firefox and Chrome + ([2fab3d](https://github.com/angular/angular.js/commit/2fab3d4e00f4fe35bfa3cf255160cb97404baf24)) + +## Refactorings + +- **SanitizeUriProvider:** remove usages of whitelist + ([76738102](https:github.com/angular/angular.js/commit/767381020d88bda2855ac87ca6f00748907e14ff)) +- **httpProvider:** remove usages of whitelist and blacklist + ([c953af6b](https:github.com/angular/angular.js/commit/c953af6b8cfeefe4acc0ca358550eed5da8cfe00)) +- **sceDelegateProvider:** remove usages of whitelist and blacklist + ([a206e267](https:github.com/angular/angular.js/commit/a206e2675c351c3cdcde3402978126774c1c5df9)) + +## Deprecation Notices + +- Deprecated ~~`aHrefSanitizationWhitelist`~~. It is now `aHrefSanitizationTrustedUri` +- Deprecated ~~`imgSrcSanitizationWhitelist`~~. It is now `imgSrcSanitizationTrustedUri` +- Deprecated ~~`xsrfWhitelistedOrigins`~~. It is now `xsrfTrustedOrigins` +- Deprecated ~~`resourceUrlWhitelist`~~. It is now `trustedResourceUrlList` +- Deprecated ~~`resourceUrlBlacklist`~~. It is now `bannedResourceUrlList` + +For the purposes of backward compatibility, the previous symbols are aliased to their new symbol. + # 1.8.0 nested-vaccination (2020-06-01)