Releases: CSOIreland/Client-API-Library
Releases · CSOIreland/Client-API-Library
5.0.5-RTM
5.0.4-RTM
enhancement -- allow jsonrpc request error modal to be conditionally hidden with new attribute [pHideSuccessErrorModal]
Full Changelog: 5.0.3-RTM...5.0.4-RTM
5.0.3-RTM
bug fix for confirm cancel modal
Full Changelog: 5.0.2-RTM...5.0.3-RTM
5.0.2-RTM
non json cookie bug fix
Full Changelog: 5.0.1-RTM...5.0.2-RTM
5.0.1-RTM
bug fix to popup messages to allow for non json
Full Changelog: 5.0.0-RTM...5.0.1-RTM
5.0.0-RTM
5.0.0-RC1b6
cookies.js extensions functions added
5.0.0-RC1b5
confirm modal button fix
5.0.0-RC1b4
bug fixes
- change api.modal.error to work with html list
- change api.modal.confirmation to use correct classes on warning buttons
Enhancement
- removed opacity class and changed to visible/invisible nav-loader (code change below)
OLD
<div class="fa-1x mt-1">
<i id="nav-loader" class="fas fa-spinner fa-rotate-90 opacity-0 text-yellow fa-spin"></i>
</div>
NEW
<div class="fa-1x mt-1">
<i id="nav-loader" class="fas fa-spinner fa-rotate-90 invisible text-yellow fa-spin"></i>
</div>
Full Changelog: 5.0.0-RC1b3...5.0.0-RC1b4
5.0.0-RC1b3
changed confirm modal to take callback function and params