Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.

Commit 29f3d8a

Browse files
committed
release: cut the v16.1.0-rc.0 release
1 parent 666ac0f commit 29f3d8a

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
<a name="16.1.0-rc.0"></a>
2+
3+
# 16.1.0-rc.0 (2023-06-07)
4+
5+
## Deprecations
6+
7+
###
8+
9+
- `StateTransferInitializerModule`, `TransferHttpCacheInterceptor` and `domContentLoadedFactory` have been deprecated in favor of `provideClientHydration`. See: https://angular.io/api/platform-browser/provideClientHydration
10+
11+
###
12+
13+
| Commit | Type | Description |
14+
| ------------------------------------------------------------------------------------------------ | -------- | ----------------------------- |
15+
| [ccc2f52f](https://github.com/angular/universal/commit/ccc2f52f9be47b5fb2cddd4d3f57b9a18eb1b0ca) | refactor | deprecate transfer http cache |
16+
17+
<!-- CHANGELOG SPLIT MARKER -->
18+
119
<a name="16.1.0-next.0"></a>
220

321
# 16.1.0-next.0 (2023-05-19)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nguniversal",
33
"main": "index.js",
4-
"version": "16.1.0-next.0",
4+
"version": "16.1.0-rc.0",
55
"private": true,
66
"description": "Universal (isomorphic) JavaScript support for Angular",
77
"homepage": "https://github.com/angular/universal",

0 commit comments

Comments
 (0)