File tree Expand file tree Collapse file tree 4 files changed +749
-1183
lines changed
Expand file tree Collapse file tree 4 files changed +749
-1183
lines changed Original file line number Diff line number Diff line change 1- ## [ 2.10.2 ] ( https://github.com/salesforcecli/plugin-lightning-dev/compare/2.10.1 ...2.10.2 ) (2025-02-06 )
1+ # [ 3.0.0 ] ( https://github.com/salesforcecli/plugin-lightning-dev/compare/2.7.0 ...3.0.0 ) (2024-12-18 )
22
3- ### Bug Fixes
4-
5- - hot reload not working on windows ([ #330 ] ( https://github.com/salesforcecli/plugin-lightning-dev/issues/330 ) ) ([ 6066577] ( https://github.com/salesforcecli/plugin-lightning-dev/commit/60665774e3c741517e502e3c09fffb77ad6a1ddc ) )
6-
7- ## [ 2.10.1] ( https://github.com/salesforcecli/plugin-lightning-dev/compare/2.10.0...2.10.1 ) (2025-02-01)
8-
9- ### Bug Fixes
10-
11- - adopt lwr v0.16.3 ([ #325 ] ( https://github.com/salesforcecli/plugin-lightning-dev/issues/325 ) ) ([ d787067] ( https://github.com/salesforcecli/plugin-lightning-dev/commit/d787067dffab4d1ac7091bcc300eeb809f24961e ) )
12-
13- # [ 2.10.0] ( https://github.com/salesforcecli/plugin-lightning-dev/compare/2.9.0...2.10.0 ) (2025-01-23)
14-
15- ### Features
16-
17- - add api flags for testing ([ #319 ] ( https://github.com/salesforcecli/plugin-lightning-dev/issues/319 ) ) ([ 4eb7340] ( https://github.com/salesforcecli/plugin-lightning-dev/commit/4eb7340ae7b9f7ebd8170789d39aed580b7ff489 ) )
18-
19- # [ 2.9.0] ( https://github.com/salesforcecli/plugin-lightning-dev/compare/2.8.0...2.9.0 ) (2025-01-13)
20-
21- ### Features
22-
23- - [ sites] add ` get-latest ` cli parameter / update lwr -> v0.16.2 (includes latest local-dev fixes) ([ #311 ] ( https://github.com/salesforcecli/plugin-lightning-dev/issues/311 ) ) ([ 03fd833] ( https://github.com/salesforcecli/plugin-lightning-dev/commit/03fd833a399771041d1edb58e22158cf12888ff1 ) )
3+ - fix!: trigger a major release (#299 ) ([ 135c6a8] ( https://github.com/salesforcecli/plugin-lightning-dev/commit/135c6a8e93241ac060d0b37db80a2ce2a4cb6bd8 ) ), closes [ #299 ] ( https://github.com/salesforcecli/plugin-lightning-dev/issues/299 )
244
25- # [ 2.8.0 ] ( https://github.com/salesforcecli/plugin-lightning-dev/compare/2.7.0...2.8.0 ) (2024-12-19)
5+ ### BREAKING CHANGES
266
27- ### Features
7+ - this version works with 256(summer25) release and newer
288
29- - 254-patch prerelease @W-15440507 @ ( [ # 300 ] ( https://github.com/salesforcecli/plugin-lightning-dev/issues/300 ) ) ( [ ef98bd9 ] ( https://github.com/salesforcecli/plugin-lightning-dev/commit/ef98bd9c407a7d9817850559e5b82a4fec92fb90 ) )
9+ @W-17311538 @
3010
3111# [ 2.7.0] ( https://github.com/salesforcecli/plugin-lightning-dev/compare/2.6.4...2.7.0 ) (2024-12-17)
3212
Original file line number Diff line number Diff line change @@ -200,7 +200,7 @@ EXAMPLES
200200 $ sf lightning dev app --target-org myOrg --device-type ios --device-id "iPhone 15 Pro Max"
201201```
202202
203- _ See code: [ src/commands/lightning/dev/app.ts] ( https://github.com/salesforcecli/plugin-lightning-dev/blob/2.10.2 /src/commands/lightning/dev/app.ts ) _
203+ _ See code: [ src/commands/lightning/dev/app.ts] ( https://github.com/salesforcecli/plugin-lightning-dev/blob/3.0.0 /src/commands/lightning/dev/app.ts ) _
204204
205205## ` sf lightning dev site `
206206
@@ -254,6 +254,6 @@ EXAMPLES
254254 $ sf lightning dev site --name "Partner Central" --target-org myOrg --get-latest
255255```
256256
257- _ See code: [ src/commands/lightning/dev/site.ts] ( https://github.com/salesforcecli/plugin-lightning-dev/blob/2.10.2 /src/commands/lightning/dev/site.ts ) _
257+ _ See code: [ src/commands/lightning/dev/site.ts] ( https://github.com/salesforcecli/plugin-lightning-dev/blob/3.0.0 /src/commands/lightning/dev/site.ts ) _
258258
259259<!-- commandsstop -->
Original file line number Diff line number Diff line change 11{
22 "name" : " @salesforce/plugin-lightning-dev" ,
33 "description" : " Lightning development tools for LEX, Mobile, and Experience Sites" ,
4- "version" : " 2.10.2 " ,
4+ "version" : " 3.0.0 " ,
55 "author" : " Salesforce" ,
66 "bugs" : " https://github.com/forcedotcom/cli/issues" ,
77 "dependencies" : {
88 "@inquirer/prompts" : " ^5.3.8" ,
99 "@inquirer/select" : " ^2.4.7" ,
10- "@lwc/lwc-dev-server" : " ~11.1 .0" ,
11- "@lwc/sfdc-lwc-compiler" : " ~11.1 .0" ,
10+ "@lwc/lwc-dev-server" : " ~11.5 .0" ,
11+ "@lwc/sfdc-lwc-compiler" : " ~11.5 .0" ,
1212 "@lwrjs/api" : " 0.16.3" ,
1313 "@oclif/core" : " ^4.1.0" ,
1414 "@salesforce/core" : " ^8.6.2" ,
1717 "@salesforce/sf-plugins-core" : " ^11.2.4" ,
1818 "axios" : " ^1.7.9" ,
1919 "glob" : " ^10.4.5" ,
20- "lwc" : " ~8.10.3 " ,
20+ "lwc" : " ~8.12.5 " ,
2121 "node-fetch" : " ^3.3.2"
2222 },
2323 "devDependencies" : {
218218 "apiVersionMetadata" : {
219219 "comment" : " Refer to ApiVersionMetadata in orgUtils.ts for details" ,
220220 "target" : {
221- "versionNumber" : " 63 .0" ,
222- "matchingDevServerVersion" : " ~11.1 .0"
221+ "versionNumber" : " 64 .0" ,
222+ "matchingDevServerVersion" : " ~11.5 .0"
223223 },
224224 "versionToTagMappings" : [
225225 {
You can’t perform that action at this time.
0 commit comments