Releases: stefangabos/Zebra_Dialog
Releases · stefangabos/Zebra_Dialog
Version 1.3.8 released
Version 1.3.7 released
- added a new "flat" theme
Version 1.3.6 released
- 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!
- 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!
- 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;