From b594edfc1399a35d503dcbb444b441f60b24bced Mon Sep 17 00:00:00 2001 From: Artur Date: Mon, 22 Apr 2019 19:50:50 +0300 Subject: [PATCH] Changelog updated --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a6e4eb2..ecfcbeeb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +### 0.9.18 +- **Add**: `CustomizableButtonView` container class that provides great customization. +- **Add**: `CustomizableButtonViewModel` viewModel class for `CustomizableButtonView` configuration. +- **Add**: `CustomizableButton` class that is a `CustomizableButtonView` subview and gives it a button functionality. + ### 0.9.17 - **Fix**: SpinnerView infinity animation.