Skip to content

Commit

Permalink
update: 1.3.79
Browse files Browse the repository at this point in the history
  • Loading branch information
liangjingkanji committed Jun 25, 2022
1 parent 4fc5028 commit cf56c3b
Show file tree
Hide file tree
Showing 2 changed files with 10 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.78/brv-sample.apk">下载体验</a>
| <a href="https://github.com/liangjingkanji/BRV/releases/download/1.3.79/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.78'
implementation 'com.github.liangjingkanji:BRV:1.3.79'
}
```

Expand Down
8 changes: 8 additions & 0 deletions docs/updates.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 1.3.79
- fix: 网格分割线动态spanSize间距丢失
- feat: findView支持可空类型
- feat: 新增`dividerSpace`函数
- feat: StateLayout 1.3.8 新增`isNetworkingRetry`来禁止无网络显示加载缺省
- pref: DataBinding绑定数据失败日志输出
- refactor: page函数废弃, 新增`pageCreate`

## 1.3.78
- feat: PageRefreshLayout新增page_rv属性来指定列表
- feat: PageRefreshLayout新增page_state布局属性指定缺省页
Expand Down

0 comments on commit cf56c3b

Please sign in to comment.