File tree Expand file tree Collapse file tree 6 files changed +6928
-4220
lines changed
.aspect/rules/external_repository_action_cache Expand file tree Collapse file tree 6 files changed +6928
-4220
lines changed Original file line number Diff line number Diff line change 1+ # @generated
12# Input hashes for repository rule npm_translate_lock(name = "npm", pnpm_lock = "//:pnpm-lock.yaml").
23# This file should be checked into version control along with the pnpm-lock.yaml file.
34.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
78pnpm-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+
111# 17.0.2
212This release upgrades ` @angular/language-service ` to v17.0.2.
313
Original file line number Diff line number Diff line change 22 "name" : " ng-template" ,
33 "displayName" : " Angular Language Service" ,
44 "description" : " Editor services for Angular templates" ,
5- "version" : " 17.1.0-next.0 " ,
5+ "version" : " 17.1.0" ,
66 "publisher" : " Angular" ,
77 "icon" : " angular.png" ,
88 "license" : " MIT" ,
222222 "test:legacy-syntaxes" : " yarn compile:syntaxes-test && yarn build:syntaxes && jasmine dist/syntaxes/test/driver.js"
223223 },
224224 "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" ,
227227 "vscode-html-languageservice" : " ^4.2.5" ,
228228 "vscode-jsonrpc" : " 6.0.0" ,
229229 "vscode-languageclient" : " 7.0.0" ,
You can’t perform that action at this time.
0 commit comments