Skip to content

Releases: CSOIreland/Client-API-Library

5.0.5-RTM

21 Oct 11:17
Compare
Choose a tag to compare

bug fix for error modal not showing title if present in json

Full Changelog: 5.0.4-RTM...5.0.5-RTM

5.0.4-RTM

25 Apr 10:54
Compare
Choose a tag to compare

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

11 Apr 15:26
Compare
Choose a tag to compare

bug fix for confirm cancel modal

Full Changelog: 5.0.2-RTM...5.0.3-RTM

5.0.2-RTM

08 Apr 15:07
Compare
Choose a tag to compare

non json cookie bug fix

Full Changelog: 5.0.1-RTM...5.0.2-RTM

5.0.1-RTM

03 Apr 09:09
Compare
Choose a tag to compare

bug fix to popup messages to allow for non json

Full Changelog: 5.0.0-RTM...5.0.1-RTM

5.0.0-RTM

14 Mar 14:53
Compare
Choose a tag to compare

bootstrap 5 compatible release

5.0.0-RC1b6

13 Mar 12:52
Compare
Choose a tag to compare
5.0.0-RC1b6 Pre-release
Pre-release

cookies.js extensions functions added

5.0.0-RC1b5

19 Feb 12:32
Compare
Choose a tag to compare
5.0.0-RC1b5 Pre-release
Pre-release

confirm modal button fix

5.0.0-RC1b4

16 Feb 11:39
Compare
Choose a tag to compare
5.0.0-RC1b4 Pre-release
Pre-release

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

14 Dec 15:51
Compare
Choose a tag to compare
5.0.0-RC1b3 Pre-release
Pre-release

changed confirm modal to take callback function and params