Skip to content

Commit 592419c

Browse files
committed
release: cut the v16.0.0-next.5 release
1 parent bb37458 commit 592419c

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

CHANGELOG.md

+35
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,38 @@
1+
<a name="16.0.0-next.5"></a>
2+
3+
# 16.0.0-next.5 (2023-03-22)
4+
5+
## Breaking Changes
6+
7+
###
8+
9+
- - TypeScript 4.8 is no longer supported.
10+
11+
### @schematics/angular
12+
13+
| Commit | Type | Description |
14+
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------ |
15+
| [a832c2028](https://github.com/angular/angular-cli/commit/a832c202828a1caa425e1a0c5ff8d2ebb77c4667) | feat | Implement a standalone flag for new applications |
16+
17+
###
18+
19+
| Commit | Type | Description |
20+
| --------------------------------------------------------------------------------------------------- | ----- | ---------------------------------------------------------- |
21+
| [5a171ddff](https://github.com/angular/angular-cli/commit/5a171ddff66ff366089616736baf7545fe44f570) | build | update to TypeScript 5 and drop support for TypeScript 4.8 |
22+
23+
### @angular-devkit/build-angular
24+
25+
| Commit | Type | Description |
26+
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------ |
27+
| [ff5ebf9b1](https://github.com/angular/angular-cli/commit/ff5ebf9b1244c5a01961cd3dba6bb345392aa57c) | feat | add CSP support for inline styles |
28+
| [52969db6b](https://github.com/angular/angular-cli/commit/52969db6bdaf42ec7d7f28274eba518ed1a794b7) | feat | initial tailwindcss support for CSS in esbuild builder |
29+
30+
## Special Thanks
31+
32+
Alan Agius, Charles Lyding, Kristiyan Kostadinov and Mike Brocchi
33+
34+
<!-- CHANGELOG SPLIT MARKER -->
35+
136
<a name="15.2.4"></a>
237

338
# 15.2.4 (2023-03-16)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular/devkit-repo",
3-
"version": "16.0.0-next.4",
3+
"version": "16.0.0-next.5",
44
"private": true,
55
"description": "Software Development Kit for Angular",
66
"bin": {

0 commit comments

Comments
 (0)