Releases: mistic100/Bootstrap-Confirmation
Releases · mistic100/Bootstrap-Confirmation
v4.0.0
Compatible with Bootstrap 4 only (for Bootstrap 3, use version 2.x.x).
v2.4.1
- #58 Add
value
attribute to custom buttons
- Move Bootstrap to peers dependencies
v2.4.0
- New navigation with keyboard
- New customizable attributes for custom buttons
- Fix compatibility with jQuery 3 with new
rootSelector
parameter
- Cancel original event when using selector delegation
v2.3.1
Hotfix: not working anymore on links
v2.3.0
- Support "content"
- Possibility to define custom buttons
- Stop propagation on click on tooltip window
- Restore tooltip state on 'hide'
v2.2.0
Fix #20 confirmation don't show after cancelled with BT >= 3.3.5
Fix #15 add "copyAttributes" parameter
v2.1.3
- do not copy href when it's "#"
- compatibility fix for Bootstrap 2.3.5
v2.1.2
- fix popout and singleton with selector delegate
v2.1.0
change package name to bootstrap-confirmation2
v2.0.0
change options names again (now I know how jQuery handles data attrib…