Commit Graph

11217 Commits (c82987e0f1fa2217ebbe674635d2c277b3c981bf)
 

Author SHA1 Message Date
paoloricciuti c82987e0f1 Merge remote-tracking branch 'origin/main' into svelte-custom-renderer
4 months ago
Simon H 7be1a0247f
fix: ensure proper HMR updates for dynamic components (#18079)
4 months ago
Simon H a4ce776070
fix: defer error boundary rendering in forks (#18076)
4 months ago
Rich Harris 7796bac806
chore: dedupe dependencies (#18084)
4 months ago
dependabot[bot] c712809ebd
chore(deps): bump vite from 5.4.20 to 7.3.2 (#18081)
4 months ago
dependabot[bot] 582c57ceb8
chore(deps-dev): bump vite from 7.1.11 to 7.3.2 (#18074)
4 months ago
github-actions[bot] 2e29c87cc9
Version Packages (#18036)
4 months ago
Rich Harris 6b653b8d17
chore: simplify parser (#18077)
4 months ago
paoloricciuti b4431e9738 fix: disallow on directive with custom renderers
4 months ago
paoloricciuti 7c74482796 fix: push same returned renderer in `renderer.render`
4 months ago
paoloricciuti 9272440c8f fix: push renderer at the very top of component
4 months ago
Paolo Ricciuti d7e01b7634
Merge branch 'main' into svelte-custom-renderer
4 months ago
Rich Harris 8966601dcd
fix: handle parens in template expressions more robustly (#18075)
4 months ago
Simon H 0395ef0df7
fix: unskip branches of earlier batches after commit (#18048)
4 months ago
Rich Harris cd5bda00a8
chore: fix changeset (#18073)
4 months ago
Simon H d86cb5cc32
fix: skip rebase logic in non-async mode (#18040)
4 months ago
Simon H adba758067
fix: don't reset status of uninitialized deriveds (#18054)
4 months ago
ottomated 14adb8caa9
fix: correct types for `ontoggle` on <details> elements (#18063)
4 months ago
Matia 7a2a17557c
docs: add CSS custom properties section to style directive (#18065)
4 months ago
Paolo Ricciuti b391869905
Merge branch 'main' into svelte-custom-renderer
4 months ago
Rich Harris f8ef6de325
chore: squelch hydration warnings in tests (#18046)
4 months ago
Rich Harris 8ee2169609
chore: improve benchmarks (#18061)
4 months ago
Rich Harris 206974a5cd
chore: generate markdown tables of CPU profiles (#18059)
4 months ago
paoloricciuti 0b3d17986e chore: better types
4 months ago
paoloricciuti 4440cec525 chore: better types
4 months ago
paoloricciuti 801c8ef4ae fix: don't emit HTML warnings in custom renderer compile
4 months ago
paoloricciuti 883611fd8b chore: remove duplicate error
4 months ago
Paolo Ricciuti 0031d8fbdd
Merge branch 'main' into svelte-custom-renderer
4 months ago
paoloricciuti 7d37884d38 fix: throw error if snippet is rendered in renderer different from compiler
4 months ago
paoloricciuti ce4442d663 fix: allow DOM components to be mounted into custom renderers (require manual handling)
4 months ago
paoloricciuti 7f9021a056 chore: move init operations into separate module
4 months ago
Rich Harris a9530e5330
chore: add labels to more internal deriveds (#18050)
4 months ago
Paolo Ricciuti da9efc5ddb
Merge branch 'main' into svelte-custom-renderer
4 months ago
Rich Harris 704e3bb5f0
chore: agent hints for perf investigations (#18047)
4 months ago
Paolo Ricciuti 11c878766a
Merge branch 'main' into svelte-custom-renderer
4 months ago
Rich Harris c93e251654
fix: never set derived.v inside fork (#18037)
4 months ago
paoloricciuti ac62333832 fix: return component exports from `render`
4 months ago
paoloricciuti 8a82750657 chore: left TODO for style manipulation
4 months ago
paoloricciuti ce3b8ee2d2 fix: explicit `is_html` false if render is not null
4 months ago
paoloricciuti 28e70f8990 fix: allow one "window" for each renderer
4 months ago
paoloricciuti f68d6af173 fix: handle template as a normal tag
4 months ago
paoloricciuti 9c1d17e51f fix: handle autofocus in `set_attributes`
4 months ago
paoloricciuti 8a8b779586 fix: remove anchor from target on `unmount`
4 months ago
paoloricciuti 62d1ce7822 fix: default to empty props if props is undefined in render
4 months ago
paoloricciuti 49511b4a83 fix: `defaultValue`/`defaultChecked` in spread attributes
4 months ago
paoloricciuti 184eaeface fix: allow for an offscreen_anchor per renderer
4 months ago
paoloricciuti 84ee6a0e55 fix: don't emit `selectedcontent` in custom render mode
4 months ago
paoloricciuti 8f8ac035cf fix: special value handling
4 months ago
paoloricciuti 37bf4452f5 fix: event listeners in spread
4 months ago
paoloricciuti 020dc9e1bb fix: disable `@html` in custom renderer
4 months ago