Skip to content

Commit 3e1c4cd

Browse files
committed
chore(release): 3.2.0 [skip ci]
1 parent 41155bf commit 3e1c4cd

File tree

3 files changed

+44
-3
lines changed

3 files changed

+44
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# [3.2.0](https://github.com/salesforcecli/plugin-lightning-dev/compare/3.1.2...3.2.0) (2025-02-12)
2+
3+
### Features
4+
5+
- scaffolding for single component preview command @W-17803218 ([#336](https://github.com/salesforcecli/plugin-lightning-dev/issues/336)) ([41155bf](https://github.com/salesforcecli/plugin-lightning-dev/commit/41155bf5f90cec75b961b0eeed605ca471cad11b))
6+
17
## [3.1.2](https://github.com/salesforcecli/plugin-lightning-dev/compare/3.1.1...3.1.2) (2025-02-11)
28

39
### Bug Fixes

README.md

Lines changed: 37 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ yarn update-snapshots
140140
<!-- commands -->
141141

142142
- [`sf lightning dev app`](#sf-lightning-dev-app)
143+
- [`sf lightning dev component`](#sf-lightning-dev-component)
143144
- [`sf lightning dev site`](#sf-lightning-dev-site)
144145

145146
## `sf lightning dev app`
@@ -200,7 +201,41 @@ EXAMPLES
200201
$ sf lightning dev app --target-org myOrg --device-type ios --device-id "iPhone 15 Pro Max"
201202
```
202203

203-
_See code: [src/commands/lightning/dev/app.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/3.1.2/src/commands/lightning/dev/app.ts)_
204+
_See code: [src/commands/lightning/dev/app.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/3.2.0/src/commands/lightning/dev/app.ts)_
205+
206+
## `sf lightning dev component`
207+
208+
Preview LWC components in isolation.
209+
210+
```
211+
USAGE
212+
$ sf lightning dev component -o <value> [--json] [--flags-dir <value>] [-n <value>]
213+
214+
FLAGS
215+
-n, --name=<value> Description of a flag.
216+
-o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
217+
configuration variable is already set.
218+
219+
GLOBAL FLAGS
220+
--flags-dir=<value> Import flag values from a directory.
221+
--json Format output as json.
222+
223+
DESCRIPTION
224+
Preview LWC components in isolation.
225+
226+
Preview LWC components in isolation. Replacement for:
227+
https://developer.salesforce.com/docs/platform/sfvscode-extensions/guide/lwclocaldev.html
228+
229+
EXAMPLES
230+
$ sf lightning dev component
231+
232+
FLAG DESCRIPTIONS
233+
-n, --name=<value> Description of a flag.
234+
235+
More information about a flag. Don't repeat the summary.
236+
```
237+
238+
_See code: [src/commands/lightning/dev/component.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/3.2.0/src/commands/lightning/dev/component.ts)_
204239

205240
## `sf lightning dev site`
206241

@@ -254,6 +289,6 @@ EXAMPLES
254289
$ sf lightning dev site --name "Partner Central" --target-org myOrg --get-latest
255290
```
256291

257-
_See code: [src/commands/lightning/dev/site.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/3.1.2/src/commands/lightning/dev/site.ts)_
292+
_See code: [src/commands/lightning/dev/site.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/3.2.0/src/commands/lightning/dev/site.ts)_
258293

259294
<!-- 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": "3.1.2",
4+
"version": "3.2.0",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)