Skip to content

Commit 92a0c28

Browse files
committed
chore(release): 4.3.0 [skip ci]
1 parent 2d9fb17 commit 92a0c28

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# [4.3.0](https://github.com/salesforcecli/plugin-lightning-dev/compare/4.2.0...4.3.0) (2025-07-11)
2+
3+
### Features
4+
5+
- move component preview to org ([#447](https://github.com/salesforcecli/plugin-lightning-dev/issues/447)) ([2d9fb17](https://github.com/salesforcecli/plugin-lightning-dev/commit/2d9fb17e09a5fb68356e688335180e36d3a4f1dc))
6+
17
# [4.2.0](https://github.com/salesforcecli/plugin-lightning-dev/compare/4.1.7...4.2.0) (2025-07-11)
28

39
### Features

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -201,20 +201,21 @@ EXAMPLES
201201
$ sf lightning dev app --target-org myOrg --device-type ios --device-id "iPhone 15 Pro Max"
202202
```
203203

204-
_See code: [src/commands/lightning/dev/app.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/4.2.0/src/commands/lightning/dev/app.ts)_
204+
_See code: [src/commands/lightning/dev/app.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/4.3.0/src/commands/lightning/dev/app.ts)_
205205

206206
## `sf lightning dev component`
207207

208208
[Beta] Preview LWC components in isolation.
209209

210210
```
211211
USAGE
212-
$ sf lightning dev component [--json] [--flags-dir <value>] [-n <value>] [-c] [-o <value>]
212+
$ sf lightning dev component -o <value> [--json] [--flags-dir <value>] [-n <value>] [-c]
213213
214214
FLAGS
215215
-c, --client-select Launch component preview without selecting a component
216216
-n, --name=<value> Name of a component to preview.
217-
-o, --target-org=<value> Username or alias of the target org.
217+
-o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
218+
configuration variable is already set.
218219
219220
GLOBAL FLAGS
220221
--flags-dir=<value> Import flag values from a directory.
@@ -247,7 +248,7 @@ EXAMPLES
247248
$ sf lightning dev component --name myComponent
248249
```
249250

250-
_See code: [src/commands/lightning/dev/component.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/4.2.0/src/commands/lightning/dev/component.ts)_
251+
_See code: [src/commands/lightning/dev/component.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/4.3.0/src/commands/lightning/dev/component.ts)_
251252

252253
## `sf lightning dev site`
253254

@@ -303,6 +304,6 @@ EXAMPLES
303304
$ sf lightning dev site --name "Partner Central" --target-org myOrg --get-latest
304305
```
305306

306-
_See code: [src/commands/lightning/dev/site.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/4.2.0/src/commands/lightning/dev/site.ts)_
307+
_See code: [src/commands/lightning/dev/site.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/4.3.0/src/commands/lightning/dev/site.ts)_
307308

308309
<!-- commandsstop -->

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@salesforce/plugin-lightning-dev",
33
"description": "Lightning development tools for LEX, Mobile, and Experience Sites",
4-
"version": "4.2.0",
4+
"version": "4.3.0",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)