aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorAurelien Hubert <aurel.hubert@gmail.com>2016-06-08 15:43:29 +0200
committerJoey Rizzoli <joey@cyanogenmoditalia.it>2016-06-09 22:52:29 +0200
commitdb5dd3444071add22989f47e6ca2acc0387e8239 (patch)
tree0b903b14571541d27dc7fb4c56d4df1034c476e6 /CHANGELOG.md
parent27658ee4d5e11258f3166f55c77d60b303fcdb40 (diff)
downloadandroid_external_ahbottomnavigation-stable/cm-13.0-ZNH5Y.tar.gz
android_external_ahbottomnavigation-stable/cm-13.0-ZNH5Y.tar.bz2
android_external_ahbottomnavigation-stable/cm-13.0-ZNH5Y.zip
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0648f4f..608e549 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,14 @@
## Changelog
-### Newest version: 1.2.3
+### Newest version: 1.3.0
+
+* **BREAKING!** Updated listener, now return a boolean => `boolean onTabSelected(int position, boolean wasSelected);`
+* Improved notification management for small items
+* Added notification elevation
+* Managed complex drawable (selector with states)
+* Added constructor `public AHBottomNavigationItem(String title, Drawable drawable)`
+
+### 1.2.3
* Added `setUseElevation(boolean useElevation, float elevation)`
* Fixed a bug with `behaviorTranslationEnabled` & `restoreBottomNavigation`