Skip to content

Releases: stefangabos/Zebra_Dialog

2.1.0

03 Jun 15:54
Compare
Choose a tag to compare
  • 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 added overlay_container property

2.0.0

01 Aug 10:49
Compare
Choose a tag to compare
  • 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

10 Jul 07:58
Compare
Choose a tag to compare
  • warning dialog boxes now have Yes and No buttons instead of just the Ok button
  • changed the labels for the buttons on confirmation dialog boxes from Yes and No to Ok and Cancel
  • revamped example pages

1.5

05 Jul 08:37
Compare
Choose a tag to compare
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

13 Oct 20:36
Compare
Choose a tag to compare
  • fixed bug where dialog box height could exceed viewport height; see #8
  • fixed scrolling on iPhone; see #9

1.4.0

03 Jun 21:08
Compare
Choose a tag to compare
  • 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

26 Jan 09:26
Compare
Choose a tag to compare
  • fixed a typo in README.md

Version 1.3.11 released

26 Jan 09:23
Compare
Choose a tag to compare
  • fixed description in package.json

Version 1.3.10 released

26 Jan 09:21
Compare
Choose a tag to compare

Version 1.3.9 released

21 Jan 21:36
Compare
Choose a tag to compare
  • 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