From f91e14319dbfdb6b3549482e0b3e383cff432c7c Mon Sep 17 00:00:00 2001 From: Fitz Date: Wed, 21 Aug 2019 19:52:48 +0800 Subject: [PATCH] :memo update version & update changelog --- CHANGELOG.md | 5 ++++- flap-annotations/build.gradle | 2 +- flap-compiler/build.gradle | 2 +- flap/build.gradle | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b1acd6f76..c6f8fac11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,11 @@ -### 1.3.1 +### 1.4.1 +1. FlapItem.onBind 方法参数调整,新增 position +2. Flap 注解新增`autoRegister`配置,支持是否自动注册,默认情况下 Processor 会自动注册,可以通过该参数修改 +3. FlapAdapter 新增 `setDataAndNotify(@NonNull List data)`方法,支持设置 data 后自动调用 notifyDataSetChanged ### 1.3 diff --git a/flap-annotations/build.gradle b/flap-annotations/build.gradle index 09163388b..cfa47b0e7 100644 --- a/flap-annotations/build.gradle +++ b/flap-annotations/build.gradle @@ -14,7 +14,7 @@ publish { userOrg = 'alancheen' groupId = 'me.yifeiyuan.flap' artifactId = 'flap-annotations' - publishVersion = '1.4.0' + publishVersion = '1.4.1' desc = 'flap annotations' website = 'https://github.com/AlanCheen/Flap' } \ No newline at end of file diff --git a/flap-compiler/build.gradle b/flap-compiler/build.gradle index 375bdd2c3..ef68846d9 100644 --- a/flap-compiler/build.gradle +++ b/flap-compiler/build.gradle @@ -16,7 +16,7 @@ publish { userOrg = 'alancheen' groupId = 'me.yifeiyuan.flap' artifactId = 'flap-compiler' - publishVersion = '1.4.0' + publishVersion = '1.4.1' desc = 'flap annotations' website = 'https://github.com/AlanCheen/Flap' } \ No newline at end of file diff --git a/flap/build.gradle b/flap/build.gradle index 43e9b6644..f20db5061 100644 --- a/flap/build.gradle +++ b/flap/build.gradle @@ -33,7 +33,7 @@ dependencies { apply plugin: "guru.stefma.bintrayrelease" -version = "1.4.0" +version = "1.4.1" group = "me.yifeiyuan.flap" androidArtifact { artifactId = "flap"