Skip to content

Commit 0d639bc

Browse files
committed
Update change log
1 parent 60457ea commit 0d639bc

8 files changed

Lines changed: 17 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
Changelog
22
=========
33

4+
## Version 5.2.2
5+
*(2020-12-30)*
6+
7+
- 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`.
8+
- Fixed: WeekView now only calls `onRangeChanged()` when a scroll has finished. Previously, it would call it for every date that it scrolled past.
9+
- Fixed: WeekView now correctly preserves the first visible date when switching the number of visible days.
10+
- Fixed: WeekView now scrolls correctly when used in the Fragment of a ViewPager.
11+
12+
Thanks to everyone who reported issues!
13+
414
## Version 5.2.1
515
*(2020-11-25)*
616

base/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group = 'com.github.thellmund.Android-Week-View'
2-
version = '5.2.1'
2+
version = '5.2.2'
33

44
apply plugin: 'com.github.dcendents.android-maven'
55
apply plugin: 'com.android.library'

core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group = 'com.github.thellmund.Android-Week-View'
2-
version = '5.2.1'
2+
version = '5.2.2'
33

44
apply plugin: 'com.github.dcendents.android-maven'
55
apply plugin: 'com.android.library'

emoji/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group = 'com.github.thellmund.Android-Week-View'
2-
version = '5.2.1'
2+
version = '5.2.2'
33

44
apply plugin: 'com.github.dcendents.android-maven'
55
apply plugin: 'com.android.library'

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION_NAME=5.0.0
1+
VERSION_NAME=5.2.2
22
GROUP=com.github.thellmund
33

44
POM_DESCRIPTION=An Android library to display customizable calendar views

jodatime/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group = 'com.github.thellmund.Android-Week-View'
2-
version = '5.2.1'
2+
version = '5.2.2'
33

44
apply plugin: 'com.github.dcendents.android-maven'
55
apply plugin: 'com.android.library'

jsr310/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group = 'com.github.thellmund.Android-Week-View'
2-
version = '5.2.1'
2+
version = '5.2.2'
33

44
apply plugin: 'com.github.dcendents.android-maven'
55
apply plugin: 'com.android.library'

threetenabp/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group = 'com.github.thellmund.Android-Week-View'
2-
version = '5.2.1'
2+
version = '5.2.2'
33

44
apply plugin: 'com.github.dcendents.android-maven'
55
apply plugin: 'com.android.library'

0 commit comments

Comments
 (0)