Releases: amtrack/sfdx-browserforce-plugin
Releases · amtrack/sfdx-browserforce-plugin
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
v3.0.1
v3.0.0
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
v2.11.2
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
v2.11.0
2.11.0 (2023-05-12)
Features
- add Company Information > Currency Locale (2aac2fc) (Thank you jonathankretzmer 🚀 )