Skip to content

Commit fdfa697

Browse files
committed
release: cut the v13.0.0-next.3 release
1 parent 5f8a40d commit fdfa697

File tree

2 files changed

+50
-1
lines changed

2 files changed

+50
-1
lines changed

CHANGELOG.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,52 @@
1+
<a name="13.0.0-next.3"></a>
2+
3+
# 13.0.0-next.3 (2021-09-01)
4+
5+
## Breaking Changes
6+
7+
### @angular-devkit/build-angular
8+
9+
- The dev-server now uses WebSockets to communicate changes to the browser during HMR and live-reloaded. If during your development you are using a proxy you will need to enable proxying of WebSockets.
10+
11+
### @angular-devkit/build-webpack
12+
13+
- Support for `webpack-dev-server` version 3 has been removed. For more information about the migration please see: https://github.com/webpack/webpack-dev-server/blob/master/migration-v4.md
14+
15+
Note: this change only affects users depending on `@angular-devkit/build-webpack` directly.
16+
17+
### @ngtools/webpack
18+
19+
- Deprecated `inlineStyleMimeType` option has been removed from `AngularWebpackPluginOptions`. Use `inlineStyleFileExtension` instead.
20+
21+
### @schematics/angular
22+
23+
| Commit | Type | Description |
24+
| --------------------------------------------------------------------------------------------------- | ---- | -------------------------------------------------- |
25+
| [732ef7985](https://github.com/angular/angular-cli/commit/732ef798523f74994ed3d482a65b191058674d19) | fix | add browserslist configuration in library projects |
26+
27+
### @angular-devkit/build-angular
28+
29+
| Commit | Type | Description |
30+
| --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------------- |
31+
| [32dbf659a](https://github.com/angular/angular-cli/commit/32dbf659acb632fac1d76d99d8191ea9c5e6350b) | feat | update `webpack-dev-server` to version 4 |
32+
| [76d6d8826](https://github.com/angular/angular-cli/commit/76d6d8826f9968f84edf219f67b84673d70bbe95) | fix | set browserslist defaults |
33+
34+
### @angular-devkit/build-webpack
35+
36+
| Commit | Type | Description |
37+
| --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------------- |
38+
| [a0b5897d5](https://github.com/angular/angular-cli/commit/a0b5897d50a00ee4668029c2cbc47cacd2ab925f) | feat | update `webpack-dev-server` to version 4 |
39+
40+
### @ngtools/webpack
41+
42+
| Commit | Type | Description |
43+
| --------------------------------------------------------------------------------------------------- | -------- | ---------------------------------------------- |
44+
| [8ce8e4edc](https://github.com/angular/angular-cli/commit/8ce8e4edc5ca2984d6a36fe4c7d308fa7f089102) | refactor | remove deprecated `inlineStyleMimeType` option |
45+
46+
## Special Thanks
47+
48+
Alan Agius and Joey Perrott
49+
150
<a name="12.2.4"></a>
251

352
# 12.2.4 (2021-09-01)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular/devkit-repo",
3-
"version": "13.0.0-next.2",
3+
"version": "13.0.0-next.3",
44
"private": true,
55
"description": "Software Development Kit for Angular",
66
"bin": {

0 commit comments

Comments
 (0)