Minor Changes
- PERF: Computed signals now only trigger listeners if their value has changed (by @wmertens in #8148)
Patch Changes
-
execute cleanup cb for all component tree while calling dispose.cleanup method returned by render fn (by @sashkashishka in #8164)
-
🐞🩹 useResource's onRejected now catches errors again; preventing unhandled errors in test environments. (by @maiieul in #8197)
-
✨
qwik add compiled-i18now adds easy i18n to your app. (by @wmertens in #8177)