Skip to content

Releases: dday9/Bootstrap-Confirmation-Modal

v2.4

26 Mar 20:03

Choose a tag to compare

New Features:

  • Added the ability to hide action buttons and the footer in its entirety.

v2.3

13 Jan 17:19

Choose a tag to compare

Refactors:

  • Refactored v5 to be a JavaScript class
  • Refactored v5 to use private class methods
  • Refactored v5 show method to be static

v2.2

03 Jan 15:39

Choose a tag to compare

Refactors:

  • Broke the buildDom method into multiple shorter functions to improve readability.

v2.1

30 Aug 14:45

Choose a tag to compare

New Additions:

  • Added a v5 demo

Refactors:

  • Removed the need for the extraneous config property.
  • Change the syntax to use confirmationModal.show instead of bootstrapConfirmation

Release 2

16 Jul 21:45
a791e65

Choose a tag to compare

Updated to accommodate Bootstrap 5.

  • Created a vanilla JavaScript Bootstrap 5 version
  • Split the Bootstrap 4 and Bootstrap 5 versions into their own directories

Initial Release

12 Nov 00:39
b30140d

Choose a tag to compare

Initial release of Bootstrap Confirmation modal! Includes:

  • Dynamic creation of DOM that represents a Bootstrap 4.5.3 modal.
  • Method by which to show the modal on the fly