0.1.2 • Published 4 years ago
bindable-data v0.1.2
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
onChangeargument onuseBindableanduseBindableUnsafehooks due to negligible usage and being a hindrance in extending the hook's functionalities. - Changed process of
useBindableanduseBindableUnsafeto ensure the component can be rerendered when the bindable is triggered even without the reference ofBindable.valuechanging.
0.0.1
- Initial release