Skip to content

Commit

Permalink
Updated Changelog & Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
roughike committed Apr 6, 2017
1 parent 4bd01d2 commit 3cb1b8e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
## Changelog

(or: y u no add shiny new things?!)
### 2.3.0

* [#713](https://github.com/roughike/BottomBar/pull/713): Ripple touch feedback for tabs!
* [#716](https://github.com/roughike/BottomBar/pull/716): Bugfix for misbehaving shadow. No more weird white spaces above the bar!
* [#717](https://github.com/roughike/BottomBar/pull/717): Support for tabs with icons only, without titles!
* [#722](https://github.com/roughike/BottomBar/pull/722): Showing / hiding the BottomBar when on shy mode.
* [#714](https://github.com/roughike/BottomBar/pull/714): Controlling whether Toasts of tab titles are shown when long pressing tabs.
* [#719](https://github.com/roughike/BottomBar/pull/719): Fix for wrong size in tabs
* [#712](https://github.com/roughike/BottomBar/pull/712): Data binding fixes.

Thanks for @yombunker, @MarcRubio and @tushar-acharya for their contributions!

### 2.2.0

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ Nope. The minSDK version is **API level 11 (Honeycomb).**
## Gimme that Gradle sweetness, pls?

```groovy
compile 'com.roughike:bottom-bar:2.2.0'
compile 'com.roughike:bottom-bar:2.3.0'
```

**Maven:**
```xml
<dependency>
<groupId>com.roughike</groupId>
<artifactId>bottom-bar</artifactId>
<version>2.2.0</version>
<version>2.3.0</version>
<type>pom</type>
</dependency>
```
Expand Down

0 comments on commit 3cb1b8e

Please sign in to comment.