Commit Graph

132 Commits

Author SHA1 Message Date
Greg Johnston 2b71c07fa9 Guard against fragments that don't actually exist 2022-11-28 07:39:30 -05:00
Greg Johnston 36de06f183 `0.0.19` 2022-11-27 09:13:21 -05:00
Greg Johnston c0709b210d Enable `wasm-bindgen` string interning for certain types by default 2022-11-26 17:19:11 -05:00
Greg Johnston de524e21b1 Clear warnings 2022-11-26 09:01:05 -05:00
Greg Johnston 3f6eeb319a `NodeRef` should actually track so you can use it in effects 2022-11-26 08:01:19 -05:00
Greg Johnston 66ecc2ac25 Fix NodeRef doctest 2022-11-25 16:53:48 -05:00
Greg Johnston a46e92bed8 Clean up Fn implementation issue 2022-11-25 15:48:40 -05:00
Greg Johnston 994debea3f Change `_ref` attribute to use `NodeRef` type 2022-11-25 15:38:46 -05:00
Greg Johnston 19d7b8434b
Merge branch 'main' into typed-event-handlers 2022-11-23 19:03:52 -05:00
Greg Johnston 6949750668 Fixing tests and examples 2022-11-23 18:29:20 -05:00
Greg Johnston 3a65ad9a51 Fix type inference on server 2022-11-23 16:54:41 -05:00
Greg Johnston 7a10ffd150 A couple small DX improvements re: we, and making sure it builds /tests properly 2022-11-23 15:12:21 -05:00
Greg Johnston 6966ef4b39 Fix renderer panic issue on release builds 2022-11-23 11:03:16 -05:00
Greg Johnston e0c8b827c4 Fix leptos_dom tests 2022-11-23 10:24:50 -05:00
Greg Johnston ebef5156a5 Final fix to `render_to_string` tests 2022-11-23 09:59:24 -05:00
safx f3947abdc2
Merge branch 'main' into typed-event-handlers 2022-11-23 22:51:31 +09:00
Safx 701a12ab46 Add typed event handlers 2022-11-23 22:50:26 +09:00
Greg Johnston 6ddef3018f Better errors on renderer bugs (fixes issue #112) 2022-11-23 07:37:47 -05:00
Greg Johnston 0cbab3ef87 Don't run `render_to_string` test if `csr` or `hydrate` is enabled 2022-11-23 07:21:19 -05:00
Greg Johnston 102fb9d819 Fix render_to_string test 2022-11-22 21:18:28 -05:00
Greg Johnston 19c3186d3f Add a simple `render_to_string()` helper for synchronous HTML rendering 2022-11-22 19:51:05 -05:00
Greg Johnston 2ce7e71748 `0.0.18` 2022-11-22 07:37:34 -05:00
Greg Johnston 6c521226e3 Update other packages to handle new thread-local reactives 2022-11-21 21:46:07 -05:00
Greg Johnston 1f1218bbb7 Fix broken links and other issues in docs 2022-11-21 09:25:09 -05:00
Greg Johnston d0c6319a72 Resolves issue #97 2022-11-21 07:30:13 -05:00
Greg Johnston ad880efc0d `leptos 0.0.17` and `leptos_router 0.0.3` 2022-11-18 15:45:04 -05:00
Ben Wishovich 971f75b6c5 It mostly works, except for the CSS 2022-11-16 16:09:51 -08:00
Ben Wishovich fc6a3c0eb2 Getting closer 2022-11-16 13:36:35 -08:00
Greg Johnston 3c3e87f97c
Merge pull request #81 from gbj/send-streaming
Make `render_to_stream()` return a `Stream` that is `Send`
2022-11-16 07:08:54 -05:00
Greg Johnston fd6c2d3059 Combine resources and suspenses so it's possible for suspenses to resolve first 2022-11-16 07:07:54 -05:00
Greg Johnston 2173bb8a29 Implements `render_to_stream()` in a way that is `Send` 2022-11-15 22:20:25 -05:00
Greg Johnston e74e9a3fc9 Restore logging functions 2022-11-15 12:11:44 -05:00
Greg Johnston 05f635f4ac Don't require specific subminor versions in dev-dependencies 2022-11-13 09:04:25 -05:00
Greg Johnston ba3156c878 0.0.16 2022-11-13 09:02:04 -05:00
Greg Johnston a298bc73dd Fix hydration example 2022-11-12 21:57:37 -05:00
Greg Johnston 50cc2f5eac Don't run DOM functions in doctests 2022-11-12 20:16:21 -05:00
Greg Johnston 0b5657564d Restore but hide `ssr_event_listener` 2022-11-11 22:17:09 -05:00
Greg Johnston 0f89e64eda Hide `ssr_event_listener` 2022-11-11 22:13:26 -05:00
Greg Johnston 33bbfa6f75
Merge branch 'main' into doc-patrol 2022-11-11 22:02:39 -05:00
Greg Johnston 7832b59cdd Fix pub here 2022-11-11 21:57:51 -05:00
Greg Johnston 0e093d2c23 Complete `leptos_dom` docs 2022-11-11 21:37:46 -05:00
Greg Johnston 183745f319 Class docs 2022-11-11 17:03:54 -05:00
Greg Johnston 9a59c371fd Docs for all DOM operation wrappers 2022-11-10 22:09:28 -05:00
Greg Johnston e19dd0a226 Fix tests 2022-11-10 07:45:58 -05:00
Greg Johnston 8e20ab28e0 `leptos_dom docs` 2022-11-10 07:40:16 -05:00
Greg Johnston 3dfcf99a4c Unused file 2022-11-10 07:31:52 -05:00
Greg Johnston 1e04442f97 Fix broken links in docs 2022-11-10 07:29:22 -05:00
Greg Johnston 7799479364 Begin `leptos_dom` docs 2022-11-10 07:27:08 -05:00
Greg Johnston 92f4ea5888 Fixes issue #60 2022-11-08 07:15:26 -05:00
Greg Johnston 6b82a37dea
Merge pull request #58 from gbj/fix-component-and-element-order
Fix the out-of-order component/element rendering in #53.
2022-11-06 22:22:47 -05:00