Releases: SalesforceCommerceCloud/b2c-developer-tooling
Releases · SalesforceCommerceCloud/b2c-developer-tooling
VS Code Extension 0.2.9
B2C DX VS Code Extension v0.2.9
Download the .vsix file below and install via:
code --install-extension b2c-vs-extension-0.2.9.vsix
Or in VS Code: Extensions → ⋯ → Install from VSIX...
@salesforce/b2c-cli@1.0.0: chore: version packages (#304)
@salesforce/b2c-cli@1.0.0
Major Changes
Minor Changes
- #305
7ad490a- Add--waitflag tomrt bundle deployto poll until deployment completes, and align all SDK wait functions (waitForJob,waitForEnv) to a consistent pattern with structuredonPollcallbacks, seconds-based options, and injectablesleepfor testing. (Thanks @clavery!)
Patch Changes
@salesforce/b2c-dx-mcp@1.0.2
Patch Changes
@salesforce/b2c-tooling-sdk@1.0.0
Major Changes
- #303
c24e920- Release v1.0 — B2C Tooling SDK is now Generally Available. Added./operations/ods,./safety, and./i18nsubpath exports. Consolidated all error types in@salesforce/b2c-tooling-sdk/errors. (Thanks @clavery!)
Minor Changes
- #305
7ad490a- Add--waitflag tomrt bundle deployto poll until deployment completes, and align all SDK wait functions (waitForJob,waitForEnv) to a consistent pattern with structuredonPollcallbacks, seconds-based options, and injectablesleepfor testing. (Thanks @clavery!)
b2c-vs-extension@0.2.9
Patch Changes
Documentation
Patch Changes
@salesforce/b2c-dx-mcp@1.0.0: chore: version packages (#291)
docs@0.2.9
docs@0.2.8
VS Code Extension 0.2.7
B2C DX VS Code Extension v0.2.7
Download the .vsix file below and install via:
code --install-extension b2c-vs-extension-0.2.7.vsix
Or in VS Code: Extensions → ⋯ → Install from VSIX...
@salesforce/b2c-dx-mcp@0.5.4
@salesforce/b2c-cli@0.10.1: chore: version packages (#282)
@salesforce/b2c-cli@0.10.1
Patch Changes
- Updated dependencies [
f7229b4]:- @salesforce/b2c-tooling-sdk@0.12.0
@salesforce/b2c-dx-mcp@0.5.3
Patch Changes
- Updated dependencies [
f7229b4]:- @salesforce/b2c-tooling-sdk@0.12.0
@salesforce/b2c-tooling-sdk@0.12.0
Minor Changes
f7229b4- AddSFCC_REDIRECT_URIenvironment variable to support implicit OAuth flow behind a proxy. Set this to your proxy URL whenlocalhost:8080isn't directly reachable by the browser. (Thanks @clavery!)
b2c-vs-extension@0.2.7
Patch Changes
- Updated dependencies [
f7229b4]:- @salesforce/b2c-tooling-sdk@0.12.0
VS Code Extension 0.2.6
B2C DX VS Code Extension v0.2.6
Download the .vsix file below and install via:
code --install-extension b2c-vs-extension-0.2.6.vsix
Or in VS Code: Extensions → ⋯ → Install from VSIX...
@salesforce/b2c-cli@0.10.0: chore: version packages (#279)
@salesforce/b2c-cli@0.10.0
Minor Changes
- #278
8c31081- Addcontent validatecommand to validate Page Designer metadefinition JSON files against bundled schemas. Supports auto-detection of schema types from file paths and content, or explicit--typeflag. Includes glob pattern support for validating multiple files. (Thanks @clavery!)
Patch Changes
@salesforce/b2c-dx-mcp@0.5.2
Patch Changes
@salesforce/b2c-tooling-sdk@0.11.0
Minor Changes
- #278
8c31081- Addcontent validatecommand to validate Page Designer metadefinition JSON files against bundled schemas. Supports auto-detection of schema types from file paths and content, or explicit--typeflag. Includes glob pattern support for validating multiple files. (Thanks @clavery!)
Patch Changes
- #274
e4b5094- Replacearchiverwithtar-fsfor MRT bundle creation, removing deprecatedglob@10.5.0from the production dependency tree (Thanks @clavery!)