Skip to content

Releases: davidkonrad/SimplyDialogs

v1.0.11

17 Apr 07:25
Compare
Choose a tag to compare
  • Input, You can now pass a promise function as alternative to the callback function
  • Rename dialogs.* to SimplyDialogs.* for clarification

v1.0.10

08 Apr 00:41
Compare
Choose a tag to compare
  • implement escape option, if false cancel by ESC is cancelled,
  • Wait, implement addText and setText, message can now be changed on the fly
  • <textarea> now accepts value

v1.0.9

26 Jun 05:59
Compare
Choose a tag to compare
  • Added classes for absolute positioning : top, bottom, middle, left, right, center. Add them to classes, i.e { classes: 'top left' }. If no positioning is defined, the dialogs are positioned as always, in center, between middle and top.
  • CSS cleanup

v1.0.8

10 Jun 23:29
Compare
Choose a tag to compare
  • Template id's are now replaced with class-names

v1.0.7

09 Jun 17:08
Compare
Choose a tag to compare

Bug fix: <select>'s and radio groups are now updated with value (if set)

v1.0.6

07 Jun 19:33
Compare
Choose a tag to compare

Introduce classes for static sizing of the dialogs: xs, sm, md, lg (or xsmall, small, medium, large).
For forcing one dimension only, use xs-width ... lg-height. Also, a fullsize class is available.

v1.0.5

10 May 19:28
Compare
Choose a tag to compare
  • aria-labelledby support. Now, if present, the type/header and the message will be read by screen readers

v1.0.4

10 May 10:47
Compare
Choose a tag to compare
  • refactored .enterSubmit
  • refactored parseOptions

v1.0.3

08 May 18:44
Compare
Choose a tag to compare
  • fix formLayout left margin bottom (severe)

v1.0.2

08 May 17:34
Compare
Choose a tag to compare
  • fix icon, should be rendered properly if undefined
  • Added input.formLayout attribute
  • buttons with caption '', null, undefined, false etc are now hidden per default