Skip to content

Releases: stefangabos/Zebra_Dialog

Version 1.3.8 released

20 Dec 20:22
Compare
Choose a tag to compare
  • fixed a bug where setting the "type" attribute to FALSE would not remove the left padding of the dialog box; thanks to Laurent for reporting
  • added "use strict" statement
  • added integration with Grunt
  • the library is now available as a Bower package

Version 1.3.7 released

26 Nov 11:59
Compare
Choose a tag to compare
  • added a new "flat" theme

Version 1.3.6 released

16 Oct 17:43
Compare
Choose a tag to compare
  • fixed a bug where custom buttons were showing up in reversed order;
  • fixed a bug where, since the previous release, you'd have to explicitly return TRUE from a callback function attached to a custom button, in order for the dialog box to close;
  • thanks to store88 for spotting both of the above!

Version 1.3.5 released!

08 Sep 11:28
Compare
Choose a tag to compare
  • dialog boxes can now be kept open on button click; previously there was no way of keeping a dialog box from closing when a button was clicked; now, returning FALSE from the callback will do just that;

Version 1.3.4 released!

18 Aug 17:06
Compare
Choose a tag to compare
  • slightly increased performance due to optimal management of event handlers;
  • added a new "center_buttons" property which when set to TRUE will instruct the script to center any available buttons instead of floating them to the right;
  • added a new "show_close_button" property which is set to TRUE by default and which displays the little "x" button in the top-right of the dialog box;
  • fixed a few issues in order to keep JSHint (reasonably) happy;
  • fixed an issue where some things that should have been done in CSS were done in JavaScript;