-
Notifications
You must be signed in to change notification settings - Fork 6
3.5 Changes
Jason Best edited this page Nov 1, 2016
·
2 revisions
The argos-saleslogix 3.5 change list can be found here: https://github.com/Saleslogix/argos-saleslogix/wiki/3.5-Changes
All diffs from 3.4.x to 3.5 can be found here: https://github.com/Saleslogix/argos-sdk/compare/3.4.x...3.5.x
- Dynamic Application Modules
- Include all dojo cldr number.js files
- Fix issue initializing offline data for IE/Edge
- Updated PouchDB to 4.0.3
- Shortened toast time for offline check
- Percent formatter can now handle negatives
- Added view to show external links
- Link formatting is removed if
navigator.standalone = true
(iOS save to homescreen) - Security settings are re-applied when loading user preferences for quick actions
- Mix languages over the English (root) strings, so add new strings to EN will no longer break the UI when using a different language that might not have the language packs applied
- Fix related items count when related entry was null
- Updated SData Client Library to version 1.1.0
- web.config updated to remove mime types if they exist, this fixes a server error when using IIS Express as a development server
-
grunt watch
replaced with npm-watch (npm run watch
) - Pulled in latest Airbnb ES6 settings, updated ESLint dependencies
- Updated to Babel 6 (6.16)
- Replaced
grunt babel
withnpm run build
- Updated JSBit/AjaxMin to latest version (Used for command line building)