react-bindings
Advanced tools
Changelog
[1.3.4] - 2022-07-17
BindingsConsumer
, useBindingEffect
, etc.), only one listener will added now.Changelog
[1.3.3] - 2022-07-13
ExtractBindingsArrayValues
to InferBindingsArrayValueTypes
.ExtractNamedBindingsValues
to InferNamedBindingsValueTypes
.InferBindingValueTypes
.Changelog
[1.3.2] - 2022-07-13
BindingsArrayDependencies
to BindingArrayDependencies
for better consistency.ExtractBindingValueTypes
to InferBindingValueTypes
for better consistency.Changelog
[1.3.0] - 2022-07-13
BindingsConsumer
, useBindingEffect
, useFlattenedBinding
, and useDerivedBinding
to allow for value extraction from single bindings, arrays, and tuples, in addition to from objects, which were previously supported.This breaks compile-time backwards compatibility but only for projects that are directly using the interfaces for BindingsConsumer
, useBindingEffect
, useFlattenedBinding
, or useDerivedBinding
. The runtime compatibility is the same, hence only the minor version bump.