Releases: androidbroadcast/ViewBindingPropertyDelegate
Releases · androidbroadcast/ViewBindingPropertyDelegate
1.4.2
- Migrate to Maven Central. This is the latest releases available via JCenter.
- Artifacts group and id were changed for artifacts on Maven Central. See README for more details
- Support of ViewTreeLifecycleOwner for
ViewGroup
bindings LifecycleViewBindingProperty
lifecycle management improvements- Improvements in viewBinding work for
DialogFragment
- Bugfixes
1.4.1
- Bug fixes
1.4.0
- Added support of
RecyclerView.ViewHolder
- Added support of
ViewGroup
- Added possibility to use the
viewBinding
delegate without specifying rootView. - Improved speed of usage
viewBinding
with reflection - More ways of creating
ViewBinding
usingViewBinding.inflate
instead ofViewBinding.bind
- Breaking changes
viewBinding()
in Activities useViewBinding.bind
instead ofViewBinding.inflate
. To return previous behaviour useviewBinding(CreateMethod.INFLATE)
- Split implementation of lazy
viewBinding
delegate and implementation with lifecycle - Minor improvements and bugfixes
1.3.1
- Fix possible memory leak
- Fix bug in
DialogFragment
1.3.0
- Added support of create
ViewBinding
usingViewBinding.inflate(LayoutInflater)
- Added possibility to create
ViewBindingProperty
usingClass<ViewBinding>
instance - Upgrade view binding library to 4.1.0
- Improved performance: removed check working from the main thread with
ViewBindingProperty
- Update sample
1.2.2
- Bug fixing
1.2.1
- Bug fixing
1.2.0
- Add artifact
vbpd-noreflection
without reflection when create aViewBindingProperty
- Fix bug in Fragment
1.1.0
- Simplify API
1.1.0-beta02
- Bug fix