Releases: amtrack/sfdx-browserforce-plugin
Releases · amtrack/sfdx-browserforce-plugin
v4.4.2
4.4.2 (2024-11-01)
Bug Fixes
- deps: update dependency @salesforce/sf-plugins-core to v12.0.11 (5756b41)
- parse flags from browserforce base command (7fec1cb), closes #638
v4.4.1
4.4.1 (2024-10-28)
Bug Fixes
- Salesforce CPQ formConfig.json wasn't packaged. (2db9715)
- v4.4.0 was broken due to typo (dfb187d), closes #633
v4.4.0
4.4.0 (2024-10-26)
Bug Fixes
- deps: update dependencies and switch from yarn to npm (ee7ad3d)
Features
v4.3.0
4.3.0 (2024-10-25)
Features
v4.2.0
4.2.0 (2024-10-18)
Features
- add basic Slack Apps Setup (c4cbc9f)
v4.1.2
4.1.2 (2024-07-25)
This fixes an issue where the installation would take very long or even fail. #623
Bug Fixes
- deps: update dependency puppeteer to v22 (2181b83)
- puppeteer: new-headless mode is enabled by default (6baf95d)
- puppeteer: replace removed $x and waitForXpath (4436bd0)
v4.1.1
4.1.1 (2024-05-17)
Bug Fixes
- simplify login by refreshing auth on start (183259c)
v4.1.0
4.1.0 (2024-02-09)
Bug Fixes
- make RelateContactToMultipleAccounts more reliable (007ac44)
Features
- enable/disable LinkedIn Sales Navigator (6b0c41f), closes #611
v4.0.0
4.0.0 (2023-11-15)
Bug Fixes
- upgrade puppeteer to v21 now using "Chrome for Testing" (26006aa)
BREAKING CHANGES
- Puppeteer now uses "Chrome for Testing" instead of Chromium. This should make the installation of puppeteer's browser more stable especially on Mac computers with Apple silicon (M1/M2/M3).
We now use the new headless mode of Chrome.
A new README section related to Puppeteer is now available: https://github.com/amtrack/sfdx-browserforce-plugin/blob/master/README.md#puppeteer
v3.0.2
3.0.2 (2023-11-15)
Bug Fixes
- further improvements for dealing with iframes (fc4b6b5)