Skip to content

Releases: stefangabos/Zebra_Dialog

3.1.0

22 Oct 09:50
Compare
Choose a tag to compare
  • dialog boxes are now draggable by default; see the newly added draggable property; see #38 and thanks LukeSavefrogs for suggesting this A LONG TIME AGO!
  • added the onOpen event which triggers after the dialog box is made visible; see #39; thanks LukeSavefrogs for suggesting this A LONG TIME AGO!
  • added the onBeforeClose event which triggers before the dialog is hidden; useful for validating input prompts and not closing the dialog box in case the input is not valid
  • added placeholder property to be used with prompt type dialog boxes
  • added prompt_rows which when set to a value greater than 1 will turn the input element in a prompt dialog box to a textarea
  • fixed bug where page scrolling was not disabled when opening modal dialog boxes even though disable_page_scrolling was set to true by default

3.0.7

12 May 14:49
Compare
Choose a tag to compare
  • minor maintenance release

3.0.6

22 Apr 06:05
Compare
Choose a tag to compare
  • minor maintenance release

3.0.5

18 Aug 12:57
Compare
Choose a tag to compare
  • fixed bugs when working with iFrames

3.0.4

17 Aug 20:16
Compare
Choose a tag to compare
  • fixed bug where the disable_page_scrolling property introduced in 3.0.0 had an undesired effect on pages where there was no scroll

3.0.3

19 Jul 12:18
Compare
Choose a tag to compare
  • SASS files are now available in the dist folder
  • fixed broken example for overlapping dialogs

3.0.2

25 Apr 22:17
Compare
Choose a tag to compare
  • minor release which only adds screenshots to the examples

3.0.1

31 Mar 07:59
Compare
Choose a tag to compare
  • fixed #32 where the center_buttons property was not centering buttons; thanks LukeSavefrogs!

3.0.0

03 Sep 19:43
Compare
Choose a tag to compare
  • page scrolling behind an open dialog box is now disabled by default
  • added margin property to prevent the dialog box from touching the viewport's limits when stretched 100% horizontally and/or vertically
  • added max_width property which, together with the existing max_height property, can now be specified as percentage
  • added the default_value property to be used for prompt type dialog boxes
  • width and height properties can now be specified as percentages, too
  • custom_class is now also added to the overlay, not just to the dialog box
  • the word center can also be used when specifying vertical position (alongside middle)
  • when using iFrames, the width and height is now automatically computed to fit those of the dialog box; additionally, now a spinner is also shown while the iFrame content is loading
  • the library now automatically does backdrop management when opening multiple modal dialog boxes
  • dropped IE6 support
  • fixed bug where the positioning of the dialog box was incorrect it had borders
  • removed the backdrop_container property
  • minor tweaks to all the templates

2.1.1

03 Jun 16:03
Compare
Choose a tag to compare
  • fixed height broken in previous commits