|
| 1 | +# 19.0.0-next.1 |
| 2 | +This release upgrades `@angular/language-service` to v19.0.0-next.11. |
| 3 | + |
| 4 | +* **feat**: Code refactoring action to migrate `@Input` to signal inputs. |
| 5 | + * https://v19.angular.dev/reference/migrations/signal-inputs |
| 6 | +* **feat**: Code refactoring action to migrate decorator queries to signal queries. |
| 7 | +e.g. `@ViewChild` to `viewChild()`. |
| 8 | + * https://v19.angular.dev/reference/migrations/signal-queries |
| 9 | + |
| 10 | +To use any of the new code refactoring actions, click on an input or query, and wait for |
| 11 | +the code refactoring lightbulb to appear. You can also click on the class header to update |
| 12 | +inputs or queries for the full class! |
| 13 | + |
1 | 14 | # 19.0.0-next.0
|
2 | 15 | This release upgrades `@angular/language-service` to v19.0.0-next.6.
|
3 | 16 |
|
@@ -111,7 +124,7 @@ This release upgrades `@angular/language-service` to v17.0.0-next.6.
|
111 | 124 | This release upgrades the `@angular/language-service` to v16.2.8
|
112 | 125 |
|
113 | 126 | * fix: Retain correct language service when ts.Project reloads ([#51912](https://github.com/angular/angular/commit/08482f2c7dcbcd100981dfb266a6e63f64432328))
|
114 |
| -* fix(server): support to show the tag info in the jsDoc (#1904) |
| 127 | +* fix(server): support to show the tag info in the jsDoc (#1904) |
115 | 128 | * fix(client): fix detection of Angular context after string interpolation (#1922)
|
116 | 129 |
|
117 | 130 | # 16.1.8
|
@@ -208,8 +221,8 @@ This release upgrades `@angular/language-service` to v14.0.0
|
208 | 221 | * feat(extension): Support renaming from TypeScript files (#1589)
|
209 | 222 | * feat(extension): Add option to force strict templates (#1646) (17fdb9ec6)
|
210 | 223 | * feat: add command to run ngcc manually (#1621) (dd0e0009b)
|
211 |
| -* Fix detection of Angular for v14+ projects ([#45998](https://github.com/angular/angular/pull/45998)) |
212 |
| -* Prevent TSServer from removing templates from project ([#45965](https://github.com/angular/angular/pull/45965)) |
| 224 | +* Fix detection of Angular for v14+ projects ([#45998](https://github.com/angular/angular/pull/45998)) |
| 225 | +* Prevent TSServer from removing templates from project ([#45965](https://github.com/angular/angular/pull/45965)) |
213 | 226 |
|
214 | 227 | # v13.3.4
|
215 | 228 |
|
|
0 commit comments