From ba610e5579bdad94871c4030fa4cfe5409a64e71 Mon Sep 17 00:00:00 2001 From: Eli Hart Date: Thu, 18 Oct 2018 09:49:25 -0500 Subject: [PATCH] Prepare for 2.19.0 release (#582) --- CHANGELOG.md | 7 +++++++ gradle.properties | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bcb8d3822e..4aab7be960 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# 2.19.0 (Oct 18, 2018) +This release adds built in support for monitoring visibility of views in the RecyclerView. (https://github.com/airbnb/epoxy/pull/560) + +Usage instructions and details are in the wiki - https://github.com/airbnb/epoxy/wiki/Visibility-Events + +Huge thanks to Emmanuel Boudrant for contributing this! + # 2.18.0 (Sep 26, 2018) - **New** A new `PagedListEpoxyController` to improve integration with the Android Paging architecture component (#533 Thanks to Yigit!) With this change the old `PagingEpoxyController` has been deprecated, and [the wiki](https://github.com/airbnb/epoxy/wiki/Paging-Support) is updated. diff --git a/gradle.properties b/gradle.properties index 8ab58114bd..b06e295baa 100755 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=2.18.0 +VERSION_NAME=2.19.0 GROUP=com.airbnb.android POM_DESCRIPTION=Epoxy is a system for composing complex screens with a ReyclerView in Android. POM_URL=https://github.com/airbnb/epoxy