Releases: keejelo/EasyDialogBox
Releases · keejelo/EasyDialogBox
EasyDialogBox 1.8.0.10
EasyDialogBox 1.8.0.8
- Minor update. Updated some comments and other minor fixes.
EasyDialogBox 1.8.0.7
- Minimum resize width and height can now be edited/adjusted from the css-file, these values are read by js-file when resizing the dialogbox.
EasyDialogBox 1.8.0.5
- Minor optimization, another duplicated code was turned into one common function.
EasyDialogBox 1.8.0.4
- A minimum pixelsize of width (100) and height (37) was set for resizing dialogbox, so it doesn't disappear completely.
EasyDialogBox 1.8.0.3
- Minor optimization, duplicated code was turned into one common function.
- Fixed a bug that saved wrong dialog height on closing, now it should work as excpected.
EasyDialogBox 1.8.0.2
- Made changes in the "show()" function so that if a modal dialog is already displayed (dialog with trans.overlay), then no other dialog can be displayed on top of that.
An internal variable "_bModalActive" is used to monitor this, and a console debug message is displayed to inform user about this.
EasyDialogBox 1.8.0.1
- Corrected a rule in the css-file, changed combinator from: "element child" to "element > child" for more accurate targeting.
- Also fixed a minor error in documentation.
EasyDialogBox 1.8
- Dialogboxes can now be resized by using the flag "dlg-resize"
- Rewrote inner box calculations, had to include some errorchecks
- Improved responsivemode
- Same css file "easydlg.css" can be used if using "Bootstrap" 4 and 5, tests did not show any strange css behaviour.
- Cleaned up code
- Tested working on Win10, in latest versions of browsers: Chrome, Firefox, Edge, Opera, IE11 (+8-9-10 emulated)
-> Note about IE 8-9-10: when using "dlg-multi" you have to click on some text or visible element to switch between dialogs,
no errors discovered during testing.
EasyDialogBox 1.74.2
- Fixed minor error in earlier simplified method "myObj.$()", changed logical "||" to logical "&&" in IF