Commit Graph

11451 Commits (svelte-custom-renderer)
 

Author SHA1 Message Date
Simon H 97d45f85c6
fix: don't override `$destroy/set/on` instance methods in dev mode (#18034)
5 months ago
paoloricciuti e0a5e4fa35 fix: pass all the args to custom renderer events
5 months ago
paoloricciuti e2cedcd93e fix: don't lowercase attributes with custom renderers
5 months ago
paoloricciuti a0650d0611 fix: events don't go through propagation
5 months ago
Rich Harris aba4ab8737
chore: fix editorconfig (#18033)
5 months ago
paoloricciuti 700454d77c fix: lint
5 months ago
paoloricciuti c573720d39 chore: better types
5 months ago
paoloricciuti 1270d5d434 chore: cleanup
5 months ago
paoloricciuti 206bdf42ed fix: allow usage of `$props.id`
5 months ago
paoloricciuti 61ea8e9f19 chore: cleanup
5 months ago
paoloricciuti a0b60cb137 fix: handle context withing `render`
5 months ago
paoloricciuti 8270a2fd55 fix: make sure returned elements are not primitives
5 months ago
paoloricciuti 13ae09b861 fix: throw descriptive error if using `createRawSnippet` using custom renderer
5 months ago
paoloricciuti c322fdff25 fix: `validate_snippet_arguments`
5 months ago
paoloricciuti 1886dc9aab chore: cleanup
5 months ago
paoloricciuti 38dc4aee42 chore: cleanup
5 months ago
paoloricciuti 22420042d4 chore: cleanup
5 months ago
paoloricciuti 9167c8df4d fix: disallow `bind` and `transitions`
5 months ago
paoloricciuti df42e4babd fix: add validations for `svelte:dom` elements
5 months ago
paoloricciuti 098cdebe95 fix: disallow css injected with custom renderer
5 months ago
paoloricciuti 100fbbf05f fix: conditional invocation
5 months ago
paoloricciuti c189bdcfe3 chore: make option accept a function
5 months ago
paoloricciuti b4cf3d0a71 chore: move option under experimental
5 months ago
paoloricciuti f91c2fd6d8 fix: use operations functions everywhere
5 months ago
paoloricciuti ff5e835bf0 fix: handle autofocus and muted
5 months ago
paoloricciuti 2dc8fd19a3 chore: add full object in output
5 months ago
paoloricciuti a0d0f013da fix: un-special case customizable-select
5 months ago
paoloricciuti 6830052254 fix: style and class special case
5 months ago
paoloricciuti 37bd61d3f1 fix: attributes dom access
5 months ago
paoloricciuti 7dca98564a chore: add each reactive and key tests
5 months ago
paoloricciuti 5456125bab Merge remote-tracking branch 'origin/main' into svelte-custom-renderer
5 months ago
paoloricciuti beddf45690 chore: render into a fragment in tests
5 months ago
paoloricciuti 0f44733183 chore: boundary test
5 months ago
paoloricciuti f828ea3c6a chore: better test renderer
5 months ago
paoloricciuti e86da84c79 fix: handle compiled `nodeValue`/`textContent`
5 months ago
paoloricciuti ecffd81c22 fix: types
5 months ago
paoloricciuti 49cff549c7 chore: initial test suite
5 months ago
paoloricciuti bd70ab621c fix: events dom access
5 months ago
paoloricciuti cf874c0ab9 fix: generate types
5 months ago
paoloricciuti c459824a88 fix: don't clone node if a renderer is available
5 months ago
paoloricciuti 9ae3faa09a chore: centralize methods in `operations.js`
5 months ago
paoloricciuti 432c0235c9 fix: push and pop renderer when needed
5 months ago
paoloricciuti a59efbf610 fix: wrap component in boundary in `render`
5 months ago
github-actions[bot] 37ab33c0a3
Version Packages (#18006)
5 months ago
Rohit Nair P 4879f9da99
fix: improve duplicate module import error message (#18016)
5 months ago
Simon H 04eadbc8a9
fix: correctly handle bindings on the server (#18009)
5 months ago
Paolo Ricciuti 957f2755fa
fix: cleanup `superTypeParameters` in `ClassDeclarations`/`ClassExpression` (#18015)
5 months ago
paoloricciuti 6d13e5a1d0 fix: store current renderer in effect and push it before executing it
5 months ago
paoloricciuti 4eb2c0bd80 fix: import correctly
5 months ago
paoloricciuti 0a0212c86e chore: new operations functions to replace direct DOM access
5 months ago