Commit Graph

3185 Commits (svelte@5.54.0)

Author SHA1 Message Date
Rich Harris 4aa3777271
chore: better log_effect_tree (#17833)
6 months ago
Rich Harris 15e1e73f9c
chore: add `batch.id` property (#17831)
6 months ago
github-actions[bot] d4c78292ed
Version Packages (#17812)
6 months ago
Mathias Picker 361b32c7cd
fix: SvelteURL search setter uses unnormalized value (#17828)
6 months ago
Mathias Picker 1043f79d1e
perf: optimize compiler analysis phase (#17823)
6 months ago
Paolo Ricciuti b6faa2a905
fix: always case insensitive event handlers during ssr (#17822)
6 months ago
Paolo Ricciuti e3d277b000
fix: visit synthetic value node during ssr (#17824)
6 months ago
Mathias Picker 18db0cab86
fix: SvelteMap incorrectly handles keys with `undefined` values (#17826)
6 months ago
Rich Harris 3fc4bc6774
chore: remove unused is_flushing variable (#17820)
6 months ago
Rich Harris 16a13517ef
fix: skip redundant batch.apply (#17816)
6 months ago
Rich Harris 04ba134d33
docs: flesh out `attribute_invalid_sequence_expression` message (#17789)
6 months ago
dependabot[bot] fc67c9cfe9
chore(deps-dev): bump rollup from 4.52.5 to 4.59.0 (#17810)
6 months ago
Mathias Picker efb651cd33
perf: optimize parser hot paths for ~18% faster compilation (#17811)
6 months ago
Rich Harris dd5b587bd3
chore: simplify batch.flush (#17814)
6 months ago
Rich Harris 5e28508377
chore: simplify create effect (#17813)
6 months ago
Rich Harris 5bd4699539
chore: more efficient effect scheduling (#17808)
6 months ago
Rich Harris b76cd5cafc
chore: null out current_batch before committing branches (#17809)
6 months ago
Elliott Johnson fa4f1c45f4
chore: run `prettier` (#17803)
6 months ago
github-actions[bot] ed14b499d6
Version Packages (#17802)
6 months ago
Paolo Ricciuti 0df5abcae2
Merge commit from fork
6 months ago
Elliott Johnson 0298e97937
Merge commit from fork
6 months ago
github-actions[bot] 96fd3ce763
Version Packages (#17786)
6 months ago
Simon H 1b3e660519
fix: prevent flushed effects from running again (#17787)
6 months ago
Simon H 673a1ab964
fix: set server context after async transformError (#17799)
6 months ago
Maurício Kishi 3a289797bd
fix: handle default parameters scope leaks (#17788)
6 months ago
Simon H fcdc0289db
fix: hydrate if blocks correctly (#17784)
6 months ago
github-actions[bot] 97f3ac5571
Version Packages (#17775)
6 months ago
Simon H 7deedc5bb4
fix: render `:catch` of `#await` block with correct key (#17769)
6 months ago
Paolo Ricciuti f67d03df5b
fix: make string coercion consistent to `toString` (#17774)
6 months ago
Conduitry 4e29eee4b0
chore: pin aria-query@5.3.1 (#17772)
6 months ago
github-actions[bot] 69e6c4cdbb
Version Packages (#17768)
6 months ago
Conduitry d75d1f7dbb
fix: further obfuscate `node:crypto` import from overzealous static analysis (#17763)
6 months ago
Paolo Ricciuti 6aa7b9c64a
fix: update expressions on server deriveds (#17767)
6 months ago
github-actions[bot] d258f85235
Version Packages (#17755)
6 months ago
Simon H 0c7f815143
fix: handle shadowed function names correctly (#17753)
6 months ago
Simon H 7106da4dd2
chore: fix changelog (#17754)
6 months ago
github-actions[bot] c2fc95a467
Version Packages (#17747)
6 months ago
Rich Harris 92e2fc1209
feat: allow comments in tags (#17671)
6 months ago
Simon H 2661513cd3
feat: allow error boundaries to work on the server (#17672)
6 months ago
Simon H 582e4443dc
fix: ensure head effects are kept in the effect tree (#17746)
6 months ago
Rich Harris f8bf9bb461
chore: deactivate current_batch by default in unset_context (#17738)
6 months ago
Rich Harris 696d97ff3e
fix: use TrustedHTML to test for customizable <select> support, where necessary (#17743)
6 months ago
github-actions[bot] cbf4e246fc
Version Packages (#17742)
6 months ago
Rich Harris 09c4cb5084
fix: re-run non-render-bound deriveds on the server (#17674)
6 months ago
Rich Harris be24b0dca7
feat: support TrustedHTML in {@html} expressions (#17701)
6 months ago
Simon H 9f48e7620f
fix: repair dynamic component truthy/falsy hydration mismatches (#17737)
6 months ago
github-actions[bot] 8ea33bf7fe
Version Packages (#17740)
6 months ago
Elliott Johnson f855a0b770
fix: misc option escaping and backwards compatibility (#17741)
6 months ago
Elliott Johnson 781052eeab
chore: upgrade `devalue` (#17739)
6 months ago
Paolo Ricciuti f7c80da18c
Merge commit from fork
6 months ago
Elliott Johnson a0c7f28915
Merge commit from fork
6 months ago
Elliott Johnson 73098bb26c
Merge commit from fork
6 months ago
Elliott Johnson f89c7ddd7e
Merge commit from fork
6 months ago
github-actions[bot] b8f2b86105
Version Packages (#17733)
6 months ago
Rich Harris c83aa06d69
chore: proactively defer effects in pending boundary (#17734)
6 months ago
Rich Harris 2287ad005a
fix: detect and error on non-idempotent each block keys in dev mode (#17732)
6 months ago
Rich Harris 3f6521df0e
chore: unify async logic (#17731)
6 months ago
Rich Harris bd4ba56932
chore: make batch.is_deferred a private method (#17729)
6 months ago
github-actions[bot] 04c0368aa8
Version Packages (#17725)
6 months ago
Rich Harris e47c747338
fix: prevent event delegation logic conflicting between svelte instances (#17728)
6 months ago
Varun Chawla 60a425193c
fix: treat CSS attribute selectors as case-insensitive for HTML enumerated attributes (#17712)
6 months ago
Rich Harris 6557a0a591
fix: run effects in pending snippets (#17719)
6 months ago
7nik ff70ab1b76
fix: locate Rollup annontaion friendly to JS downgraders (#17724)
6 months ago
github-actions[bot] 82265f1496
Version Packages (#17711)
6 months ago
Copilot dd9fc0d1ad
Warn on non-destructured `$props()` reads in runes mode (#17708)
6 months ago
Paolo Ricciuti 01f1937a98
fix: take async into consideration for dev delegated handlers (#17710)
6 months ago
github-actions[bot] 7299ffc39f
Version Packages (#17704)
6 months ago
7nik 743d52a893
fix: don't crash on undefined `document.contentType` (#17707)
6 months ago
Rich Harris 220b526d3a
fix: use symbols for encapsulated event delegation (#17703)
6 months ago
github-actions[bot] 7b6755eaf6
Version Packages (#17693)
6 months ago
jyc.dev 86d5522096
fix: follow-up formatting in `print()` for block-level elements (#17699)
6 months ago
Abdelrahman 0565dca1f7
fix: implement ref counting for mount with same target (#17695)
6 months ago
Jay Harris 6c15e711e2
[fix]: Add support for TrustedTypes in Svelte (#16271)
6 months ago
Elliott Johnson 75e1992141
fix: sanitize template-literal-special-characters in SSR attribute values (#17692)
6 months ago
github-actions[bot] c1c664df93
Version Packages (#17681)
6 months ago
Razin Shafayet 45a796b327
fix: propagate `$effect` errors to `<svelte:boundary>` (#17684)
6 months ago
7nik b657029687
fix: take into account `nodeName` case sensitivity on XHTML pages (#17689)
6 months ago
Rich Harris 4eee2f7c92
fix: freeze effects-inside-deriveds when disconnecting, unfreeze on reconnect (#17682)
6 months ago
Rich Harris 9400689e1c
chore: use create_element everywhere (#17683)
6 months ago
Rich Harris bcd170ceb0
fix: always lowercase HTML elements, for XHTML compliance (#17664)
6 months ago
github-actions[bot] 015e744962
Version Packages (#17668)
6 months ago
Artyom Alekseevich 684cdba253
fix: resolve effect_update_depth_exceeded with select bind:value in legacy mode (#17645)
6 months ago
Manuel 3c6bb6faba
chore: provide proper public type for `parseCss` result (#17654)
6 months ago
Simon H b0ca0b84de
fix: robustify blocker calculation (#17676)
6 months ago
Rich Harris e3d7f3986f
chore: update ESLint to v10 (#17670)
6 months ago
Mohit Kourav 15fe6b85c0
feat: add warning when media.play() fails in bind:paused (#17656)
6 months ago
Simon H bd5480b9d0
fix: reduce if block nesting (#17662)
6 months ago
github-actions[bot] 35c845e35d
Version Packages (#17653)
6 months ago
Mohit Kourav 67c4a38117
docs: add explanatory comments to empty catch blocks (#17651)
6 months ago
Simon H 0a404c9863
fix: prevent async render tag hydration mismatches (#17652)
6 months ago
Rich Harris d047bc6e2a
fix: render boolean attribute values as empty strings for XHTML compliance (#17648)
6 months ago
7nik 9749ee869c
chore: add xhtml tests (#17597)
6 months ago
github-actions[bot] bb00d5b6e7
Version Packages (#17615)
6 months ago
Andrew Aquino 863c9d6875
chore: wrap JSDoc URLs in @see and @link tags (#17617)
6 months ago
Rich Harris 57cb393796
fix: allow NaN in key blocks (#17642)
6 months ago
Rich Harris bd7b8aa108
chore: fix broken css test (#17644)
6 months ago
Artyom Alekseevich f71a6813b7
fix: treat menu element like ul/ol for a11y role checks (#17638)
6 months ago
Artyom Alekseevich 4453e4895d
fix: fix spelling errors in media-query and test file (#17628)
6 months ago
Artyom Alekseevich 0c715afdab
fix: correct spelling errors in test files (#17630)
6 months ago
Artyom Alekseevich 989492f057
fix: use "set up" (verb) instead of "setup" (noun) in comments (#17632)
6 months ago