Commit Graph

10644 Commits (33992ed7e8603225f3b5a58a457e7d326cda7eff)
 

Author SHA1 Message Date
Elliott Johnson b8fd326d96
feat: async SSR (#16748)
2 months ago
7nik 8c982f6101
fix: correct wrong fix, get test to actually do something (#16779)
2 months ago
7nik 8b106b94f4
fix: correctly SSR hidden="until-found" (#16773)
2 months ago
Rich Harris 8b4e1fcb7a
chore: extract a couple of drive-by fixes from other branch (#16772)
2 months ago
Aaron Ajose a0598014d2
docs: Fix some inaccuracies (#16759)
2 months ago
Rich Harris 808fbb4989
chore: inline `suspend` (#16755)
2 months ago
github-actions[bot] df13be8727
Version Packages (#16754)
2 months ago
Rich Harris 72ce753278
fix: flush effects scheduled during boundary's pending phase (#16738)
2 months ago
dependabot[bot] 0b5bcc891e
chore(deps-dev): bump vite from 5.4.19 to 5.4.20 (#16749)
2 months ago
github-actions[bot] 96a4b16842
Version Packages (#16744)
2 months ago
dai 558a3c963b
fix: transform input defaults from spread (#16481)
2 months ago
ComputerGuy 2743cd0fe5
fix: correctly analyze `<object.property>` components (#16711)
2 months ago
Elliott Johnson f09f25e6a3
fix: Don't destroy boundary contents on error unless the boundary is an error boundary (#16746)
2 months ago
ComputerGuy 68d27f1c4f
chore: generate CSS hash using the filename (#16740)
2 months ago
Simon H f343b00cc6
fix: clean up scheduling system (#16741)
2 months ago
github-actions[bot] f778975b76
Version Packages (#16734)
2 months ago
Dominik G. 7f9fe99927
refactor(release): run with node24 and remove NPM_TOKEN to use oidc publish (#16733)
2 months ago
Rich Harris 18dd45640b
fix: send `$effect.pending` count to the correct boundary (#16732)
2 months ago
ComputerGuy 229ab37134
tweak
3 months ago
github-actions[bot] d92fa432d1
Version Packages (#16690)
3 months ago
Kyle Gach 08b3b66865
docs: add testing with storybook (#16701)
3 months ago
Simon H f51c04afce
fix: ensure batch exists when resetting a failed boundary (#16698)
3 months ago
ComputerGuy d4d82532ce Merge branch 'main' into parallelize-async-work
3 months ago
ComputerGuy 06d43dfdf5 make `$.all` a stmt if all awaits are stmts
3 months ago
ComputerGuy 2344b4052e
fix: replace `undefined` with `void(0)` in CallExpressions (#16693)
3 months ago
ComputerGuy e2c32f94f1 dedupe parallelized `await` stmts
3 months ago
ComputerGuy 1080beb858 remove unused
3 months ago
ComputerGuy 4ee33d4890 ok *this* should fix it
3 months ago
ComputerGuy eb61f7a62f tweak
3 months ago
ComputerGuy 24164f9a9d fix
3 months ago
ComputerGuy 41eeabaa4b eh that'll work for now
3 months ago
ComputerGuy 01d6a75d57 try parallelizing awaited `$state`
3 months ago
ComputerGuy a819a6721c fix?
3 months ago
ComputerGuy d399d8a0d5 fix
3 months ago
ComputerGuy 82cb5156c7 parallelize `await` expressions in instance
3 months ago
ComputerGuy b138c6055b remove unused param
3 months ago
ComputerGuy dad4889c51 this probably isn't necessary?
3 months ago
ComputerGuy be645b4d9f
fix: place store setup inside async body (#16687)
3 months ago
Rich Harris 8f11796838 remove unused import
3 months ago
Jinay Patel 9d1aa699b6
Docs: Updated the custom elements documentation to include $host (#16686)
3 months ago
ComputerGuy c41900c666 more
3 months ago
ComputerGuy c17a1e3ed2 cleanup
3 months ago
ComputerGuy 7788c30087 try this
3 months ago
ComputerGuy 464d7b6eab remove unused
3 months ago
ComputerGuy c8cc9319be try this
3 months ago
ComputerGuy 1c2ea75416 make it work in dev
3 months ago
ComputerGuy 9ab08aaf15 fix
3 months ago
ComputerGuy ccc993933c fix
3 months ago
ComputerGuy fc03ba7e1b more
3 months ago
ComputerGuy f5972d3237 fix
3 months ago