From d082062124f89b313c5d6605d184f29e1daeae86 Mon Sep 17 00:00:00 2001 From: Aurelien Hubert Date: Thu, 20 Dec 2018 13:52:51 +0100 Subject: [PATCH] Update docs --- CHANGELOG.md | 5 ++++- README.md | 6 +++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93d952cc..70520eb0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ ## Changelog -### Newest version: 2.3.2 +### Newest version: 2.3.3 +* Re-add old notification animation behavior to avoid a bug (from 2.3.0: Badge removal no longer clears text prior to animation) + +### 2.3.2 * Remove notification animation listener to avoid weird behaviors ### 2.3.1 diff --git a/README.md b/README.md index 6c0eff2e..697be630 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,8 @@ Library to implement the Bottom Navigation component from Material Design guidel ## Demo -## What's new (2.3.2) - [Changelog](https://github.com/aurelhubert/ahbottomnavigation/blob/master/CHANGELOG.md) -* Remove notification animation listener to avoid weird behaviors +## What's new (2.3.3) - [Changelog](https://github.com/aurelhubert/ahbottomnavigation/blob/master/CHANGELOG.md) +* Re-add old notification animation behavior to avoid a bug when displaying notifcation ## Features * Follow the bottom navigation guidelines (https://www.google.com/design/spec/components/bottom-navigation.html) @@ -24,7 +24,7 @@ Library to implement the Bottom Navigation component from Material Design guidel ### Gradle ```groovy dependencies { - compile 'com.aurelhubert:ahbottomnavigation:2.3.2' + compile 'com.aurelhubert:ahbottomnavigation:2.3.3' } ``` ### XML