Skip to content

Commit

Permalink
prepare release 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rperidy committed May 27, 2019
1 parent 7bee0ee commit 71c27d5
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Change Log
==========

## Version 1.1

* Fix wrong attr id being used for shimmer center width
* Add ability to set ShimmerLayout style with theme attribute

## Version 1.0

* Initial release
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Use gradle to get latest version, custom maven URL is needed for now pending inc
```groovy
repositories { maven { url "https://dl.bintray.com/rnpy/shimmer" } }
implementation 'xyz.peridy.shimmer:shimmerlayout:1.0'
implementation 'xyz.peridy.shimmer:shimmerlayout:1.1'
```

Wrap the layout you want to animate inside a `ShimmerLayout`. It is recommended to define a layout that looks like the content you're going to display:
Expand Down
2 changes: 1 addition & 1 deletion common.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ext.version = "1.0"
ext.version = "1.1"
ext.group = "xyz.peridy.shimmer"
ext.name = "ShimmerLayout"
ext.scm = 'https://github.com/rnpy/ShimmerLayout.git'
Expand Down

0 comments on commit 71c27d5

Please sign in to comment.