react-bindings
Advanced tools
Changelog
[1.6.5] - 2023-01-11
Changelog
[1.6.2] - 2022-08-12
BindingDependencies
now extends undefined
.DependenciesT
.Changelog
[1.6.1] - 2022-08-12
undefined
bindings to hooks like useDerivedBinding
would pass {}
as the value.Changelog
[1.6.0] - 2022-08-12
useBindingEffect
ignored the limiter options for deps
and mount-based changes.useBindingEffect
no longer waits for mount before running callbacks.Changelog
[1.5.0] - 2022-08-12
DefaultQueueProvider
now has cancelAllOnUnmount
prop, which defaults to false
.cancelAllOnUnmount
defaults to false
on DefaultQueueProvider
, which potentially changes the behavior in subtle ways. The previous behavior was effectively cancelAllOnUnmount=true
.