Skip to content

Releases: craftpip/jquery-confirm

jquery-confirm v3.0.2

14 Jan 11:35
Compare
Choose a tag to compare
jquery-confirm v3.0.2 Pre-release
Pre-release
Merge pull request #193 from HackedBeat/patch-3

Center alignment by default

jquery-confirm v3.0.1

08 Nov 13:00
Compare
Choose a tag to compare
  • Removed bootstrap as dependency
  • Added dialog type to identify success, failure, etc.
  • Animate scroll to previous focused element
  • titleClass option added

jquery-confirm v3.0.0

06 Nov 19:14
Compare
Choose a tag to compare

no backwards compatible with v2.

  • Define multiple buttons
  • Define keyboard keys for individual buttons
  • Added setContentPrepend, setContentAppend for control over content.
  • Added functions to enable, disable, show, hide, and more for buttons.
  • Added aliases for columnClass
  • Added bgOpacity
  • Added containerFluid
  • Added backgroundDismiss animations
  • Added callbacks, onContentReady, onOpenBefore, onDestroy
  • Docs added for custom animations and themes
  • Animation fixes when loading via Ajax
  • Restructured code
  • Bind button to closeIcon event
  • Bind button to backgroundDismiss event
  • Now created and destroyed instances can be reopened.
  • Bug fixes

jquery-confirm v2.5.1

28 Mar 06:02
Compare
Choose a tag to compare
  • Minor fixes

jquery-confirm v2.5.0

21 Jan 20:34
Compare
Choose a tag to compare
  • Added closeIconClass
  • Added this.$target
  • Changed modal template
  • Watches modal for new changes auto set to center
  • New documentation
  • Added new theme 'material' and 'bootstrap'
  • Removed themes 'holodark' and 'hololight'
  • Improved performance

jquery-confirm v2.0.0

20 Nov 16:42
Compare
Choose a tag to compare
  • Added closeAnimation
  • Added $('a').confirm() to emulate confirm();
  • Smoother animations
  • Changed backgroundDismiss animation
  • Updated documentation

jquery-confirm v1.8.0

07 Nov 16:18
Compare
Choose a tag to compare
  • A new logo,
  • Fixed some typos
  • Created aliases

jquery-confirm v1.7.9

21 Oct 05:51
Compare
Choose a tag to compare

Fixed a bug that caused the Modal to close when pressing Space or Enter on an input element inside the modal.

jquery-confirm v1.7.8

13 Sep 06:25
Compare
Choose a tag to compare
  • RTL support
  • Option to select keyboard action keys
  • Other fixes.

jquery-confirm v1.7.5

03 Aug 20:07
Compare
Choose a tag to compare
  • Callbacks added, onOpen, onClose, onAction
  • Improved docs.