Skip to content

Commit 02c218f

Browse files
committed
release: 19.0.0
1 parent b9cd642 commit 02c218f

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

Diff for: CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [19.0.0](https://github.com/NativeScript/angular/compare/18.1.3...19.0.0) (2025-01-02)
2+
3+
4+
### Features
5+
6+
* Angular 19 support ([#143](https://github.com/NativeScript/angular/issues/143)) ([00802d2](https://github.com/NativeScript/angular/commit/00802d219fe9839b30c4e1c66daeafce96b990a4))
7+
8+
### Bug Fixes
9+
10+
* only polyfill queueMicrotask if needed ([b9cd642](https://github.com/NativeScript/angular/commit/b9cd642c44d33756a675dd4864161fe8c8e620e6))
11+
* re-enable ngDevMode tree shaking ([6244afb](https://github.com/NativeScript/angular/commit/6244afbd76faaa5ec06494fcff014d8061ffa3d1))
12+
13+
14+
115
## [18.1.3](https://github.com/NativeScript/angular/compare/18.1.1...18.1.3) (2024-09-18)
216

317

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript-angular",
3-
"version": "18.1.3",
3+
"version": "19.0.0",
44
"license": "MIT",
55
"private": true,
66
"scripts": {

Diff for: packages/angular/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/angular",
3-
"version": "19.0.0-rc.1",
3+
"version": "19.0.0",
44
"homepage": "https://nativescript.org/",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)