Releases: davidkonrad/SimplyDialogs
Releases · davidkonrad/SimplyDialogs
v1.0.11
v1.0.10
- 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
- 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
- Template id's are now replaced with class-names
v1.0.7
Bug fix: <select>'s and radio groups are now updated with value (if set)
v1.0.6
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
- aria-labelledby support. Now, if present, the type/header and the message will be read by screen readers
v1.0.4
- refactored .enterSubmit
- refactored parseOptions
v1.0.3
- fix formLayout left margin bottom (severe)
v1.0.2
- fix icon, should be rendered properly if undefined
- Added input.formLayout attribute
- buttons with caption '', null, undefined, false etc are now hidden per default