Skip to content

Commit

Permalink
update: 1.3.87
Browse files Browse the repository at this point in the history
  • Loading branch information
liangjingkanji committed Dec 27, 2022
1 parent 34b5dfd commit 7cc530f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<br>
<a href="http://liangjingkanji.github.io/BRV/">使用文档</a>
| <a href="https://github.com/liangjingkanji/document/blob/master/visit-pages.md">无法访问?</a>
| <a href="https://github.com/liangjingkanji/BRV/releases/download/1.3.86/brv-sample.apk">下载体验</a>
| <a href="https://github.com/liangjingkanji/BRV/releases/download/1.3.87/brv-sample.apk">下载体验</a>
<br>
<img src="https://i.imgur.com/G7WYYXb.jpg" width="350"/>
</p>
Expand Down Expand Up @@ -100,7 +100,7 @@ dependencyResolutionManagement {
```groovy
dependencies {
//...
implementation 'com.github.liangjingkanji:BRV:1.3.86'
implementation 'com.github.liangjingkanji:BRV:1.3.87'
}
```

Expand Down
6 changes: 6 additions & 0 deletions docs/updates.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.3.87
- fix: #311 notifyItemChanged触发onRefresh
- pref: 优化dataBinding开启时使用非layout布局存在inflate两次布局问题
- feat: 新增page_upFetchEnabled属性
- upgrade: StateLayout 1.3.12

## 1.3.86
- fix: PageRefreshLayout.isNetworkingRetry noop
- feat: #292 新增refreshEnableWhenEmpty/refreshEnableWhenError控制缺省页下拉刷新启用
Expand Down

0 comments on commit 7cc530f

Please sign in to comment.