Commit Graph

11133 Commits (df42e4babd326dfff382d59f6afdfbec1aef9cf9)
 

Author SHA1 Message Date
paoloricciuti df42e4babd fix: add validations for `svelte:dom` elements
3 months ago
paoloricciuti 098cdebe95 fix: disallow css injected with custom renderer
3 months ago
paoloricciuti 100fbbf05f fix: conditional invocation
3 months ago
paoloricciuti c189bdcfe3 chore: make option accept a function
3 months ago
paoloricciuti b4cf3d0a71 chore: move option under experimental
3 months ago
paoloricciuti f91c2fd6d8 fix: use operations functions everywhere
3 months ago
paoloricciuti ff5e835bf0 fix: handle autofocus and muted
3 months ago
paoloricciuti 2dc8fd19a3 chore: add full object in output
3 months ago
paoloricciuti a0d0f013da fix: un-special case customizable-select
4 months ago
paoloricciuti 6830052254 fix: style and class special case
4 months ago
paoloricciuti 37bd61d3f1 fix: attributes dom access
4 months ago
paoloricciuti 7dca98564a chore: add each reactive and key tests
4 months ago
paoloricciuti 5456125bab Merge remote-tracking branch 'origin/main' into svelte-custom-renderer
4 months ago
paoloricciuti beddf45690 chore: render into a fragment in tests
4 months ago
paoloricciuti 0f44733183 chore: boundary test
4 months ago
paoloricciuti f828ea3c6a chore: better test renderer
4 months ago
paoloricciuti e86da84c79 fix: handle compiled `nodeValue`/`textContent`
4 months ago
paoloricciuti ecffd81c22 fix: types
4 months ago
paoloricciuti 49cff549c7 chore: initial test suite
4 months ago
paoloricciuti bd70ab621c fix: events dom access
4 months ago
paoloricciuti cf874c0ab9 fix: generate types
4 months ago
paoloricciuti c459824a88 fix: don't clone node if a renderer is available
4 months ago
paoloricciuti 9ae3faa09a chore: centralize methods in `operations.js`
4 months ago
paoloricciuti 432c0235c9 fix: push and pop renderer when needed
4 months ago
paoloricciuti a59efbf610 fix: wrap component in boundary in `render`
4 months ago
github-actions[bot] 37ab33c0a3
Version Packages (#18006)
4 months ago
Rohit Nair P 4879f9da99
fix: improve duplicate module import error message (#18016)
4 months ago
Simon H 04eadbc8a9
fix: correctly handle bindings on the server (#18009)
4 months ago
Paolo Ricciuti 957f2755fa
fix: cleanup `superTypeParameters` in `ClassDeclarations`/`ClassExpression` (#18015)
4 months ago
paoloricciuti 6d13e5a1d0 fix: store current renderer in effect and push it before executing it
4 months ago
paoloricciuti 4eb2c0bd80 fix: import correctly
4 months ago
paoloricciuti 0a0212c86e chore: new operations functions to replace direct DOM access
4 months ago
paoloricciuti ac40179686 chore: remove getter
4 months ago
paoloricciuti 101d1cebdc chore: better types and more complete interface
4 months ago
Simon H a9d8439ad1
fix: reschedule new effects in prior batches (#18021)
4 months ago
paoloricciuti 2145510951 Merge remote-tracking branch 'origin/main' into svelte-custom-renderer
4 months ago
paoloricciuti 23e52db4e0 chore: better types
4 months ago
Simon H 669f6b45a3
fix: prevent hydration error on async `{@html ...}` (#17999)
4 months ago
Rich Harris 54ba176d2c
docs: 'open in playground' links (#17983)
4 months ago
Simon H 5e8662fb23
chore: lots of async tests (#17997)
4 months ago
github-actions[bot] 6e52f40d41
Version Packages (#17984)
4 months ago
Simon H 1773cb5b59
fix: ensure HMR wrapper forwards correct start/end nodes to active effect (#17985)
4 months ago
Razin Shafayet b90a5dfb61
docs: clarify `$derived` `await` behavior and dependency tracking (#17696)
4 months ago
moaaz a94924b677
fix: export TweenOptions, SpringOptions, SpringUpdateOptions and Updater from svelte/motion (#17967)
4 months ago
吴杨帆 0c669d9bc9
docs: recommend createContext as the primary method for context (#17959)
4 months ago
github-actions[bot] db69b7e345
Version Packages (#17965)
4 months ago
Abishek Raj R R 7123bf3a13
fix: remove trailing semicolon from {@const} tag printer (#17962)
4 months ago
Nitin Sahu 8e4de9b145
fix: null out effect.b in destroy_effect to prevent memory leak (#17980)
4 months ago
Simon H 6b33dd2a1e
fix: group sync statements (#17977)
4 months ago
Paolo Ricciuti 425fba33fe
fix: hydration comments during hmr (#17975)
4 months ago