Thanks to visit codestin.com
Credit goes to github.com

Skip to content

5.0.0

Latest
Compare
Choose a tag to compare
@DylanCaiCoding DylanCaiCoding released this 06 Mar 08:49
· 3 commits to master since this release
19b5fbb

Feature

  • Add LoadingState.loadingStateViewType #37
  • Add onViewAttached(view) and onViewDetached(view) methods to ViewDelegate #40
  • Resolve margin issue for both contentView and decorView #39

Breaking Changes

  • Replaced Animation interface with Animatable interface
  • Changed onStartShowAnimation(...) and onStartHideAnimation(...) methods to toggleViewsAnimation(...) method

功能

  • 添加 LoadingState.loadingStateViewType #37
  • 添加 onViewAttached(view)onViewDetached(view) 函数到 ViewDelegate #40
  • 解决 contentView 和 decorView 都添加了 margin 的 issue #39

重大更新

  • 重命名 Animation 接口为 Animatable 接口
  • 修改 onStartShowAnimation(...)onStartHideAnimation(...) 函数为 toggleViewsAnimation(...) 函数