Releases: preactjs/signals
@preact/[email protected]
Patch Changes
- #684
a34eab2
Thanks @JoviDeCroock! - Ensure we build the thing
@preact/[email protected]
Minor Changes
- #627
acfa71c
Thanks @JoviDeCroock! - Add a@preact/signals-react/utils
entrypoint containing common Signal utilities
@preact/[email protected]
Patch Changes
-
#677
b990e7e
Thanks @JoviDeCroock! - We reduce the raf timeout to be just above a timeout that is associated with a 30hz refresh rate. This ensures that for hidden frames the timeout drift can't be too large, the drift being too high could lead to unexpected situations. -
#679
f51eef4
Thanks @WeirdConstructor! - Fix accessing signals from Preact Class Component constructor.
@preact/[email protected]
Patch Changes
- #668
36fcb2e
Thanks @JoviDeCroock! - Correctly set peerDep of signals
@preact/[email protected]
Patch Changes
- #666
f72e769
Thanks @JoviDeCroock! - Fix array signals when used as jsx
@preact/[email protected]
Patch Changes
-
#655
6a0284c
Thanks @JoviDeCroock! - Avoid usage of.base
and check the_dom
on the vnode instead -
#660
df4df76
Thanks @JoviDeCroock! - Bail out of the animation frame with a setTimeout in case the origin page is hidden
@preact/[email protected]
Patch Changes
-
#647
655905b
Thanks @jviide! - Ensure that text effects get disposed -
#630
4b9144f
Thanks @JoviDeCroock! - Change the way we deal with state settling hooks, when we know we are dealing with hooks that can settle their A -> B -> A state (and wind up at the same value). We should not verbatim rerender in our custom shouldComponentUpdate. Instead we should trust that hooks have handled their own state settling.
@preact/[email protected]
Patch Changes
- #641
e932cfc
Thanks @JoviDeCroock! - Change the way we deal with state settling hooks, when we know we are dealing with hooks that can settle their A -> B -> A state (and wind up at the same value). We should not verbatim rerender in our custom shouldComponentUpdate. Instead we should trust that hooks have handled their own state settling.
@preact/[email protected]
Patch Changes
- #640
503128f
Thanks @andrewiggins! - Don't track signals read during an SSR render (e.g. renderToString, renderToStaticMarkup)
@preact/[email protected]
Major Changes
- #638
8c72dff
Thanks @JoviDeCroock! - Remove/auto
and automatic tracking as it is incompatible with React 19