github-actions
released this
30 Oct 16:54
·
96 commits
to main
since this release
Patch Changes
-
fix: replace typo in compiler error messages (#14044)
-
fix: preserve the separator between selectors when an unused selector is in between (#13954)
-
fix: more robust re-subscribe detection for
fromStore
(#13995) -
fix: allow to pass in TS preference to migration (#13929)
-
fix: extend derived/state validation error to indirect exports (#14039)
-
fix: minify inject CSS in prod mode (#14006)
-
fix: ensure toStore subscription correctly syncs latest value (#14015)
-
fix: don't access
requestAnimationFrame
until needed to reduce need for mocks during testing (#14040) -
fix: ensure element effects are executed in the correct order (#14038)
-
fix: make compiler error extend from
Error
(#14036)