From efe18e96d41c259259fcf807f79da59560dc6454 Mon Sep 17 00:00:00 2001 From: stefangabos Date: Tue, 31 Mar 2020 10:58:07 +0300 Subject: [PATCH] Updated with latest changes --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 114d83f..2f009cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ -## version 3.0.0 (TBA, 2019) +## version 3.0.1 (March 31, 2020) + +- fixed [#32](https://github.com/stefangabos/Zebra_Dialog/issues/32) where the `center_buttons` property was not centering buttons; thanks [LukeSavefrogs](https://github.com/LukeSavefrogs)! + +## version 3.0.0 (September 03, 2019) - 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