We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5de517 commit 0a627eeCopy full SHA for 0a627ee
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+# 2023-4-28
2
+
3
+`6.0.0`
4
5
+- 新增'IDslItem'
6
+- 修复一些已知问题
7
+- minSdk>=14
8
9
# 2022-10-27
10
11
`5.2.0`
README.md
@@ -82,6 +82,7 @@ dslAdapter.render {
82
16. 支持`Item动画`(`4.3.0`后)
83
17. 支持将`DslAdapterItem`添加到任意`ViewGroup`中(`5.1.0`后)
84
18. 支持单独将`DslAdapterItem`的`itemBind`逻辑绑定在任意`View`中(`5.1.0`后)
85
+19. 新增`IDslItem`,并支持自动初始化(`6.0.0`后 `minApi>=14`)
86
87
# 功能展示
88
@@ -143,7 +144,7 @@ allprojects {
143
144
```kotlin
145
dependencies {
146
//androidx(推荐)
- implementation 'com.github.angcyo:DslAdapter:5.2.0'
147
+ implementation 'com.github.angcyo:DslAdapter:6.0.0'
148
//支持DataBinding
149
implementation 'com.github.angcyo:DslAdapter:3.0.0-binding'
150
0 commit comments