Skip to content

3.1.2

Compare
Choose a tag to compare
@AlanCheen AlanCheen released this 19 Sep 11:53
· 127 commits to main since this release
aaa2fa0

● 【删除】Flap.init() 替代方法 Flap.withContext(Context) ;
● 【新增】骨架屏新增功能,Skeleton.suppressLayout(true) 可以设置在展示时阻止 RV 滑动;
● 【新增】IAdapterServiceManager.registerAdapterServices() 可以注册多个 AdapterService;
● 【新增】新增 Component.data 属性代表当前绑定的数据,只有 onBind 回调过一次后才会有数据;
● 【更新】SwipeDragHelper 提供更细粒度的回调