Skip to content

Releases: GedMarc/bootstrap4-dialog

Bootstrap 5 Versioning and Map File

10 Aug 22:25
Compare
Choose a tag to compare

Updates for Bootstrap 5 versions and the inclusion of map files for the CSS min generation

#46
#45

V4.4.3

17 May 12:09
Compare
Choose a tag to compare

Enable support for bootstrap 5.0.2 (5.0.1 unsupported)
Update examples to JQuery 3.6.0

#41
#46
#45

V4.4.2

30 Jan 01:31
Compare
Choose a tag to compare

Thanks to @wladiz2001 for verticalCentered support

#40

Minor patch update

07 Oct 18:32
Compare
Choose a tag to compare

Nested Modals lost scrolling fix

Resolves #33 #39

Bootstrap 5 Support

25 Aug 15:03
473a349
Compare
Choose a tag to compare

Big thanks to @codehead for doing a perfect PR for Bootstrap 5 Support

Patch release for min and dist folders

21 Feb 15:14
Compare
Choose a tag to compare

Service Pack Release for Draggable for Firefox

12 Feb 07:23
9f01df7
Compare
Choose a tag to compare

V4.3.8

12 Oct 21:08
Compare
Choose a tag to compare

Updates from @michael-maltsev

Improved Draggable - Prevents interactions with the rest of the page while dragging.
Keyboard Revert -
Because:

It's already implemented by handling keyup.
It doesn't handle other cases such as a non-closable dialog.
It cannot be changed dynamically.

Update versioning to support jsdelivr CDN

12 Sep 03:42
Compare
Choose a tag to compare

JSDelivr requires that the version be declared as a pure number.

For backwards support you can directly refernence the release :-

<script src="https://cdn.jsdelivr.net/gh/GedMarc/bootstrap4-dialog@V4.3.5/dist/js/bootstrap-dialog.js"></script>

Resolves #27

V4.3.5

01 May 12:08
Compare
Choose a tag to compare

Thanks to @michael-maltsev
Redo fixes broken by merge conflicts in last release