Skip to content

Releases: devlop/dialog

v1.2.1 bugfix: header/footer background-color

25 Aug 08:31
Compare
Choose a tag to compare

fixed a bug where

and could inherit background-color from outside the dialog

v1.2.0 - add hsl variable aliases

24 Aug 16:37
Compare
Choose a tag to compare

add the variables:

--theme-color-hue (alias for --theme-color-h)
--theme-color-saturation (alias for --theme-color-s)
--theme-color-lightness (alias for --theme-color-l)

v1.1.2 - updated readme

24 Aug 16:35
Compare
Choose a tag to compare

updated readme with better links to the docs page

v1.1.1 - border variables

24 Aug 16:34
Compare
Choose a tag to compare

rename some variables and add border variables

v1.1.0 - hsl

24 Aug 16:34
Compare
Choose a tag to compare

update "sky" to use hsl instead of hex and refactor variables

v1.0.6 - bugfix, assign height and min-height in dialog

24 Aug 06:13
Compare
Choose a tag to compare

assign height and min-height in dialog, to prevent it from being destroyed by global css rules from the surrounding page.

v1.0.5

24 Aug 04:05
Compare
Choose a tag to compare

fixed #3

v1.0.4 - container and line-height

23 Aug 17:47
Compare
Choose a tag to compare

added container option and improved line-height for message section

v1.0.3 - updated npmignore

23 Aug 10:31
Compare
Choose a tag to compare

removed .DS_Store from npm package

v1.0.2 - updated readme with links to examples

23 Aug 10:28
Compare
Choose a tag to compare

updated readme with links to examples