Commit Graph

10024 Commits (b9f90bd7511b2ea6fadbe7c37654299055d4b537)
 

Author SHA1 Message Date
Rich Harris b9f90bd751 typo
2 years ago
Rich Harris 296193b293 this is faster
2 years ago
Rich Harris 501f726efb tweak
2 years ago
Rich Harris 395debd8b2 tweak
2 years ago
Rich Harris a5ff0bb02a this is faster
2 years ago
Rich Harris f96124b6e0 tweak test
2 years ago
Rich Harris 2704f6135d minor style tweaks
2 years ago
Rich Harris ec4709f1d1 drive-by fix
2 years ago
adiguba bf9c305233 remove unused + fix JSDoc
2 years ago
adiGuba 8f3c108f75
Update packages/svelte/src/internal/shared/attributes.js
2 years ago
adiGuba 86fb42ff22
Update packages/svelte/src/internal/client/dom/elements/attributes.js
2 years ago
adiGuba a4b7280d3c
Update packages/svelte/src/compiler/phases/3-transform/server/visitors/shared/element.js
2 years ago
adiGuba 412fe18fc5
Update packages/svelte/src/compiler/phases/3-transform/client/visitors/shared/element.js
2 years ago
adiGuba 203ba37d02
Update packages/svelte/src/compiler/phases/3-transform/client/visitors/RegularElement.js
2 years ago
adiGuba 559c168157
Update packages/svelte/src/compiler/phases/3-transform/client/visitors/RegularElement.js
2 years ago
adiguba be008aeb85 clean observer
2 years ago
adiguba 2ae5869f52 add test for mutations on hydration
2 years ago
adiguba 1cbb44bf63 add test
2 years ago
adiguba 2b3fb8e04d optimize literals
2 years ago
adiguba 0073e0d51e fix
2 years ago
adiguba 42860b6b38 update expected result (remove leading space)
2 years ago
adiguba 55761143ca set_class with class: directives
2 years ago
github-actions[bot] 9873443337
Version Packages (#15304)
2 years ago
Paolo Ricciuti d8e78f7f57
fix: `muted` reactive without `bind` and select/autofocus attributes … (#15326)
2 years ago
Simon H 9091e7e930
fix: fire delegated events on target even it was disabled in the meantime (#15319)
2 years ago
adiGuba 0d5d9ab760
docs: fix two element_invalid_self_closing_tag warning in example (#15324)
2 years ago
Ranjan Purbey 575900de88
fix: Add more checks to determine if element is non-static (#15259)
2 years ago
tomoam 073f4d8911
fix: prevent writable store value from becoming a proxy when reassigning using $-prefix (#15283)
2 years ago
Paolo Ricciuti dde8603872
fix: do not warn for `binding_property_non_reactive` if binding is a store in an each (#15318)
2 years ago
Ben McCann 87d7cc7d89
chore: add missing await in tests (#15301)
2 years ago
Eric Liu 75f81991c2
docs(bindable): fix `file:` annotation for App.svelte (#15314)
2 years ago
adiGuba c40392c1e8
chore: remove options.uid in render() (#15302)
2 years ago
github-actions[bot] 32b78c9954
Version Packages (#15279)
2 years ago
Simon H 7e3253745e
fix: ensure AST analysis on `svelte.js` modules succeeds (#15297)
2 years ago
Paolo Ricciuti 8b977253f3
chore: fix `$props.id` tests (#15294)
2 years ago
Paolo Ricciuti b6bf735a23
fix: correctly ssr component in `svelte:head` with `$props.id()` or `css='injected'` (#15291)
2 years ago
Caique Torres 21dadfc997
fix: ignore typescript abstract methods during code transformation (#15267)
2 years ago
github-actions[bot] 23ecc364da
Version Packages (#15271)
2 years ago
Dominic Gannaway f747c412f4
chore: tweak effect self invalidation logic (#15275)
2 years ago
Paolo Ricciuti 5e52825d60
fix: take private and public into account for `constant_assignment` of derived state (#15276)
2 years ago
Paolo Ricciuti 18481386f3
fix: use `importNode` to clone templates for Firefox (#15272)
2 years ago
Kid 5fe0272868
docs: remove duplicate `onDestroy` description (#15274)
2 years ago
Simon H a3e49b6110
fix: recurse into `$derived` for ownership validation (#15166)
2 years ago
adiGuba afae274587
fix: value/checked not correctly set using spread (#15239)
2 years ago
adiGuba 85f83ec435
feat: $props.id(), a SSR-safe ID generation (#15185)
2 years ago
Rich Harris 73220b8667
chore: simplify process_effects (#15270)
2 years ago
github-actions[bot] 280d8c74cc
Version Packages (#15263)
2 years ago
Dominic Gannaway b602c59a22
fix: when re-connecting unowned deriveds, remove their unowned flag (#15255)
2 years ago
Paolo Ricciuti 02788f8e62
fix: allow mutation of private derived state (#15228)
2 years ago
Ben McCann 7ab18bba50
chore: allow pnpm 10 (#15258)
2 years ago