Skip to content

5.0.0-RC1b4

Pre-release
Pre-release
Compare
Choose a tag to compare
@lanesCSO lanesCSO released this 16 Feb 11:39
· 13 commits to master since this 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