Commit Graph

662 Commits (e01776401d7cf6518f4822beb3e7ba12a90c96d3)

Author SHA1 Message Date
Dominic Gannaway e01776401d
fix: ensure no data loss occurs when using reactive Set methods (#11385)
5 months ago
Simon H 2754e4eb39
fix: handle reassignment of `$$props` and `$$restProps` (#11348)
5 months ago
Simon H 5e0845fe3e
fix: disallow sequence expressions in `@const` tags (#11357)
5 months ago
github-actions[bot] b3c2d979c6
Version Packages (next) (#11381)
5 months ago
Jeremiasz Major 0397fcb614
fix: require whitespace after `@const` tag (#11379)
5 months ago
Simon H eb7e32c168
fix: collect all necessary setters of html elements (#11371)
5 months ago
Simon H cd2506535f
feat: leave view transition pseudo selectors untouched (#11375)
5 months ago
Simon H de315d84eb
fix: ensure reactions are kept dirty when marking them again (#11364)
5 months ago
github-actions[bot] 7a3ee6d059
Version Packages (next) (#11335)
5 months ago
Simon H 4479b8c6f3
fix: allow `bind:this` on `<select>` with dynamic `multiple` attribute (#11378)
5 months ago
Simon H 500b2065e0
fix: apply modifiers to bubbled events (#11369)
5 months ago
Paolo Ricciuti 2d2508a2cd
feat: allow for literal property definition with state on classes (#11326)
5 months ago
Paolo Ricciuti c7bdef595b
fix: store from props hoist wrong param (#11367)
5 months ago
Caique Torres 68071f7c06
fix: disallow mixing event-handling syntaxes (#11295)
5 months ago
Simon H 7d19e5b1a4
fix: disallow mounting a snippet (#11347)
5 months ago
Paolo Ricciuti d3949a6e71
fix: hr, script and template as valid select children (#11344)
5 months ago
Simon H cd798077b4
feat: provide migration function (#11334)
5 months ago
Rich Harris f1986da755
feat: only inject push/init/pop when necessary (#11319)
5 months ago
Rich Harris 8e43e9aae0
fix: correctly interpret empty aria- attribute (#11325)
5 months ago
github-actions[bot] 4be593472d
Version Packages (next) (#11315)
5 months ago
Rich Harris 6eb70f88bb
fix: remove `bind_prop` in runes mode (#11321)
5 months ago
Rich Harris 476f2172b6
fix: mark `accessors` and `immutable` as deprecated (#11277)
5 months ago
github-actions[bot] 880886061d
Version Packages (next) (#11307)
5 months ago
Simon H f6dfac985c
feat: `Bindable` types (#11225)
5 months ago
github-actions[bot] 3866887f37
Version Packages (next) (#11296)
5 months ago
Simon H 2d378bb762
breaking: disallow binding to component exports in runes mode (#11238)
5 months ago
github-actions[bot] e3c8589737
Version Packages (next) (#11292)
5 months ago
Craig Jennings fe6e4e2b05
fix: avoid hoisting error by using 'let' instead of 'var' (#11291)
5 months ago
github-actions[bot] 05ac8f4322
Version Packages (next) (#11260)
5 months ago
Yuichiro Yamashita 0bb49b12d2
fix: resolve type definition error in `svelte/compiler` (#11283)
5 months ago
Rich Harris dcfa503617
fix: use type arguments when extending Map/Set (#10820)
5 months ago
Rich Harris 47ba488cf2
fix: only destroy snippets when they have changed (#11267)
5 months ago
Rich Harris 5ef1fdf7cc
fix: run render functions for dynamic void elements (#11258)
5 months ago
Rich Harris 521d124267
fix: allow events to continue propagating following an error (#11263)
5 months ago
Rich Harris 9721d5641b
feat: implement `:global {...}` CSS blocks (#11276)
5 months ago
Vaibhav Rai 11c7cd5495
Feat: Add read-only binding focused (#11271)
5 months ago
Jeremiasz Major b91a67ba68
feat: include `script` and `svelte:options` attributes in ast (#11241)
5 months ago
github-actions[bot] 1b688eac8f
Version Packages (next) (#11255)
5 months ago
Simon H 7edba25581
fix: run event attributes after binding event listeners (#11230)
5 months ago
github-actions[bot] 68a12f0a09
Version Packages (next) (#11236)
5 months ago
Rich Harris 6bff8c0e93
fix: ensure that CSS is generated for the final frame of a transition (#11251)
5 months ago
Rich Harris 0ad0f04b0b
fix: more robust moving of each item nodes (#11254)
5 months ago
Jeremiasz Major a764f4e88e
don't allow children in svelte:options (#11250)
5 months ago
Caique Torres f632b2a944
feat: checking for runes when generating js code for object mutations (#11243)
5 months ago
Simon H 669d2d7a1e
fix: preserve getters/setters in HMR mode (#11231)
5 months ago
Rich Harris 516cd22686
fix: more accurate error message when creating orphan effects (#11227)
5 months ago
Paolo Ricciuti eac4218402
fix: possible name clash in hoisted functions (#11237)
5 months ago
Simon H cca67bba51
fix: support `$state.snapshot` as part of variable declarations (#11235)
5 months ago
github-actions[bot] 5fce00f06e
Version Packages (next) (#11205)
5 months ago
Rich Harris de2d8a0bee
Revert "feat: allow $inspect reactivity map, set, date (#11164)" (#11223)
5 months ago