Skip to content

Releases: keejelo/EasyDialogBox

EasyDialogBox 1.735.64

21 Jul 11:24
b6f45a6
Compare
Choose a tag to compare
  • Added a shorthand "dlg-toast" for creating toasts easier.
  • Updated the documentation.

EasyDialogBox 1.735.63

20 Jul 16:18
b070539
Compare
Choose a tag to compare
  • 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

20 Jul 09:59
65c00d7
Compare
Choose a tag to compare
  • Added a new shorthand method ".color()" , for setting same color to border and heading.
  • Updated documentation

EasyDialogBox 1.735.61

18 Jul 11:18
e796242
Compare
Choose a tag to compare
  • 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

16 Jul 14:02
932f9e0
Compare
Choose a tag to compare
  • 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

15 Jul 16:00
08f44ad
Compare
Choose a tag to compare
  • 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

14 Jul 15:24
de350fb
Compare
Choose a tag to compare

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

13 Jul 17:00
6acf60e
Compare
Choose a tag to compare

Minor cleanup after previous versions.
Tested (Win10) working in latest browsers Chrome, Firefox, Edge, IE11.

EasyDialogBox 1.735.55

13 Jul 14:59
d449492
Compare
Choose a tag to compare
  • 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

13 Jul 14:04
619a4b9
Compare
Choose a tag to compare
  • 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)