Skip to content

3.0.1

Compare
Choose a tag to compare
@sockeqwe sockeqwe released this 30 Mar 07:53
· 115 commits to master since this release
  • Fixes #229: Adds View.isInEditMode() check to support Android Studio's layout editor for custom ViewGroups powered MVI or MVP. This means that there is a breaking API change in constructor of ViewGroupMviDelegateImpl, ViewGroupMvpDelegeateImpl and ViewGroupMvpViewStateDelegateImpl(constructor now requires 3 parameters).

  • Some minor javadoc improvements