Skip to content

Releases: CSOIreland/Client-API-Library

3.2.0

30 Oct 17:13
Compare
Choose a tag to compare
  • Support for Bootstrap 4.3.1 added
  • Stylesheet app.bootstrap.guideline.css updated to Bootstrap 4.3.1
  • External JS/CSS libraries updated to their latest version
  • External CDN resources consolidated over jsDeliver for resilience purpose (where applicable)

3.1.2

23 Oct 14:06
Compare
Choose a tag to compare
  • Bootstrap progress-bar animation improved

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)