Releases: craftpip/jquery-confirm
Releases · craftpip/jquery-confirm
jquery-confirm v3.3.4
jquery-confirm v3.3.3
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
- added payload argument to onClose
let a = $.confirm({
onClose: function(payload){
// get the payload.
}
});
a.close(myPayload);
jquery-confirm v3.3.1
Quick improvement from v3.3.0
- Let the user remove all buttons, pass false in buttons attribute
jquery-confirm v3.3.0
[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
- Added lazyOpen option
- Added button properties isHidden and isDisabled
- setBoxWidth method added
- bug fixes
jquery-confirm v3.2.0
jquery-confirm v3.1.1
- fixes #228 theme not centered when not using bootstrap
- removed unnecessary console logs
jquery-confirm v3.1.0
- Support for bootstrap v4
- Draggable dialogs
- Added options animateScrollToElement, alignMiddle, offsetTop, offsetBottom and drawWindowGap
jquery-confirm v3.0.3
- 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