Skip to content

Releases: keejelo/EasyDialogBox

EasyDialogBox 1.8.0.10

13 Aug 12:55
fc99b7f
Compare
Choose a tag to compare
Update documentation.html

EasyDialogBox 1.8.0.8

27 Sep 07:50
93f1a44
Compare
Choose a tag to compare
  • Minor update. Updated some comments and other minor fixes.

EasyDialogBox 1.8.0.7

01 Sep 10:48
e3e3d28
Compare
Choose a tag to compare
  • 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

29 Aug 17:10
57fd639
Compare
Choose a tag to compare
  • Minor optimization, another duplicated code was turned into one common function.

EasyDialogBox 1.8.0.4

29 Aug 11:12
7ce3808
Compare
Choose a tag to compare
  • 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

28 Aug 15:10
cde3fa7
Compare
Choose a tag to compare
  • 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

22 Aug 14:52
c76d382
Compare
Choose a tag to compare
  • 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

22 Aug 09:27
b1c8b26
Compare
Choose a tag to compare
  • 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

21 Aug 16:54
82435c2
Compare
Choose a tag to compare
  • 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

05 Aug 23:12
32e8b78
Compare
Choose a tag to compare
  • Fixed minor error in earlier simplified method "myObj.$()", changed logical "||" to logical "&&" in IF