Releases: skydoves/Bindables
Releases · skydoves/Bindables
1.0.9
🎉 Released a new version 1.0.9
! 🎉
What's New?
- Embedded proguard rules. (#13)
- Unbind binding property when the lifecycle is destroyed. (#12)
- Add explicit modifiers. (#14)
- Refactored internal functions.
1.0.8
🎉 Released a new version 1.0.8
! 🎉
What's New?
- Throw
IllegalStateException
if binding accessed before view created or after destroyed. (#7)
- Find java beans related function name for mapping bindable resource. (#8)
- Added
CallSuper
annotation for forcing to call super.onCreateView
. (#9)
1.0.7
🎉 Released a new version 1.0.7
! 🎉
What's New?
- Added an
isSubmitted
Bindable property in the BindingListAdapter
that indicates an item list has been submitted.
- Added
BindingFragmentActivity
and BindingComponentActivity
.
- Added
clearAllProperties
interface function in the BindingObservable
.
- Clear all binding properties callback when
onClear
called in viewmodels.
- Clear all binding properties callback when
onDetachedFromRecyclerView
called in adapters.
1.0.6
🎉 Released a new version 1.0.6
! 🎉
What's New?
- Added
BindingListAdapter
that extends ListAdapter
and supports @bindable
.
- Improved internal validation of the
@Bindable
properties.
1.0.5
🎉 Released a new version 1.0.5
! 🎉
What's New?
- Added
BindingBottomSheetDialogFragment
.
- Destroy the binding backing property on
onDestroyView
in Fragments.
1.0.4
🎉 Released a new version 1.0.4
! 🎉
What's New?
- Removed checking
BR
class name on runtime.
1.0.3
🎉 Released a new version 1.0.3
! 🎉
❗ Important ❗
Bindables recommended using after the 1.0.4
version for reducing the initialization issue by the R8 compiler on release products.
What's New?
- We don't need to initialize using the
BindingManager
anymore.
1.0.2
🎉 Released a first version 1.0.2
! 🎉
❗ Important ❗
Bindables recommended using after the 1.0.4
version for reducing the initialization issue by the R8 compiler on release products.