Skip to content

Commit

Permalink
update: 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
liangjingkanji committed Jul 16, 2024
1 parent 376dcc0 commit 6bba731
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Module 的 build.gradle 添加依赖框架

```groovy
dependencies {
implementation 'com.github.liangjingkanji:BRV:1.5.8'
implementation 'com.github.liangjingkanji:BRV:1.6.0'
}
```

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.6.0
- feat: 分割线函数divider新增参数stretch禁止拉伸
- fix: #439 PageRefreshLayout在页面未创建完成立即finish,会导致下拉动画无法回弹以及刷新无效
- fix: 修复展开分组当前item动画白屏
- perf: #447 如果拖拽起始位置等于目标位置则属于无效移动, 不回调onDrag方法

## 1.5.8
- feat: #412 支持全局点击防抖动

Expand Down

0 comments on commit 6bba731

Please sign in to comment.