bindable-data
v0.1.2
Published
A smaller version of the parent project `bindable-bloc`.
Downloads
2
Readme
bindable-data
A smaller version of the parent project bindable-bloc
.
Versions
0.1.2
- Added support to receive the previous value upon bindable trigger event.
0.1.1
- Potential fix for weird initial behavior when called
useBindable
.
0.1.0
- 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.
0.0.1
- Initial release