Skip to content

Commit

Permalink
Update change log
Browse files Browse the repository at this point in the history
  • Loading branch information
thellmund committed Dec 30, 2020
1 parent 60457ea commit 0d639bc
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 7 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Changelog
=========

## Version 5.2.2
*(2020-12-30)*

- Changed: `firstVisibleHour` now returns the first partially visible hour as an `Int` and takes into account `minHour`. To retrieve the first fully visible hour, you can use `firstFullyVisibleHour`.
- Fixed: WeekView now only calls `onRangeChanged()` when a scroll has finished. Previously, it would call it for every date that it scrolled past.
- Fixed: WeekView now correctly preserves the first visible date when switching the number of visible days.
- Fixed: WeekView now scrolls correctly when used in the Fragment of a ViewPager.

Thanks to everyone who reported issues!

## Version 5.2.1
*(2020-11-25)*

Expand Down
2 changes: 1 addition & 1 deletion base/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group = 'com.github.thellmund.Android-Week-View'
version = '5.2.1'
version = '5.2.2'

apply plugin: 'com.github.dcendents.android-maven'
apply plugin: 'com.android.library'
Expand Down
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group = 'com.github.thellmund.Android-Week-View'
version = '5.2.1'
version = '5.2.2'

apply plugin: 'com.github.dcendents.android-maven'
apply plugin: 'com.android.library'
Expand Down
2 changes: 1 addition & 1 deletion emoji/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group = 'com.github.thellmund.Android-Week-View'
version = '5.2.1'
version = '5.2.2'

apply plugin: 'com.github.dcendents.android-maven'
apply plugin: 'com.android.library'
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=5.0.0
VERSION_NAME=5.2.2
GROUP=com.github.thellmund

POM_DESCRIPTION=An Android library to display customizable calendar views
Expand Down
2 changes: 1 addition & 1 deletion jodatime/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group = 'com.github.thellmund.Android-Week-View'
version = '5.2.1'
version = '5.2.2'

apply plugin: 'com.github.dcendents.android-maven'
apply plugin: 'com.android.library'
Expand Down
2 changes: 1 addition & 1 deletion jsr310/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group = 'com.github.thellmund.Android-Week-View'
version = '5.2.1'
version = '5.2.2'

apply plugin: 'com.github.dcendents.android-maven'
apply plugin: 'com.android.library'
Expand Down
2 changes: 1 addition & 1 deletion threetenabp/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group = 'com.github.thellmund.Android-Week-View'
version = '5.2.1'
version = '5.2.2'

apply plugin: 'com.github.dcendents.android-maven'
apply plugin: 'com.android.library'
Expand Down

0 comments on commit 0d639bc

Please sign in to comment.