Skip to content

Releases: craftpip/jquery-confirm

jquery-confirm v3.3.4

11 Jan 10:27
Compare
Choose a tag to compare

Fixed bugs #454 & #453 caused due to previous release,

jquery-confirm v3.3.3

31 Dec 06:19
Compare
Choose a tag to compare
jquery-confirm v3.3.3 Pre-release
Pre-release

Thanks to the contributors for sharing the changes,

  • Safari height bug fix
  • Fixed isClosed bug on firefox
  • Remove scroll to top when content height changes
  • Added support for commonJS and AMD

I apologize for the painfully delayed release, 🙏
My day job consumes all my time and energy, Its my new years resolution to try and keep this project updated.

jquery-confirm v3.3.2

16 Aug 07:05
Compare
Choose a tag to compare
  • added payload argument to onClose
let a = $.confirm({
    onClose: function(payload){
        // get the payload.
    }
});
a.close(myPayload);

jquery-confirm v3.3.1

10 Aug 19:17
Compare
Choose a tag to compare

Quick improvement from v3.3.0

  • Let the user remove all buttons, pass false in buttons attribute

jquery-confirm v3.3.0

10 Aug 14:05
Compare
Choose a tag to compare

[Compare changes] (v3.2.3...v3.3.0)

  • Moved overflow scroll inside modal #286
  • Improved draggable
  • Added 'animateFromElement' method
  • Added 'smoothScroll' option
  • Added 'hilight' option
  • Added 'showLoading','hideLoading' option
  • Accept jquery dom element in content #313
  • Updated docs
  • 'setDialogCenter' method deprecated, dialog centered with CSS tables
  • 'alignMiddle' method deprecated
  • fixes #255 #307 290

jquery-confirm v3.2.3

21 May 15:12
Compare
Choose a tag to compare
  • Added lazyOpen option
  • Added button properties isHidden and isDisabled
  • setBoxWidth method added
  • bug fixes

jquery-confirm v3.2.0

29 Mar 13:41
Compare
Choose a tag to compare
  • A new theme "modern" added
  • fixed bugs #242 #248
  • fixed RTL #201

jquery-confirm v3.1.1

09 Mar 12:30
Compare
Choose a tag to compare
  • fixes #228 theme not centered when not using bootstrap
  • removed unnecessary console logs

jquery-confirm v3.1.0

21 Feb 15:26
Compare
Choose a tag to compare
  • Support for bootstrap v4
  • Draggable dialogs
  • Added options animateScrollToElement, alignMiddle, offsetTop, offsetBottom and drawWindowGap

jquery-confirm v3.0.3

14 Jan 11:51
Compare
Choose a tag to compare
  • Setting defaults fixed
  • added docs for prompt dialog
  • added setType method
  • users can now create custom type styles
  • removed the annoying debug console log
  • other fixes