Releases: keejelo/EasyDialogBox
EasyDialogBox 1.735.64
- Added a shorthand "dlg-toast" for creating toasts easier.
- Updated the documentation.
EasyDialogBox 1.735.63
- Updated code so that [X] close button still appear when using class "dlg-disable-heading", it's more user friendly to have a closebutton.
It is still positioned in rightmost upper corner.
EasyDialogBox 1.735.62
- Added a new shorthand method ".color()" , for setting same color to border and heading.
- Updated documentation
EasyDialogBox 1.735.61
- Improved dragging when using multiple dialogboxes, now drag-function is locked on to the box that is currently being dragged,
never looses focus of the box until it is dropped. Before, when dragging fast it could sometimes change focus to other boxes
when dragged over them, and start dragging those instead. Now fixed.
EasyDialogBox 1.735.60
-
Moved some height adjustments from method ".show()" and ".height()" to CSS instead of dynamically setting it in JS code.
Updated the CSS files with the new changes:
-- Removed: "margin-bottom:25px" from class ".dlg-message"
-- Changed: "margin-top:10px" to "margin-top:25px" in class ".dlg-footer"Tested working in Win10 with latest Chrome, Firefox, Edge and IE11.
(IE9/10 + "dlg-nomodal" + "dlg-multi": Only partial support due to CSS "pointer-events:none" not available in these browser versions.)
EasyDialogBox 1.735.59
-
Minor cleanup
-
Updated method "obj.hide()" with optional delay and optional skipping of "obj.hide()" method.
-
Updated documentation with latest info and more examples.
Tested working in Win10 with latest Chrome, Firefox, Edge and IE11.
(IE9/10 + "dlg-nomodal" + "dlg-multi": Only partial support due to CSS "pointer-events:none" not available in these browser versions.)
EasyDialogBox 1.735.57
Added flags "dlg-nomodal" and "dlg-multi", also updated the documentation.
Tested working in Win10 with latest Chrome, Firefox, Edge and IE11.
(IE9/10 + "dlg-nomodal" + "dlg-multi": Only partial support due to CSS "pointer-events:none" not available in these browser versions.)
EasyDialogBox 1.735.56
Minor cleanup after previous versions.
Tested (Win10) working in latest browsers Chrome, Firefox, Edge, IE11.
EasyDialogBox 1.735.55
- Added a string fixer that corrects "dlg" class strings if containing several spaces, important that they
are separated by one space only. This fixes these errors, should they occur.
EasyDialogBox 1.735.54
- Improved zindexing when using multiple dialogs, brings dialog to top when clicked on, corrects zindex order.
Tested working in Win10 with latest Chrome, Firefox, Edge and IE11
(IE9-10 does not support multiple dialogs yet, but everything else works as before)