Releases: keejelo/EasyDialogBox
EasyDialogBox 1.74
-
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
-
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
-
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
-
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
-
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
- 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
- Improved legacy-browser support and minor cleanup.
- Added more info about versions in repo: js/readme.txt
EasyDialogBox 1.735.67
- Improved crossbrowser and legacy-browser support.
EasyDialogBox 1.735.66
- 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
- Added optional fadein when showing dialogs, and fadeout when using timed hiding.
- Updated the documentation.