Releases: CSOIreland/Client-API-Library
Releases · CSOIreland/Client-API-Library
3.1.1
- Bootstrap progress-bar (optional) added within the spinner
- Get the progress-bar timeout calling the method
api.spinner.progress.getTimeout(unitsToProcess, unitsPerSecond)
- Run the progress-bar calling the method
api.spinner.progress.start(progressTimeout)
- The progress-bar will hide automatically when the spinner ends
- Get the progress-bar timeout calling the method
- Plugin
String.prototype.sprintf
added - Plugin
String.prototype.ucwords
added - Test environment fixed
3.0.2
- Client API Library imported from CSO's CDN
- Project structure refactored for GitHub
- api.ajax.config(callback) extended to api.ajax.config(url, callback).
url
is the location of the config file - api.ajax.config() logs in Console rather than Alert
- Plugin Cookie Consent removed (it must be included in the application to allow customization)