Skip to content

Releases: CSOIreland/Client-API-Library

3.1.1

23 Oct 13:46
Compare
Choose a tag to compare
  • Bootstrap progress-bar (optional) added within the spinner
    1. Get the progress-bar timeout calling the method api.spinner.progress.getTimeout(unitsToProcess, unitsPerSecond)
    2. Run the progress-bar calling the method api.spinner.progress.start(progressTimeout)
    3. The progress-bar will hide automatically when the spinner ends
  • Plugin String.prototype.sprintf added
  • Plugin String.prototype.ucwords added
  • Test environment fixed

3.0.2

05 Sep 10:31
Compare
Choose a tag to compare
  • 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)