Skip to content

Commit

Permalink
release: 17.0.0-next.2
Browse files Browse the repository at this point in the history
  • Loading branch information
atscott committed Oct 11, 2023
1 parent c0fe964 commit f7505e5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
.npmrc=974837034
pnpm-lock.yaml=-1547217849
yarn.lock=1378739518
package.json=733870343
package.json=-1312182168
pnpm-workspace.yaml=1711114604
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 17.0.0-next.2
This release upgrades `@angular/language-service` to v17.0.0-next.8.

* feat(server): Add folding range support for Angular template syntax (#1938)
* feat: support block completions (#1937)

# 17.0.0-next.1
This release upgrades `@angular/language-service` to v17.0.0-next.7.

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.0.0-next.1",
"version": "17.0.0-next.2",
"publisher": "Angular",
"icon": "angular.png",
"license": "MIT",
Expand Down Expand Up @@ -124,12 +124,12 @@
"angular.suggest.includeAutomaticOptionalChainCompletions": {
"type": "boolean",
"default": true,
"markdownDescription": "Enable/disable showing completions on potentially undefined values that insert an optional chain call. Requires TS 3.7+ and strict null checks to be enabled."
"markdownDescription": "Enable showing completions on potentially undefined values that insert an optional chain call. Requires TS 3.7+ and strict null checks to be enabled."
},
"angular.suggest.includeCompletionsWithSnippetText": {
"type": "boolean",
"default": true,
"markdownDescription": "Enable/disable snippet completions from Angular language server. Requires using TypeScript 4.3+ in the workspace."
"markdownDescription": "Enable snippet completions from Angular language server. Requires using TypeScript 4.3+ in the workspace."
},
"angular.forceStrictTemplates": {
"type": "boolean",
Expand Down

0 comments on commit f7505e5

Please sign in to comment.