Skip to content

Releases: amtrack/sfdx-browserforce-plugin

v4.4.2

01 Nov 09:12
e46e164
Compare
Choose a tag to compare

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

28 Oct 19:19
22cab69
Compare
Choose a tag to compare

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

26 Oct 19:31
bacc233
Compare
Choose a tag to compare

4.4.0 (2024-10-26)

Bug Fixes

  • deps: update dependencies and switch from yarn to npm (ee7ad3d)

Features

v4.3.0

25 Oct 15:59
3d516ff
Compare
Choose a tag to compare

4.3.0 (2024-10-25)

Features

v4.2.0

18 Oct 18:56
dfbd187
Compare
Choose a tag to compare

4.2.0 (2024-10-18)

Features

  • add basic Slack Apps Setup (c4cbc9f)

v4.1.2

25 Jul 19:07
961a41e
Compare
Choose a tag to compare

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

17 May 20:17
60ecd09
Compare
Choose a tag to compare

4.1.1 (2024-05-17)

Bug Fixes

  • simplify login by refreshing auth on start (183259c)

v4.1.0

09 Feb 23:26
bfa2e79
Compare
Choose a tag to compare

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

15 Nov 17:19
fe69d9d
Compare
Choose a tag to compare

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

15 Nov 17:07
b575515
Compare
Choose a tag to compare

3.0.2 (2023-11-15)

Bug Fixes

  • further improvements for dealing with iframes (fc4b6b5)