From f4cc9ca54bc7bdad938bae1a80a9d2e31996b1a1 Mon Sep 17 00:00:00 2001 From: Stefan Gabos Date: Fri, 10 Aug 2018 10:35:35 +0300 Subject: [PATCH] Updated with latest changes --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a4d0a09..91af6ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## version 1.9.11 (August 10, 2018) + +- fixed [#112](https://github.com/stefangabos/Zebra_Datepicker/issues/112) - thanks [@AnthonyHache](https://github.com/AnthonyHache)! +- fixed [#122](https://github.com/stefangabos/Zebra_Datepicker/issues/122) and now `start_date` and `set_date` methods accepts their argument also as a JavaScript `Date` object; thanks [alexanderKikhaev](https://github.com/alexanderKikhaev)! +- fixed positioning of `AM/PM` when using 12-hour time format +- CSS is now minified even more by using [clean-css](https://github.com/jakubpawlowicz/clean-css) +- updated examples page + ## version 1.9.9 (July 06, 2018) - global defaults can now be set; see [#110](https://github.com/stefangabos/Zebra_Datepicker/issues/110) and [#94](https://github.com/stefangabos/Zebra_Datepicker/issues/94)