Releases: preactjs/signals
@preact/[email protected]
Patch Changes
-
#795
80712b1Thanks @rschristian! - Widen utility component types to accept ComponentChildren/ReactNodes as children and fallbacks -
#798
e58734dThanks @marvinhagemeister! - Fix performance regression by checking if the@preact/signals-debugpackage is enabled only once. -
#800
bc5b573Thanks @JoviDeCroock! - Allow useLiveSignal to accept plain values
@preact/[email protected]
Patch Changes
-
#795
80712b1Thanks @rschristian! - Widen utility component types to accept ComponentChildren/ReactNodes as children and fallbacks -
#800
bc5b573Thanks @JoviDeCroock! - Allow useLiveSignal to accept plain values
@preact/[email protected]
Minor Changes
- #796
035e8afThanks @JoviDeCroock! - Revert the changes touseComputed, sincere apologies for the inconvenience we've discussed this at length and are going to side on the perf side.
@preact/[email protected]
Minor Changes
- #792
95dcf41Thanks @JoviDeCroock! - Allow thewhenproperty ofShowto be a function so not everything has to be transformed into a boolean computed
Patch Changes
-
#790
4b143a7Thanks @JoviDeCroock! - Ensure the cached and non-cached shape is the same -
#791
358a758Thanks @JoviDeCroock! - PreventForcache from expanding infinitely
@preact/[email protected]
Minor Changes
- #792
95dcf41Thanks @JoviDeCroock! - Allow thewhenproperty ofShowto be a function so not everything has to be transformed into a boolean computed
Patch Changes
-
#790
4b143a7Thanks @JoviDeCroock! - Ensure the cached and non-cached shape is the same -
#791
358a758Thanks @JoviDeCroock! - PreventForcache from expanding infinitely
@preact/[email protected]
Minor Changes
- #777
d31738fThanks @JoviDeCroock! - Revert the changes touseComputed, sincere apologies for the inconvenience we've discussed this at length and are going to side on the perf side.
Patch Changes
-
#782
fbf69a9Thanks @JoviDeCroock! - Ensure aria/data attributes stick around when going back to an empty string -
#783
86575b4Thanks @JoviDeCroock! - EnsureForandShowaccount for nested reactivity
@preact/[email protected]
Minor Changes
- #777
d31738fThanks @JoviDeCroock! - Revert the changes touseComputed, sincere apologies for the inconvenience we've discussed this at length and are going to side on the perf side.
Patch Changes
- #783
86575b4Thanks @JoviDeCroock! - EnsureForandShowaccount for nested reactivity
@preact/[email protected]
Patch Changes
- #761
c7c3218Thanks @JoviDeCroock! - Fix reporting complex values to the extension
@preact/[email protected]
@preact/[email protected]
Patch Changes
- #757
18f1aa1Thanks @JoviDeCroock! - Reflect logic from #754 in react