Skip to content

Commit 0a627ee

Browse files
committed
6.0.0
1 parent f5de517 commit 0a627ee

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 2023-4-28
2+
3+
`6.0.0`
4+
5+
- 新增'IDslItem'
6+
- 修复一些已知问题
7+
- minSdk>=14
8+
19
# 2022-10-27
210

311
`5.2.0`

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ dslAdapter.render {
8282
16. 支持`Item动画`(`4.3.0`后)
8383
17. 支持将`DslAdapterItem`添加到任意`ViewGroup`中(`5.1.0`后)
8484
18. 支持单独将`DslAdapterItem``itemBind`逻辑绑定在任意`View`中(`5.1.0`后)
85+
19. 新增`IDslItem`,并支持自动初始化(`6.0.0``minApi>=14`)
8586

8687
# 功能展示
8788

@@ -143,7 +144,7 @@ allprojects {
143144
```kotlin
144145
dependencies {
145146
//androidx(推荐)
146-
implementation 'com.github.angcyo:DslAdapter:5.2.0'
147+
implementation 'com.github.angcyo:DslAdapter:6.0.0'
147148
//支持DataBinding
148149
implementation 'com.github.angcyo:DslAdapter:3.0.0-binding'
149150

0 commit comments

Comments
 (0)