File tree 6 files changed +6928
-4220
lines changed
.aspect/rules/external_repository_action_cache
6 files changed +6928
-4220
lines changed Original file line number Diff line number Diff line change
1
+ # @generated
1
2
# Input hashes for repository rule npm_translate_lock(name = "npm", pnpm_lock = "//:pnpm-lock.yaml").
2
3
# This file should be checked into version control along with the pnpm-lock.yaml file.
3
4
.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
7
8
pnpm-workspace.yaml=1711114604
Original file line number Diff line number Diff line change
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
+
1
11
# 17.0.2
2
12
This release upgrades ` @angular/language-service ` to v17.0.2.
3
13
Original file line number Diff line number Diff line change 2
2
"name" : " ng-template" ,
3
3
"displayName" : " Angular Language Service" ,
4
4
"description" : " Editor services for Angular templates" ,
5
- "version" : " 17.1.0-next.0 " ,
5
+ "version" : " 17.1.0" ,
6
6
"publisher" : " Angular" ,
7
7
"icon" : " angular.png" ,
8
8
"license" : " MIT" ,
222
222
"test:legacy-syntaxes" : " yarn compile:syntaxes-test && yarn build:syntaxes && jasmine dist/syntaxes/test/driver.js"
223
223
},
224
224
"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" ,
227
227
"vscode-html-languageservice" : " ^4.2.5" ,
228
228
"vscode-jsonrpc" : " 6.0.0" ,
229
229
"vscode-languageclient" : " 7.0.0" ,
You can’t perform that action at this time.
0 commit comments