1.0.7
🎉 Released a new version 1.0.7
! 🎉
What's New?
- Added an
isSubmitted
Bindable property in theBindingListAdapter
that indicates an item list has been submitted. - Added
BindingFragmentActivity
andBindingComponentActivity
. - Added
clearAllProperties
interface function in theBindingObservable
. - Clear all binding properties callback when
onClear
called in viewmodels. - Clear all binding properties callback when
onDetachedFromRecyclerView
called in adapters.