Skip to content

Commit bcc4a95

Browse files
committed
release: cut the v15.0.0-next.4 release
1 parent 2d35395 commit bcc4a95

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

Diff for: CHANGELOG.md

+29
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
<a name="15.0.0-next.4"></a>
2+
# 15.0.0-next.4 (2022-09-28)
3+
## Breaking Changes
4+
### router
5+
- The title property is now required on ActivatedRouteSnapshot
6+
## Deprecations
7+
### core
8+
- The bit field signature of `Injector.get()` has been deprecated, in favor of the new options object.
9+
- The bit field signature of `TestBed.inject()` has been deprecated, in favor of the new options object.
10+
### core
11+
| Commit | Type | Description |
12+
| -- | -- | -- |
13+
| [841c8e5138](https://github.com/angular/angular/commit/841c8e51386645d7fd26642f41952ed8f0a2dbe5) | feat | support object-based DI flags in Injector.get() ([#46761](https://github.com/angular/angular/pull/46761)) |
14+
| [120555a626](https://github.com/angular/angular/commit/120555a626d66523e46ce01681b11a0f38e3a40a) | feat | support object-based DI flags in TestBed.inject() ([#46761](https://github.com/angular/angular/pull/46761)) |
15+
| [aef8d0bb02](https://github.com/angular/angular/commit/aef8d0bb020931e0b44e067b074a449fc66f6ff7) | fix | correctly check for `typeof` of undefined in `ngDevMode` check ([#47480](https://github.com/angular/angular/pull/47480)) |
16+
| [85330f3fd9](https://github.com/angular/angular/commit/85330f3fd9ac6381ce3aa18479ed8195d2ac215e) | fix | update `isDevMode` to rely on `ngDevMode` ([#47475](https://github.com/angular/angular/pull/47475)) |
17+
### language-service
18+
| Commit | Type | Description |
19+
| -- | -- | -- |
20+
| [e7ee53c541](https://github.com/angular/angular/commit/e7ee53c541da0a1f85c217354ec9901010ae0de9) | feat | support to fix invalid banana in box ([#47393](https://github.com/angular/angular/pull/47393)) |
21+
### router
22+
| Commit | Type | Description |
23+
| -- | -- | -- |
24+
| [6a88bad019](https://github.com/angular/angular/commit/6a88bad0192516f26a5a008c0634b73456b9447c) | fix | Ensure ActivatedRouteSnapshot#title has correct value ([#47481](https://github.com/angular/angular/pull/47481)) |
25+
## Special Thanks
26+
Alan Agius, Alex Rickabaugh, Andrew Kushnir, Andrew Scott, Ashley Hunter, Doug Parker, Jessica Janiuk, JiaLiPassion, Kristiyan Kostadinov, Rokas Brazdžionis, Simona Cotin and ivanwonder
27+
28+
<!-- CHANGELOG SPLIT MARKER -->
29+
130
<a name="14.2.4"></a>
231
# 14.2.4 (2022-09-28)
332
### compiler-cli

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-srcs",
3-
"version": "15.0.0-next.3",
3+
"version": "15.0.0-next.4",
44
"private": true,
55
"description": "Angular - a web framework for modern web apps",
66
"homepage": "https://github.com/angular/angular",

0 commit comments

Comments
 (0)