Releases: craftpip/jquery-confirm
Releases · craftpip/jquery-confirm
jquery-confirm v3.0.2
Merge pull request #193 from HackedBeat/patch-3 Center alignment by default
jquery-confirm v3.0.1
- 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
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
- Minor fixes
jquery-confirm v2.5.0
- 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
- Added closeAnimation
- Added $('a').confirm() to emulate confirm();
- Smoother animations
- Changed backgroundDismiss animation
- Updated documentation
jquery-confirm v1.8.0
- A new logo,
- Fixed some typos
- Created aliases
jquery-confirm v1.7.9
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
- RTL support
- Option to select keyboard action keys
- Other fixes.
jquery-confirm v1.7.5
- Callbacks added, onOpen, onClose, onAction
- Improved docs.