docs(changelog): add note about forthcoming deprecation of Parse5DomAdapter (#9314)

This commit is contained in:
Jeff Cross 2016-06-17 17:34:14 -07:00 committed by GitHub
parent c0f2a22a08
commit dee1b774f2
1 changed files with 6 additions and 2 deletions

View File

@ -167,8 +167,6 @@ The likelihood of anyone actually depending on this property is very low.
* `Parser` constructor required new parameter `config: CompilerConfig` as second argument. * `Parser` constructor required new parameter `config: CompilerConfig` as second argument.
* Parse5Adapter is no longer exported as public API, use serverBootstrap()
* Bundles are now in the bundles/ subdirectory within each package * Bundles are now in the bundles/ subdirectory within each package
* HTML, style values, and URLs are now automatically sanitized. Values that do not match are escaped * HTML, style values, and URLs are now automatically sanitized. Values that do not match are escaped
@ -190,6 +188,12 @@ The likelihood of anyone actually depending on this property is very low.
* `CompilerConfig` used to take positional arguments and now takes named arguments. * `CompilerConfig` used to take positional arguments and now takes named arguments.
### Deprecation
* `Parse5DomAdapter` will no longer be exported from `@angular/platform-server` as a public API as of RC.3.
A new function called `serverBootstrap()` will be provided, which will automatically set the correct
`document` during platform initialization.
### Reverts ### Reverts
* Revert fix(compiler): support string tokens with `.` inside. ([cc86fee](https://github.com/angular/angular/commit/cc86fee)) * Revert fix(compiler): support string tokens with `.` inside. ([cc86fee](https://github.com/angular/angular/commit/cc86fee))