Releases: devlop/dialog
Releases · devlop/dialog
v1.2.1 bugfix: header/footer background-color
fixed a bug where
and could inherit background-color from outside the dialogv1.2.0 - add hsl variable aliases
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
updated readme with better links to the docs page
v1.1.1 - border variables
rename some variables and add border variables
v1.1.0 - hsl
update "sky" to use hsl instead of hex and refactor variables
v1.0.6 - bugfix, assign height and min-height in dialog
assign height and min-height in dialog, to prevent it from being destroyed by global css rules from the surrounding page.
v1.0.5
v1.0.4 - container and line-height
added container option and improved line-height for message section
v1.0.3 - updated npmignore
removed .DS_Store from npm package
v1.0.2 - updated readme with links to examples
updated readme with links to examples