Releases: amtrack/sfdx-browserforce-plugin
Releases · amtrack/sfdx-browserforce-plugin
v6.2.1
24 Mar 20:00
Compare
Sorry, something went wrong.
No results found
6.2.1 (2026-03-24)
Bug Fixes
CPQ: refine locator for save button Allow vs. Deny (e1989e5 ), closes #741
v6.2.0
06 Mar 09:53
Compare
Sorry, something went wrong.
No results found
6.2.0 (2026-03-06)
Bug Fixes
apply workaround for HVS since Spring 26 (171ccf2 )
Features
support Field History Tracking for managed Person Account fields (#737 ) (770cee4 )
v6.1.0
22 Feb 15:46
Compare
Sorry, something went wrong.
No results found
6.1.0 (2026-02-22)
Features
allow updating Auth Provider Consumer Key and Secret (a851e07 )
v6.0.2
29 Jan 12:14
Compare
Sorry, something went wrong.
No results found
6.0.2 (2026-01-29)
Bug Fixes
replace custom implementation with org.getFrontDoorUrl() (1e5b408 )
v6.0.1
27 Jan 14:43
Compare
Sorry, something went wrong.
No results found
6.0.1 (2026-01-27)
Bug Fixes
pass correct flags to playwright (3063d1a )
v6.0.0
27 Jan 13:40
Compare
Sorry, something went wrong.
No results found
6.0.0 (2026-01-27)
Code Refactoring
remove deprecated --targetusername flag (c10f700 )
Features
add --dry-run flag to apply command (a8da2e7 )
replace Puppeteer with Playwright (8f4200b ), closes #706
BREAKING CHANGES
Puppeteer has been replaced with Playwright.
Browsers are no longer installed automatically.
Install a browser explicitly:
sf browserforce playwright -- install chromium
Or configure an existing browser via any of these environment variables:
BROWSERFORCE_BROWSER_CHANNEL=" chrome"
BROWSERFORCE_BROWSER_EXECUTABLE_PATH=" /usr/bin/google-chrome"
CHROME_BIN=" /usr/bin/google-chrome"
The plan command has been removed.
Use "apply --dry-run" instead.
The --targetusername (-u) flag has been removed.
Use --target-org (-o) instead.
v6.0.0-next.11
27 Jan 13:03
Compare
Sorry, something went wrong.
No results found
Bug Fixes
pass retry options from flags (72c6ee4 )
v6.0.0-next.10
27 Jan 08:53
Compare
Sorry, something went wrong.
No results found
v6.0.0-next.9
22 Jan 15:26
Compare
Sorry, something went wrong.
No results found
Bug Fixes
always use salesforce-setup.com for lightning setup pages (fe83d34 )
v6.0.0-next.8
22 Jan 13:03
Compare
Sorry, something went wrong.
No results found
Bug Fixes
Features
implement environment variables using flags (504b4de )