Skip to content

Releases: amtrack/sfdx-browserforce-plugin

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)

v3.0.1

15 Nov 11:12
Compare
Choose a tag to compare

3.0.1 (2023-11-15)

Bug Fixes

  • deps: update dependency @salesforce/sf-plugins-core to v4.1.1 (66496bc)
  • handle new enhanced domains (d5e4574)
  • make clicking in LWC more robust (7ac69a2)
  • make handling LWC components in iframes more robust (57306da)

v3.0.0

27 Oct 11:27
Compare
Choose a tag to compare

3.0.0 (2023-10-27)

Code Refactoring

  • use sf plugin style and rewrite diff mechanism (3425175)

BREAKING CHANGES

  • flag deprecation and rewritten diff mechanism
  • The --targetusername will be deprecated, please use --target-org.
  • The diff mechanism has been rewritten from scratch. The behaviour of the command should be the same but the output has changed in some cases.

v2.11.3

11 Oct 20:09
f595555
Compare
Choose a tag to compare

2.11.3 (2023-10-11)

Bug Fixes

  • Winter 24 changes in HighVelocitySales UI (f930f5d)

v2.11.2

09 Oct 20:32
Compare
Choose a tag to compare

2.11.2 (2023-10-09)

Bug Fixes

  • allow deleting inactive picklist values (8386eaa)
  • make enabling HighVelocitySales more robust (85529c2)
  • make setting relateContactToMultipleAccounts more robust (ad892d9)
  • retry every picklist action because of possible ongoing operations (b49efba)
  • retry on picklist operation in progress (8dcd216)
  • try to make setting RelateContactToMultipleAccounts more reliable (d89deca)

v2.11.1

08 Oct 20:29
Compare
Choose a tag to compare

2.11.1 (2023-10-08)

Bug Fixes

  • retrieving setting for relateContactToMultipleAccounts (cf11dc1)
  • use more robust variant of clicking elements searched via xpath (c725182)

Performance Improvements

  • actively close pages to reduce memory usage (e350db5)

v2.11.0

12 May 13:13
2aac2fc
Compare
Choose a tag to compare

2.11.0 (2023-05-12)

Features

v2.10.0

02 Dec 14:37
18aca00
Compare
Choose a tag to compare

2.10.0 (2022-12-02)

Features

  • enable/disable Opportunity Splits (cd1e60e)

v2.9.14

27 Oct 07:08
d6af16c
Compare
Choose a tag to compare

2.9.14 (2022-10-27)

Reverts

  • Revert "chore(CI): allow running workflows for PRs from forks" [skip ci] (02a2ec8)