Releases: sveltejs/svelte
Releases Β· sveltejs/svelte
svelte@5.16.0
Minor Changes
- feat: allow
class
attribute to be an object or array, using clsx
(#14714)
Patch Changes
- fix: don't include keyframes in global scope in the keyframes to rename (#14822)
svelte@5.15.0
Minor Changes
- feat: add "worker" exports condition to better support bundling for worker-based environments (#14779)
svelte@5.14.6
Patch Changes
-
fix: treeshake $inspect.trace
code if unused in modules (#14774)
-
fix: Improve typescript DX for $inspect, $props, $bindable, and $host (#14777)
svelte@5.14.5
Patch Changes
-
fix: bump esrap dependency (#14765)
-
fix: ensure svg namespace for <a>
elements is correct (#14756)
-
fix: treeshake $inspect.trace
code if unused (#14770)
svelte@5.14.3
Patch Changes
-
fix: bump esrap, prevent malformed AST (#14742)
-
fix: compare array contents for equality mismatch detections, not the arrays themselves (#14738)
svelte@5.14.1
Patch Changes
- fix: improve unowned derived performance (#14724)
svelte@5.14.0
Minor Changes
- feat: adds $inspect.trace rune (#14290)