Releases: preactjs/signals
Releases Β· preactjs/signals
@preact/signals v1.1.5
Patch Changes
- #381
e655e7f
Thanks @JoviDeCroock! - Allow for context to propagate to components using context
@preact/signals-react v1.3.4
Patch Changes
- #377
f4ff0ab
Thanks @andrewiggins! - Fix internal property names
@preact/signals-react 1.2.1
@preact/signals 1.1.2
Patch Changes
- #226
ad29826
Thanks @marvinhagemeister! - Fix hook names being mangled
@preact/signals-react 1.2.0
@preact/signals-core 1.2.2
@preact/signals-react 1.1.1
Patch Changes
- #215
515ff33
Thanks @jmeistrich ! - Fix signal not updated in React production build
@preact/signals-core 1.2.1
Patch Changes
-
#205
4b73164
Thanks @jviide! - Use the same tracking logic for both effects and computeds. This ensures that effects are only called whenever any of their dependencies changes. If they all stay the same, then the effect will not be invoked. -
#207
57fd2e7
Thanks @jviide! - Fix effect disposal when cleanup throws -
#209
49756ae
Thanks @jviide! - Optimize dependency value change checks by allowing earlier exists from the loop
@preact/signals 1.1.1
Patch Changes
- #198
3db7500
Thanks @JoviDeCroock! - Fix server-sider-render error when unmounting a signal passed as text into JSX.