Skip to content

Releases: preactjs/signals

@preact/[email protected]

27 May 08:10
fae3d1e
Compare
Choose a tag to compare

Patch Changes

@preact/[email protected]

27 May 07:57
6c3e58a
Compare
Choose a tag to compare

Minor Changes

@preact/[email protected]

24 May 09:53
2e53575
Compare
Choose a tag to compare

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]

20 Apr 09:11
17c0155
Compare
Choose a tag to compare

Patch Changes

@preact/[email protected]

04 Apr 11:42
29653fc
Compare
Choose a tag to compare

Patch Changes

@preact/[email protected]

26 Mar 17:34
352b345
Compare
Choose a tag to compare

Patch Changes

@preact/[email protected]

13 Jan 13:54
e4a9174
Compare
Choose a tag to compare

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]

13 Jan 10:13
ddfe5f4
Compare
Choose a tag to compare

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]

13 Jan 13:54
e4a9174
Compare
Choose a tag to compare

Patch Changes

  • #640 503128f Thanks @andrewiggins! - Don't track signals read during an SSR render (e.g. renderToString, renderToStaticMarkup)

@preact/[email protected]

02 Jan 09:14
674c310
Compare
Choose a tag to compare

Major Changes