A smaller version of the parent project bindable-bloc
.
- Added support to receive the previous value upon bindable trigger event.
- Potential fix for weird initial behavior when called
useBindable
.
- Removed additional
onChange
argument onuseBindable
anduseBindableUnsafe
hooks due to negligible usage and being a hindrance in extending the hook's functionalities. - Changed process of
useBindable
anduseBindableUnsafe
to ensure the component can be rerendered when the bindable is triggered even without the reference ofBindable.value
changing.
- Initial release