Commit Graph

567 Commits (e1b2d29edad7ecd57c2189254f947fc31faf5d71)

Author SHA1 Message Date
github-actions[bot] b44311acc1
Version Packages (next) () 12 months ago
miunau bbd44e9e47
fix: Add `elementtiming` HTMLAttribute, remove `crossorigin` from HTMLInputAttributes () 12 months ago
Rich Harris 59ff650ccb
remove if blocks around attribute updates () 12 months ago
github-actions[bot] 1e0054e915
Version Packages (next) () 12 months ago
miunau 0c05733d31
fix: Add `dirname` to HTMLInputAttributes () 12 months ago
Rich Harris f1d9afe32f
changeset () 12 months ago
Rich Harris 8214075285
fix: update type of `options.target` () 12 months ago
Rich Harris 7f10642add
chore: improve hydration tests () 12 months ago
github-actions[bot] c47c5713e2
Version Packages (next) () 12 months ago
Dominic Gannaway 83f30bf0e8
fix: allow runes for variable declarations in the template () 12 months ago
Simon H b468978e4d
fix: handle multiple snippet parameters with one or more being optional () 12 months ago
Simon H 3eef1cb8cf
feat: take form resets into account for two way bindings () 12 months ago
Simon H a339c28bb7
breaking: apply fallback value every time in runes mode () 12 months ago
github-actions[bot] c60f2e38a3
Version Packages (next) () 12 months ago
Dominic Gannaway 8c2f6039c6
fix: improve element class attribute behaviour () 12 months ago
Dominic Gannaway efe85fcce0
fix: more robust select element logic () 12 months ago
Dominic Gannaway f5f9465edc
feat: add support for webkitdirectory DOM boolean attribute () 1 year ago
Dominic Gannaway c564c77199
fix: ensure select value is updated upon select element removal () 1 year ago
Simon H 682f4a6513
fix: adjust scope parent for named slots () 1 year ago
Dominic Gannaway 117082b039
fix: improve handling of unowned derived signals () 1 year ago
Simon H 1fc41730a1
fix: don't override instance methods during legacy class creation () 1 year ago
Simon H f8c85d525d
fix: ensure capture events don't call delegated events () 1 year ago
github-actions[bot] 1bfafe935b
Version Packages (next) () 1 year ago
Rich Harris d921fb97bd
fix: add types for svelte/reactivity () 1 year ago
Dominic Gannaway 474fc7ebe0
fix: ensure arguments are supported on all reactive Date methods () 1 year ago
github-actions[bot] afc2eea382
Version Packages (next) () 1 year ago
Dominic Gannaway fe3b3b463c
feat: adds reactive Map class to svelte/reactivity () 1 year ago
github-actions[bot] 924f0611f7
Version Packages (next) () 1 year ago
Rich Harris 1e653ef4d8
fix: make `set.has(...)` granular for existing properties () 1 year ago
Simon H fbbd89a917
fix: invalidate store when mutated inside each block () 1 year ago
github-actions[bot] 2701c0ad64
Version Packages (next) () 1 year ago
Simon H 339782f3e0
fix: handle component binding mutation () 1 year ago
Dominic Gannaway 2cb78ac253
fix: adjust render effect ordering () 1 year ago
github-actions[bot] 0c1026f166
Version Packages (next) () 1 year ago
Dominic Gannaway 3f7fcf9aec
feat: add reactive Set class to svelte/reactivity () 1 year ago
Rich Harris 77f39ea988
breaking: make `$props()` rune non-generic () 1 year ago
Dominic Gannaway 468ecda6ea
fix: improve internal render effect sequencing () 1 year ago
github-actions[bot] 3bdef5486f
Version Packages (next) () 1 year ago
Dominic Gannaway ef206fe1b5
fix: improve derived output for ssr () 1 year ago
github-actions[bot] 8dc7cd2151
Version Packages (next) () 1 year ago
Mostafa Kheibary e16591abe8
docs: Change all the word "initialization" to "initialisation" () 1 year ago
Simon H 74474fe085
fix: prevent reactive statement reruns () 1 year ago
github-actions[bot] f3bfb938ee
Version Packages (next) () 1 year ago
Dominic Gannaway 7c00f1dacb
fix: improve bind:this support around proxyied state () 1 year ago
Simon H 304db0d5b2
fix: bump specificity on all members of a selector list () 1 year ago
Simon H b1267b03b6
fix: error when exporting reassigned state from module context () 1 year ago
Simon H ae4af6841a
fix: eagerly unsubscribe when store is changed () 1 year ago
Simon H 3fd02f1c49
breaking: preserve slots inside templates with a shadowrootmode attribute () 1 year ago
Simon H fff3320517
chore: custom elements validation () 1 year ago
Dominic Gannaway 622195cc21
fix: ensure performance.now() and requestAnimationFrame() are polyfilled in ssr () 1 year ago
github-actions[bot] b3d0a0695a
Version Packages (next) () 1 year ago
Dominic Gannaway d9d1022895
fix: improve indexed each equality () 1 year ago
Simon H 4285e6d814
fix: prevent snippet children conflict () 1 year ago
Dominic Gannaway eedb59355f
fix: adjust keyed each block equality handling () 1 year ago
github-actions[bot] d577740c82
Version Packages (next) () 1 year ago
Ahmad 6fb64c9914
fix: improve namespace inference when having `{@render}` and `{@html}` tags () 1 year ago
Simon H 5d3385c56f
fix: don't collapse whitespace within text nodes () 1 year ago
github-actions[bot] c4473dff7c
Version Packages (next) () 1 year ago
Simon H 5768ac3027
fix: better ownership mutation validation () 1 year ago
Simon H 1ac313594c
fix: handle TypeScript's optional parameter syntax in snippets () 1 year ago
Simon H b1b51a404b
fix: deduplicate generated props and action arg names () 1 year ago
github-actions[bot] e21488fc4b
Version Packages (next) () 1 year ago
Dominic Gannaway 710f73f9cf
fix: improve derived rune destructuring support () 1 year ago
Simon H 56315df679
feat: allow arbitrary call expressions for render tags () 1 year ago
Dominic Gannaway b2e9be2148
fix: improve ssr code generation for class property $derived () 1 year ago
Dominic Gannaway 99e1665ce1
feat: improve ssr html mismatch validation () 1 year ago
Simon H 3fe4940a9d
perf: bail early when traversing non-state () 1 year ago
Simon H 6625c1e080
fix: warn when `$props` rune not called () 1 year ago
Simon H 749d3aa413
fix: add `$set` and `$on` methods in legacy compat mode () 1 year ago
Dominic Gannaway a4a789db4d
fix: improve ssr output of dynamic textarea elements () 1 year ago
github-actions[bot] 512edaad6f
Version Packages (next) () 1 year ago
Dominic Gannaway aa28ac3c7a
fix: improve deep_read performance () 1 year ago
github-actions[bot] 1822396a55
Version Packages (next) () 1 year ago
Dominic Gannaway f658ca0d54
feat: add reactive Date object to svelte/reactivity () 1 year ago
Dominic Gannaway b4a70ea38a
fix: improve event delegation with shadowed bindings () 1 year ago
github-actions[bot] cc6155922b
Version Packages (next) () 1 year ago
xxkl1 fc6666bc56
fix: prevent window listeners from triggering events twice () 1 year ago
Simon H 45e385721c
fix: don't clear date input on temporarily invalid value () 1 year ago
Dominic Gannaway 2de741219f
fix: correctly handle proxied signal writes before reads () 1 year ago
Simon H 506196b72b
feat: allow dynamic `type` attribute with `bind:value` () 1 year ago
Simon H db0b802fc2
fix: use safe-equals comparison for `@const` tags in legacy mode () 1 year ago
Dominic Gannaway c10337cfb2
fix: improve proxy effect dependency tracking () 1 year ago
Rich Harris 6afaf75a37
fix: synchronise element bindings () 1 year ago
Simon H a2164ff9f4
fix: make `bind_this` implementation more robust () 1 year ago
github-actions[bot] d2b11ec4da
Version Packages (next) () 1 year ago
Dominic Gannaway ec52c75cc4
fix: permit whitespace within template scripts () 1 year ago
Dominic Gannaway a2fbef2050
fix: improve import event handler support () 1 year ago
Simon H 66b624491e
fix: allow boolean `contenteditable` attribute () 1 year ago
Dominic Gannaway 58008479fc
fix: improve $inspect handling of derived objects () 1 year ago
github-actions[bot] 187400b409
Version Packages (next) () 1 year ago
Rich Harris ddb968cc35
fix: ensure proxy owner set always has 1 or more members () 1 year ago
github-actions[bot] 88389ad2cf
Version Packages (next) () 1 year ago
Ahmad d6e0fbd8ba
fix: handle member expressions in directives () 1 year ago
Dominic Gannaway 802bfcabec
fix: improve props spreading logic () 1 year ago
Rich Harris 96eae28ed2
fix: remove memory leak, make `beforeUpdate` etc work correctly () 1 year ago
github-actions[bot] 662eda4ae7
Version Packages (next) () 1 year ago
Rich Harris 8613a6f28a
fix: stack-trace-based readonly validation () 1 year ago
Dominic Gannaway f1550b2ea3
fix: correct context applied to batch_inspect () 1 year ago
Rich Harris 02c6176622
feat: allow state/derived/props to be explicitly exported from components () 1 year ago
github-actions[bot] ad2b8b9112
Version Packages (next) () 1 year ago