Releases: GedMarc/bootstrap4-dialog
Releases · GedMarc/bootstrap4-dialog
Bootstrap 5 Versioning and Map File
V4.4.3
V4.4.2
Minor patch update
Bootstrap 5 Support
Big thanks to @codehead for doing a perfect PR for Bootstrap 5 Support
Patch release for min and dist folders
Service Pack Release for Draggable for Firefox
V4.3.8
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
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/[email protected]/dist/js/bootstrap-dialog.js"></script>Resolves #27
V4.3.5
Thanks to @michael-maltsev
Redo fixes broken by merge conflicts in last release