Skip to content

Commit 2d4ba02

Browse files
committed
release: cut the v14.1.0-rc.0 release
1 parent a59a9fb commit 2d4ba02

File tree

2 files changed

+46
-1
lines changed

2 files changed

+46
-1
lines changed

CHANGELOG.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,48 @@
1+
<a name="14.1.0-rc.0"></a>
2+
3+
# 14.1.0-rc.0 (2022-07-14)
4+
5+
### @angular/cli
6+
7+
| Commit | Type | Description |
8+
| --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------------------------------------------- |
9+
| [2731fe7f6](https://github.com/angular/angular-cli/commit/2731fe7f67f3f2b81fae2f49aabba75436eda250) | fix | handle cases when completion is enabled and running in an older CLI workspace |
10+
| [669345998](https://github.com/angular/angular-cli/commit/669345998b7720b0e7be53aaee920a385cb8ef86) | fix | remove deprecation warning of `no` prefixed schema options |
11+
12+
### @schematics/angular
13+
14+
| Commit | Type | Description |
15+
| --------------------------------------------------------------------------------------------------- | ---- | --------------------------------------------------------- |
16+
| [b8bf3b480](https://github.com/angular/angular-cli/commit/b8bf3b480bef752641370e542ebb5aee649a8ac6) | fix | only issue a warning for addDependency existing specifier |
17+
| [14f8f5c5a](https://github.com/angular/angular-cli/commit/14f8f5c5abef19807b3cd2a17aa132117a03a54a) | fix | remove browserslist configuration |
18+
19+
### @angular-devkit/build-angular
20+
21+
| Commit | Type | Description |
22+
| --------------------------------------------------------------------------------------------------- | ---- | --------------------------------------------------------------------------------------------- |
23+
| [248860ad6](https://github.com/angular/angular-cli/commit/248860ad674b54f750bb5c197588bb6d031be208) | feat | add Sass file support to experimental esbuild-based builder |
24+
| [b3a14d056](https://github.com/angular/angular-cli/commit/b3a14d05629ba6e3b23c09b1bfdbc4b35d534813) | fix | allow third-party sourcemaps to be ignored in esbuild builder |
25+
| [53dd929e5](https://github.com/angular/angular-cli/commit/53dd929e59f98a7088d150e861d18e97e6de4114) | fix | ensure esbuild builder sourcemap sources are relative to workspace |
26+
| [357c45e48](https://github.com/angular/angular-cli/commit/357c45e48431f9a6d79469a48e344dfc0132664f) | fix | generate different content hashes for scripts which are changed during the optimization phase |
27+
28+
### @angular-devkit/core
29+
30+
| Commit | Type | Description |
31+
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------------------------- |
32+
| [624e0b0ec](https://github.com/angular/angular-cli/commit/624e0b0ec6d74d87914a2385cc42f0108beebbcc) | fix | provide actionable warning when a workspace project has missing `root` property |
33+
34+
### @angular/create
35+
36+
| Commit | Type | Description |
37+
| --------------------------------------------------------------------------------------------------- | ---- | -------------------------------------------- |
38+
| [cfe93fbc8](https://github.com/angular/angular-cli/commit/cfe93fbc89fad2f58826f0118ce7ff421cd0e4f2) | feat | add support for `yarn create` and `npm init` |
39+
40+
## Special Thanks
41+
42+
Alan Agius, Charles Lyding, Doug Parker, Jason Bedard and martinfrancois
43+
44+
<!-- CHANGELOG SPLIT MARKER -->
45+
146
<a name="14.0.6"></a>
247

348
# 14.0.6 (2022-07-13)

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": "14.1.0-next.4",
3+
"version": "14.1.0-rc.0",
44
"private": true,
55
"description": "Software Development Kit for Angular",
66
"bin": {

0 commit comments

Comments
 (0)