Releases: stefangabos/Zebra_Dialog
Releases · stefangabos/Zebra_Dialog
2.1.0
- added prompt dialog box type; thanks to Sebi Popa!
- added
height
property for setting custom heights to dialog boxes - added
update
method for adjusting the dialog box's position when content is changed dynamically, at run-time - the overlay can now have a different parent than the
body
element, via the newly addedoverlay_container
property
2.0.0
- added a new "auto_focus_button" property for indicating the button to place the focus on when a dialog box is first shown
- simplified dialogs' HTML markup and all the classes indicating various states/setups of the dialog box are now added to the main container
- some of the alignments done previously from JavaScript are now done from CSS - but still working in IE6 :)
- completely rewritten the CSS for the themes and we're now using clean-css to optimize CSS output, resulting in a reduction of 0.5KB for the flat theme and 1.8KB for the classic theme
- added a new materialize theme, inspired by Google Material Design
1.6.0
warning
dialog boxes now haveYes
andNo
buttons instead of just theOk
button- changed the labels for the buttons on
confirmation
dialog boxes fromYes
andNo
toOk
andCancel
- revamped example pages
1.5
- fixed bug where inputs in dialog box could never receive focus on mobile devices - see #14, thanks Clément!
- fixed #18 where the plugin was not working in IE8
- custom classes can now be added to buttons; this fixes #15
- added version number as a public property - useful to find out the version number even if all you have is the minified source code; see #13
1.4.1
1.4.0
- performance improvements and source code tweaks
- new folder structure
- the home of the library is now exclusively on GitHub
- files required in the build process are not included anymore when installing via npm nor when downloading from GitHub
Version 1.3.12 released
- fixed a typo in README.md
Version 1.3.11 released
- fixed description in package.json
Version 1.3.10 released
- the library is now available as an npm package
Version 1.3.9 released
- added missing preloader.gif file to the "flat" theme; thanks to Juan for reporting;
- replaced all instances of jQuery with $, for consistency and for making it easier to use with jQuery.noConflict(); thanks to Julio for suggesting;
- fixes and additions to the bowser.json file, for better integration with Bower
- examples now use jQuery version 1.12.0
- dropped support for jQuery's deprectated official plugins repository