Skip to content

4.2 Changes

Jason edited this page Apr 13, 2022 · 4 revisions

All diffs from 4.1.x to 4.2

Changes

  • Fix padding issues on login
  • Update help to reflect that contact lookup is "starts with", and not "contains"
  • Performance fixes for contact lookup
  • Activity attendee support
  • History attendee support
  • Added the current logged in user to the about dialog (Main nav -> Other -> About)
  • Application cache was replaced with service workers for offline support
    • Application cache has been deprecated and browsers will drop support in the future
  • Removed SData URL on login, the SData connection in the configuration will be used instead
  • Default groups are now persisted per user, which was causing issues if multiple logins were used on the same device/browser
  • When inserting a new activity, the category lookup is disabled for personal activities
    • This matches functionality found in the web client
  • Password expiration messaged added to login instead of a generic server error message
  • BackOffice Integration: Warehouse is now required when enabled
  • BackOffice Integration: Fix issues with quote pricing
  • If using activity/history associations in 8.4.0.4 or higher, activity and history views will be modified to view those associations and always show the lead
    • The old "for lead" toggle is removed on 8.4.04 and higher
    • New associations related list has a quick action to remove associations

Dev changes

  • Development server in the scripts folder now uses express instead of Hapi
    • Hapi will stop receiving support by the end of the year (2020)
    • The scripts/config.json has some syntax changes, see the default.config.json file for details
      • http2 is now https
      • The value for protocol is now "https:" or "http:" (colon was added)
  • Fixed several deprecation warnings in the console
  • Added end to end (e2e) tests using Playwright
  • package.json updates
    • babel-eslint updated from 10.0.3 to 10.1.0
    • eslint updated from 6.8.0 to 7.4.0
    • grunt updated from 1.0.4 to 1.2.1
    • grunt-contrib-jasmine updated from 2.1.0 to 2.2.0
    • jsdoc updated from 3.6.3 to 3.6.4
    • less updated from 3.10.3 to 3.11.3
    • less-loader updated from 5.0.0 to 6.2.0
    • Removed h2o2, hapi, inert, and spdy
    • Added chai, debug, dotenv, express, http-proxy, mocha, playwright, and servce-index

See Also

4.2 Changes for argos-sdk

Clone this wiki locally