Commit Graph

9319 Commits (02676a3bf871bda70e77ef5c3b3817abbbc93a7b)
 

Author SHA1 Message Date
Rich Harris 02676a3bf8 eat local, shop local, declare local
2 years ago
Rich Harris cfbc185aaa make terminology more consistent with other places
2 years ago
Rich Harris 06c50aaf51 tweak passive/nonpassive types to make them more compact and show up as deprecated
2 years ago
paoloricciuti a81a1d4ed6 chore: update output
2 years ago
paoloricciuti bdce9cb60d chore: i swear i will setup a commit hook for generating types
2 years ago
paoloricciuti 2c5a34bcae fix: use `passive` and `nonpassive` actions for `passive` and `nonpassive` modifiers
2 years ago
paoloricciuti 5445056248 chore: revert bubble as prop init but keep fix for restProps
2 years ago
paoloricciuti d5e0eaa21d fix: implement bubble on props strategy
2 years ago
paoloricciuti 5f72e3f0e3 chore: damn type generations
2 years ago
paoloricciuti bd66c7f602 chore: deprecate legacy stuff
2 years ago
paoloricciuti 0c23fa2eed chore: generate types
2 years ago
paoloricciuti e4791acbd2 fix: use bubbler for delegated events
2 years ago
paoloricciuti a5184e1c13 fix: handle nullish values
2 years ago
paoloricciuti ce6aedd91d chore: replace map with object
2 years ago
Rich Harris 06d28f9872 re-export event modifier substitutes
2 years ago
paoloricciuti 5c1285e628 chore: generate types
2 years ago
paoloricciuti 2194d49d6f fix: use function instead of action
2 years ago
paoloricciuti 528da1c1b4 fix: migrate events to be more inline with svelte 4
2 years ago
Paolo Ricciuti c5fa0b46e1
fix: missing space when importing run as in migration (#13361)
2 years ago
Rich Harris bc2d30c558
chore: refactor `set_attributes` code generation (#13353)
2 years ago
Rich Harris 13cb3855da
chore: refactor `RegularElement` visitor (#13350)
2 years ago
Rich Harris 9e511b141c
fix: make each items reassignable (#12257)
2 years ago
Rich Harris f81f4feab8
chore: simplify attributes (#13337)
2 years ago
Conduitry 1a5cf6fef4
perf: improve get_setters cache (#13343)
2 years ago
github-actions[bot] de157ee1dc
Version Packages (next) (#13342)
2 years ago
Rich Harris 3aa2ec0813
fix: only set attribute as property if element has setter (#13341)
2 years ago
github-actions[bot] 78b134dec1
Version Packages (next) (#13336)
2 years ago
Rich Harris b3f3915180
fix: set strings as attributes, non-strings as properties if property exists (#13327)
2 years ago
Rich Harris 2553932c2c
fix: only warn on context="module" in runes mode (#13332)
2 years ago
Rich Harris d6ab12ae76
feat: deprecate `<svelte:self>` in runes mode (#13333)
2 years ago
github-actions[bot] 313bcea6cc
Version Packages (next) (#13330)
2 years ago
Simon H c636fc67bc
fix: silence snapshot warnings inside `$inspect` (#13334)
2 years ago
Simon H e4926d7507
docs: note html structure breaking change (#12991)
2 years ago
Dominic Gannaway db6545d173
fix: keep bound inputs in sync in runes mode (#13328)
2 years ago
github-actions[bot] 00cc3640b1
Version Packages (next) (#13329)
2 years ago
Rich Harris 321e3eafa7
feat: better `flip` animations (#13317)
2 years ago
github-actions[bot] d65304007d
Version Packages (next) (#13319)
2 years ago
Simon H 5dbe763792
fix: don't make wheel events passive by default (#13322)
2 years ago
Rich Harris 0ef14b5128
chore: more `process_effect` tweaks (#13315)
2 years ago
Rich Harris 5d56c592ff
fix: delete transformers shadowed by unreassigned state (#13316)
2 years ago
github-actions[bot] b3842d7982
Version Packages (next) (#13311)
2 years ago
Rich Harris 19179822c3
create effect root for custom element (#13312)
2 years ago
Rich Harris 1d1e4aeeb1
fix: attach effects-inside-deriveds to the parent of the derived (#13309)
2 years ago
Dominic Gannaway c4d8d405c9
fix: ensure component effects have the correct reaction owner (#13308)
2 years ago
Simon H b23516121b
fix: handle `$$Props` interface during migration (#13305)
2 years ago
Simon H d338e8083f
fix: simplify and robustify appending styles (#13303)
2 years ago
github-actions[bot] f852a6890b
Version Packages (next) (#13304)
2 years ago
Rich Harris b4417383d6
chore: improve performance of scheduling effects (but without creating additional branches) (#13300)
2 years ago
github-actions[bot] dbc5793533
Version Packages (next) (#13293)
2 years ago
Paolo Ricciuti e3c56fab4f
fix: correctly migrate sequence expressions (#13291)
2 years ago