From 6d06bb3821755df48655f72102c04815ea851204 Mon Sep 17 00:00:00 2001 From: Qathom Date: Wed, 18 Nov 2015 17:14:17 +0100 Subject: [PATCH] v1.0.9 --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee32b438..bdc15740 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +### 1.0.9 (2015-11-18) + +#### Features + +* ajax: custom headers are now supported + +#### Bug Fixes + +* cancelable dialogs: cancel-callback was not fired +* dialogs: action buttons were not aligned vertically + ### 1.0.8 (2015-11-16) #### Features