Skip to content

Releases: keejelo/EasyDialogBox

EasyDialogBox 1.74

05 Aug 17:00
2d9b63c
Compare
Choose a tag to compare
  • Cleaned up and simplified the method "myObj.$()", still works in the same way, just didn't need to be so complicated. Also more predictable and stable queryresults.

  • Updated the documentation.

    Tested working on Win10, in latest versions of browsers: Chrome, Firefox, Edge, Opera, IE11 (+8-9-10 emulated)

EasyDialogBox 1.735.72

01 Aug 16:43
cb42d59
Compare
Choose a tag to compare
  • Added method to add custom buttons to footer.

  • Updated the documentation.

    Tested working on Win10, in latest versions of browsers: Chrome, Firefox, Edge, Opera, IE11 (+8-9-10 emulated).

    Note about IE 8-9-10 emulated: when using "dlg-multi" you have to click on some text or element to switch between dialogs,
    no errors discovered during testing.

EasyDialogBox 1.735.71

31 Jul 14:18
d931caf
Compare
Choose a tag to compare
  • Fixed a minor bug where method "myObj.$(...)" didn't always return null if element not found. Now it's fixed.

    Tested working on Win10, in latest versions of browsers: Chrome, Firefox, Edge, Opera, IE11 (+8-9-10 emulated)

    Note about IE 8-9-10 emulated: when using "dlg-multi" you have to click on some text or element to switch between dialogs,
    no errors discovered during testing.

EasyDialogBox 1.735.70

30 Jul 16:06
1e24038
Compare
Choose a tag to compare
  • Cleaned up the code a little: removed variable "myObj.bHidden" since it ended up doing the same as "myObj.bVisible", no reason to have two that does the same.

  • Improved module init code, now it executes on its own, do not need to make it run with outer function anymore: "EasyDialogBox.init();"

  • Updated the documentation.

    Tested working on Win10, in latest versions of browsers: Chrome, Firefox, Edge, Opera, IE11 (+8-9-10 emulated)
    Note about IE 8-9-10 emulated: when using "dlg-multi" you have to click on some text or element to switch between dialogs,
    no errors discovered during testing.

EasyDialogBox 1.735.69.1

29 Jul 15:58
1ebeb71
Compare
Choose a tag to compare
  • Updated the documentation.

  • No changes made in the javascript sourcefiles "easydlg.js" and "easydlg.min.js", they are the same as in previous release.

  • Fixed some minor "bug" in the files "easydlg.css" and "easydlg_bootstrap.css" :
    --> Set "overflow:hidden;" when using flags "dlg-disable-overlay", "dlg-nomodal" and "dlg-multi".
    (Although this breaks responsiveness a little, think it works ok for now)

EasyDialogBox 1.735.69

27 Jul 15:48
51d3c0d
Compare
Choose a tag to compare
  • Improved legacy-browser code, now works even better in older browsers (even minified fileversion works in IE8 (emulated))
    Tested working on Win10, in latest versions of browsers: Chrome, Firefox, Edge, Opera, IE11 (+8-9-10 emulated)
    Note about IE 8-9-10 emulated: when using "dlg-multi" you have to click on some text or element to switch between dialogs,
    no errors discovered during testing.

EasyDialogBox 1.735.68

24 Jul 11:17
cda7098
Compare
Choose a tag to compare
  • Improved legacy-browser support and minor cleanup.
  • Added more info about versions in repo: js/readme.txt

EasyDialogBox 1.735.67

23 Jul 17:55
f6f2209
Compare
Choose a tag to compare
  • Improved crossbrowser and legacy-browser support.

EasyDialogBox 1.735.66

23 Jul 16:20
f9ac009
Compare
Choose a tag to compare
  • Optimized code for "click" eventlistener on openers when using pre-written HTML. Got rid of relevant code that was not needed anymore due to this.

EasyDialogBox 1.735.65

22 Jul 14:40
7854160
Compare
Choose a tag to compare
  • Added optional fadein when showing dialogs, and fadeout when using timed hiding.
  • Updated the documentation.