Releases: CSOIreland/Client-API-Library
Releases · CSOIreland/Client-API-Library
3.2.0
- 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
- Bootstrap progress-bar animation improved
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)