Commit Graph

1747 Commits (f5a87c0f12bd12c08cfb42f461302c4ba05b16b5)

Author SHA1 Message Date
Rich Harris a4540f8f2b merge main
7 months ago
adiGuba 85f83ec435
feat: $props.id(), a SSR-safe ID generation (#15185)
7 months ago
github-actions[bot] 280d8c74cc
Version Packages (#15263)
7 months ago
Dominic Gannaway b602c59a22
fix: when re-connecting unowned deriveds, remove their unowned flag (#15255)
7 months ago
Paolo Ricciuti 02788f8e62
fix: allow mutation of private derived state (#15228)
7 months ago
github-actions[bot] c4d4349d0a
Version Packages (#15234)
7 months ago
Simon H 4883fd2c83
fix: hydrate `href` that is part of spread attributes (#15226)
7 months ago
Dominic Gannaway f2c83e5db7
fix: ensure unowned derived dependencies are not duplicated when reac… (#15232)
7 months ago
github-actions[bot] b0c4fa5246
Version Packages (#15216)
7 months ago
Simon H 3b7066f5c6
fix: ensure custom element updates don't run in hydration mode (#15217)
7 months ago
Simon H 6f392d679b
fix: properly set `value` property of custom elements (#15206)
7 months ago
Rich Harris 68a10b73b9 Merge branch 'main' into async
7 months ago
Dominic Gannaway d39d8c0675
fix: ensure tracking returns true, even if in unowned (#15214)
7 months ago
github-actions[bot] 64f86ee9d4
Version Packages (#15190)
7 months ago
Dominic Gannaway e0b3dc020c
chore: remove unused code from signal logic (#15195)
7 months ago
7nik 5b30fbfb0b
fix: encounter svelte:element in blocks as sibling during pruning css (#15165)
7 months ago
github-actions[bot] 04addca428
Version Packages (#15156)
7 months ago
Dominic Gannaway 7bef5963bd
fix: ensure reactions are correctly attached for unowned deriveds (#15158)
7 months ago
Simon H 970aa7cfaa
fix: prevent false-positive ownership validations due to hot reload (#15154)
7 months ago
Simon H 83f00ebbd6
fix: don't error on slot prop inside block inside other component (#15148)
7 months ago
Simon H b8607f8765
fix: silence a11y attribute warnings when spread attributes present (#15150)
7 months ago
Simon H f5406c952e
fix: widen ownership when calling setContext (#15153)
7 months ago
7nik 522557559f
fix: do not prune selectors like `:global(.foo):has(.scoped)` (#15140)
7 months ago
github-actions[bot] c8bbb15693
Version Packages (#15139)
7 months ago
Dominic Gannaway 13a6d555c0
fix: improve derived connection to ownership graph (#15137)
7 months ago
7nik 9410ad0318
fix: correctly look for sibling elements inside blocks and components (#15106)
7 months ago
github-actions[bot] b2c8224a73
Version Packages (#15118)
7 months ago
Dominic Gannaway fc4dd2dec4
fix: lazily connect derievds (in deriveds) to their parent (#15129)
7 months ago
Elliott Johnson 3f8ce21f47
fix: Add `bind:focused` to `HTMLAttributes` (#15122)
7 months ago
Rich Harris 0e0f01ee1c
fix: disallow $state/$derived in const tags (#15115)
7 months ago
Rich Harris da2fa01a48 Merge branch 'main' into aa
7 months ago
github-actions[bot] 357e1a74b4
Version Packages (#15088)
7 months ago
Rich Harris e43509c64b update changeset
8 months ago
Rich Harris e8e0d7338d Merge branch 'main' into aa
8 months ago
Trevor N. Suarez d47f4f5908
fix: expand boolean attribute support (#15095)
8 months ago
Edoardo Cavazza d17f5c748d
fix: add check for is attribute (#15086)
8 months ago
Rich Harris 7740d4576b
fix: optimise || expressions in template (#15092)
8 months ago
Theodore Brown c2e805f05c
fix: consistently set value to blank string when value attribute is undefined (#15057)
8 months ago
Rich Harris 6ea6e2d724 merge main
8 months ago
Rich Harris 8bba70b8e3
fix: avoid double deriveds in component props (#15089)
8 months ago
Trevor N. Suarez eee808fb79
fix: correctly handle `novalidate` attribute casing (#15083)
8 months ago
Paolo Ricciuti 7da86ef80c
fix: don't throw for `undefined` non delegated event handlers (#15087)
8 months ago
github-actions[bot] ee024ffd0e
Version Packages (#15080)
8 months ago
Dominic Gannaway 09510c8c5c
fix: address regression with untrack (#15079)
8 months ago
Rich Harris b386784d97 Merge branch 'main' into aa
8 months ago
github-actions[bot] c75f1f5f2f
Version Packages (#15052)
8 months ago
Paolo Ricciuti 5ad6a0cdc3
fix: initialize `files` bind on hydration (#15059)
8 months ago
Dominic Gannaway 2ad519542d
fix: ensure untrack correctly retains the active reaction (#15065)
8 months ago
Rich Harris a4eb7f7328 merge
8 months ago
ComputerGuy 5f6525f416
fix: omit unnecessary nullish coallescing in template expressions (#15056)
8 months ago