Skip to content

Commit df091ec

Browse files
committed
release: v17.1.0
1 parent abfdaa7 commit df091ec

File tree

6 files changed

+6928
-4220
lines changed

6 files changed

+6928
-4220
lines changed
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1+
# @generated
12
# Input hashes for repository rule npm_translate_lock(name = "npm", pnpm_lock = "//:pnpm-lock.yaml").
23
# This file should be checked into version control along with the pnpm-lock.yaml file.
34
.npmrc=974837034
4-
pnpm-lock.yaml=-1149894156
5-
yarn.lock=1254518305
6-
package.json=-299890764
5+
pnpm-lock.yaml=817847665
6+
yarn.lock=-1171633427
7+
package.json=1937180893
78
pnpm-workspace.yaml=1711114604

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# 17.1.0
2+
This release upgrades `@angular/language-service` to v17.1.0. It is based on the final RC of `@angular/compiler`.
3+
4+
feat: Complete inside @switch ([#52153](https://github.com/angular/angular/pull/52153))
5+
feat: Enable go to definition of styleUrl ([#51746](https://github.com/angular/angular/pull/51746))
6+
feat: Implement outlining spans for control flow blocks ([#52062](https://github.com/angular/angular/pull/52062))
7+
feat: Support autocompletion for blocks ([#52121](https://github.com/angular/angular/pull/52121))
8+
fix: Autocomplete block keywords in more cases ([#52198](https://github.com/angular/angular/pull/52198))
9+
fix(syntaxes): Do not apply block syntax highlighting to JS and CSS in templates (#1952)
10+
111
# 17.0.2
212
This release upgrades `@angular/language-service` to v17.0.2.
313

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": "17.1.0-next.0",
5+
"version": "17.1.0",
66
"publisher": "Angular",
77
"icon": "angular.png",
88
"license": "MIT",
@@ -222,8 +222,8 @@
222222
"test:legacy-syntaxes": "yarn compile:syntaxes-test && yarn build:syntaxes && jasmine dist/syntaxes/test/driver.js"
223223
},
224224
"dependencies": {
225-
"@angular/language-service": "17.0.1",
226-
"typescript": "5.2.2",
225+
"@angular/language-service": "17.1.0-rc.0",
226+
"typescript": "5.3.2",
227227
"vscode-html-languageservice": "^4.2.5",
228228
"vscode-jsonrpc": "6.0.0",
229229
"vscode-languageclient": "7.0.0",

0 commit comments

Comments
 (0)