Skip to content

Commit

Permalink
release: v18.0.0 (#2035)
Browse files Browse the repository at this point in the history
  • Loading branch information
dylhunn committed May 22, 2024
1 parent dceedb6 commit d97df8e
Show file tree
Hide file tree
Showing 6 changed files with 6,763 additions and 4,395 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# 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=1307539
yarn.lock=-2115939860
package.json=1121294591
pnpm-lock.yaml=219958355
yarn.lock=1495633311
package.json=-2053878635
pnpm-workspace.yaml=1711114604
26 changes: 18 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
# 18.0.0
This release upgrades `@angular/language-service` to v18.0.0.

* fix: allow external projects to use provided compiler options ([#55035](https://github.com/angular/angular/pull/55035))
* fix: avoid generating TS syntactic diagnostics for templates ([#55091](https://github.com/angular/angular/pull/55091))
* fix: implement getDefinitionAtPosition for Angular templates ([#55269](https://github.com/angular/angular/pull/55269))
* fix: prevent underlying TS Service from handling template files ([#55003](https://github.com/angular/angular/pull/55003))
* fix: use type-only import in plugin factory ([#55996](https://github.com/angular/angular/pull/55996))
* fix(syntaxes): Only match known block names (#2034) (dceedb686)

# 17.2.2
This release upgrades `@angular/language-service` to v17.2.1.

fix: pass oldest Angular version in the workspace to the compiler (#2003)
* fix: pass oldest Angular version in the workspace to the compiler (#2003)


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

fix(syntaxes): Do not highlight bindings outside element tags (#1725) (28739e4)
* fix(syntaxes): Do not highlight bindings outside element tags (#1725) (28739e4)


# 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)
* 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": "18.0.0-next.0",
"version": "18.0.0",
"publisher": "Angular",
"icon": "angular.png",
"license": "MIT",
Expand Down Expand Up @@ -230,8 +230,8 @@
"test:legacy-syntaxes": "yarn compile:syntaxes-test && yarn build:syntaxes && jasmine dist/syntaxes/test/driver.js"
},
"dependencies": {
"@angular/language-service": "18.0.0-next.0",
"typescript": "5.3.2",
"@angular/language-service": "18.0.0",
"typescript": "5.4.5",
"vscode-html-languageservice": "^4.2.5",
"vscode-jsonrpc": "6.0.0",
"vscode-languageclient": "7.0.0",
Expand Down
Loading

0 comments on commit d97df8e

Please sign in to comment.