All Versions
385
Latest Version
Avg Release Cycle
8 days
Latest Release
-
Changelog History
Page 5
Changelog History
Page 5
-
v3.38.0 Changes
- Avoid recreating DOM elements during hydration (#1067)
- ๐ Support passing CSS custom properties to component (#5628)
- ๐ Support
:global()
as part of compound CSS selectors (#6222) - ๐ Fix updating
<slot>
contents when there's an aborted transition (#3542) - ๐ Fix setting boolean attributes on custom elements (#5951)
- โ Add missing function overload for
derived
to allow explicitly setting an initial value for non-async derived stores (#6172) - ๐ Fix dynamic
href
values erroneously triggering a11y warnings (#5990) - ๐ Fix scope leak when updating an
{#await}
block (#6173) - ๐
Pass full markup source to
script
/style
preprocessors (#6169) - ๐ Fix
crossfade
types to markfallback
as optional (#6201) - โ Add missing "context" typing to
SvelteComponent
constructor options (#6236) - Don't automatically switch to
svg
namespace when inforeign
namespace (#6257)
-
v3.37.0 Changes
- ๐ Allow root-level context to be passed to the component constructor (#6032)
-
v3.36.0 Changes
- โ Add
this: void
typing to store functions (#6094) - Export
Spring
,Tweened
andEasingFunction
interfaces (#6070, #6056) - Export interfaces for transition parameters (#5207)
- Export store's useful TypeScript definitions (#5864)
- ๐ Fix previous breaking change to
svelte/preprocess
types location (#6100) - ๐ Fix missing slotted elements in AST (#6066)
- โ Add
-
v3.34.0 Changes
- โ Add a
cssHash
option for controlling the classname used for CSS scoping (#570)
- โ Add a
-
v3.32.3 Changes
- ๐ Fix removal of lone
:host
selectors (#5982)
- ๐ Fix removal of lone
-
v3.32.1 Changes
- Warn when using
module
variables reactively, and close weird reactivity loophole (#5847) - ๐ Throw a parser error for
class:
directives with an empty class name (#5858) - ๐ Fix extraneous store subscription in SSR mode (#5883)
- โก๏ธ Don't emit update code for
class:
directives whose expression is not dynamic (#5919) - ๐ Fix type inference for derived stores (#5935)
- ๐ Make parameters of built-in animations and transitions optional (#5936)
- ๐ Make
SvelteComponentDev
typings more forgiving (#5937) - ๐ Fix
foreign
elements incorrectly disallowingbind:this
(#5942)
- Warn when using