Skip to content

Commit

Permalink
release: v17.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dylhunn committed Jan 13, 2024
1 parent abfdaa7 commit df091ec
Show file tree
Hide file tree
Showing 6 changed files with 6,928 additions and 4,220 deletions.
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

0 comments on commit df091ec

Please sign in to comment.