Skip to content

Commit 552dc99

Browse files
release: 22.0.0
1 parent 614d141 commit 552dc99

2 files changed

Lines changed: 27 additions & 1 deletion

File tree

packages/angular/CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
# 22.0.0 (2026-08-17)
2+
3+
### 🚀 Features
4+
5+
- nx 23 and angular 22 ([#175](https://github.com/NativeScript/angular/pull/175))
6+
- update cdk-inspired components and drop ComponentFactoryResolver ([4c8f696](https://github.com/NativeScript/angular/commit/4c8f696))
7+
- throw error on failed to open dialog and refactor some deprecated usages ([d24b766](https://github.com/NativeScript/angular/commit/d24b766))
8+
- make it easier to configure custom flags ([e0dab64](https://github.com/NativeScript/angular/commit/e0dab64))
9+
- enable option to wrap CD in CATransaction ([96d4c0e](https://github.com/NativeScript/angular/commit/96d4c0e))
10+
- expose BootstrapContext on bootstrapApplication ([4114bd3](https://github.com/NativeScript/angular/commit/4114bd3))
11+
- use upstream angular router link ([#166](https://github.com/NativeScript/angular/pull/166))
12+
- add router input binding ([#165](https://github.com/NativeScript/angular/pull/165))
13+
- allow custom injector in dialogs and handle deprecations ([#140](https://github.com/NativeScript/angular/pull/140))
14+
- angular 21.2.9 ([59c8899](https://github.com/NativeScript/angular/commit/59c8899))
15+
- expose createApplication and allow passing in a platformRef ([00f319c](https://github.com/NativeScript/angular/commit/00f319c))
16+
17+
### 🩹 Fixes
18+
19+
- answer DOM probes on NativeScriptDocument instead of throwing ([#176](https://github.com/NativeScript/angular/pull/176))
20+
- stop unlinking parents on array-valued bindings ([#900](https://github.com/NativeScript/angular/issues/900))
21+
- bootstrap NG0210 when the runtime exposes a global PerformanceObserver ([#178](https://github.com/NativeScript/angular/pull/178))
22+
- correctly identify if modal has opened or not ([6a6f90c](https://github.com/NativeScript/angular/commit/6a6f90c))
23+
- correctly use the `PREVENT_CHANGE_EVENTS_DURING_CD` token to gate change events ([#174](https://github.com/NativeScript/angular/pull/174))
24+
- set tagName on NgView for Angular 21 bootstrap compatibility ([#168](https://github.com/NativeScript/angular/pull/168))
25+
- don't dispose the portal on component destroy ([7de9f41](https://github.com/NativeScript/angular/commit/7de9f41))
26+
127
# [21.0.0](https://github.com/NativeScript/angular/compare/20.1.1...21.0.0) (2026-01-04)
228

329

packages/angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/angular",
3-
"version": "21.0.0",
3+
"version": "22.0.0",
44
"homepage": "https://nativescript.org/",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)