Skip to content

Commit d97df8e

Browse files
authored
release: v18.0.0 (#2035)
1 parent dceedb6 commit d97df8e

File tree

6 files changed

+6763
-4395
lines changed

6 files changed

+6763
-4395
lines changed

.aspect/rules/external_repository_action_cache/npm_translate_lock_LTE4Nzc1MDcwNjU=

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Input hashes for repository rule npm_translate_lock(name = "npm", pnpm_lock = "//:pnpm-lock.yaml").
33
# This file should be checked into version control along with the pnpm-lock.yaml file.
44
.npmrc=974837034
5-
pnpm-lock.yaml=1307539
6-
yarn.lock=-2115939860
7-
package.json=1121294591
5+
pnpm-lock.yaml=219958355
6+
yarn.lock=1495633311
7+
package.json=-2053878635
88
pnpm-workspace.yaml=1711114604

CHANGELOG.md

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
1+
# 18.0.0
2+
This release upgrades `@angular/language-service` to v18.0.0.
3+
4+
* fix: allow external projects to use provided compiler options ([#55035](https://github.com/angular/angular/pull/55035))
5+
* fix: avoid generating TS syntactic diagnostics for templates ([#55091](https://github.com/angular/angular/pull/55091))
6+
* fix: implement getDefinitionAtPosition for Angular templates ([#55269](https://github.com/angular/angular/pull/55269))
7+
* fix: prevent underlying TS Service from handling template files ([#55003](https://github.com/angular/angular/pull/55003))
8+
* fix: use type-only import in plugin factory ([#55996](https://github.com/angular/angular/pull/55996))
9+
* fix(syntaxes): Only match known block names (#2034) (dceedb686)
10+
111
# 17.2.2
212
This release upgrades `@angular/language-service` to v17.2.1.
313

4-
fix: pass oldest Angular version in the workspace to the compiler (#2003)
14+
* fix: pass oldest Angular version in the workspace to the compiler (#2003)
515

616

717
# 17.2.1
@@ -11,18 +21,18 @@ This release rolls back the `@angular/language-service` version to v17.2.0-next.
1121
# 17.2.0
1222
This release upgrades `@angular/language-service` to v17.2.0-rc.1.
1323

14-
fix(syntaxes): Do not highlight bindings outside element tags (#1725) (28739e4)
24+
* fix(syntaxes): Do not highlight bindings outside element tags (#1725) (28739e4)
1525

1626

1727
# 17.1.0
1828
This release upgrades `@angular/language-service` to v17.1.0. It is based on the final RC of `@angular/compiler`.
1929

20-
feat: Complete inside @switch ([#52153](https://github.com/angular/angular/pull/52153))
21-
feat: Enable go to definition of styleUrl ([#51746](https://github.com/angular/angular/pull/51746))
22-
feat: Implement outlining spans for control flow blocks ([#52062](https://github.com/angular/angular/pull/52062))
23-
feat: Support autocompletion for blocks ([#52121](https://github.com/angular/angular/pull/52121))
24-
fix: Autocomplete block keywords in more cases ([#52198](https://github.com/angular/angular/pull/52198))
25-
fix(syntaxes): Do not apply block syntax highlighting to JS and CSS in templates (#1952)
30+
* feat: Complete inside @switch ([#52153](https://github.com/angular/angular/pull/52153))
31+
* feat: Enable go to definition of styleUrl ([#51746](https://github.com/angular/angular/pull/51746))
32+
* feat: Implement outlining spans for control flow blocks ([#52062](https://github.com/angular/angular/pull/52062))
33+
* feat: Support autocompletion for blocks ([#52121](https://github.com/angular/angular/pull/52121))
34+
* fix: Autocomplete block keywords in more cases ([#52198](https://github.com/angular/angular/pull/52198))
35+
* fix(syntaxes): Do not apply block syntax highlighting to JS and CSS in templates (#1952)
2636

2737
# 17.0.2
2838
This release upgrades `@angular/language-service` to v17.0.2.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "ng-template",
33
"displayName": "Angular Language Service",
44
"description": "Editor services for Angular templates",
5-
"version": "18.0.0-next.0",
5+
"version": "18.0.0",
66
"publisher": "Angular",
77
"icon": "angular.png",
88
"license": "MIT",
@@ -230,8 +230,8 @@
230230
"test:legacy-syntaxes": "yarn compile:syntaxes-test && yarn build:syntaxes && jasmine dist/syntaxes/test/driver.js"
231231
},
232232
"dependencies": {
233-
"@angular/language-service": "18.0.0-next.0",
234-
"typescript": "5.3.2",
233+
"@angular/language-service": "18.0.0",
234+
"typescript": "5.4.5",
235235
"vscode-html-languageservice": "^4.2.5",
236236
"vscode-jsonrpc": "6.0.0",
237237
"vscode-languageclient": "7.0.0",

0 commit comments

Comments
 (0)