Skip to content

release: v17.1.0 #1990

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# @generated
# Input hashes for repository rule npm_translate_lock(name = "npm", pnpm_lock = "//:pnpm-lock.yaml").
# This file should be checked into version control along with the pnpm-lock.yaml file.
.npmrc=974837034
pnpm-lock.yaml=-1149894156
yarn.lock=1254518305
package.json=-299890764
pnpm-lock.yaml=817847665
yarn.lock=-1171633427
package.json=1937180893
pnpm-workspace.yaml=1711114604
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# 17.1.0
This release upgrades `@angular/language-service` to v17.1.0. It is based on the final RC of `@angular/compiler`.

feat: Complete inside @switch ([#52153](https://github.com/angular/angular/pull/52153))
feat: Enable go to definition of styleUrl ([#51746](https://github.com/angular/angular/pull/51746))
feat: Implement outlining spans for control flow blocks ([#52062](https://github.com/angular/angular/pull/52062))
feat: Support autocompletion for blocks ([#52121](https://github.com/angular/angular/pull/52121))
fix: Autocomplete block keywords in more cases ([#52198](https://github.com/angular/angular/pull/52198))
fix(syntaxes): Do not apply block syntax highlighting to JS and CSS in templates (#1952)

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

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ng-template",
"displayName": "Angular Language Service",
"description": "Editor services for Angular templates",
"version": "17.1.0-next.0",
"version": "17.1.0",
"publisher": "Angular",
"icon": "angular.png",
"license": "MIT",
Expand Down Expand Up @@ -222,8 +222,8 @@
"test:legacy-syntaxes": "yarn compile:syntaxes-test && yarn build:syntaxes && jasmine dist/syntaxes/test/driver.js"
},
"dependencies": {
"@angular/language-service": "17.0.1",
"typescript": "5.2.2",
"@angular/language-service": "17.1.0-rc.0",
"typescript": "5.3.2",
"vscode-html-languageservice": "^4.2.5",
"vscode-jsonrpc": "6.0.0",
"vscode-languageclient": "7.0.0",
Expand Down
Loading