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 |
|
Greg Johnston
|
49820ccba6
|
This should fix the out-of-order component/element rendering in #53.
|
2022-11-06 20:37:09 -05:00 |
|
Greg Johnston
|
36be004ef2
|
Avoid manual delegation for all the DOM events that don't bubble by default. (This is technically too conservative, as one or two of these only don't bubble on certain elements, but it's simpler than passing in the element name and only a very small deopt in those cases.)
|
2022-11-06 20:00:35 -05:00 |
|
Greg Johnston
|
a5712d3e17
|
0.0.12
|
2022-11-03 20:00:26 -04:00 |
|
Greg Johnston
|
abc1c07053
|
Work on fixing tests
|
2022-11-03 08:08:03 -04:00 |
|
Greg Johnston
|
03821b8edb
|
Clear warning when no features enabled
|
2022-11-02 22:16:23 -04:00 |
|
Greg Johnston
|
db69145fd9
|
Sorting out all sorts of feature flags etc. so everything will build and test
|
2022-11-02 21:46:47 -04:00 |
|
Greg Johnston
|
8ea73565de
|
Shift from mutually-exclusive features to a more-gracefully-degrading system of features ordered by preference, clean up some warnings, and use cfg_if for improved readability
|
2022-11-02 20:41:00 -04:00 |
|
Greg Johnston
|
dbc7fb13fc
|
Fix feature flags here
|
2022-10-29 17:18:50 -04:00 |
|
Greg Johnston
|
2fbe08f128
|
0.0.11
|
2022-10-24 19:30:13 -04:00 |
|
Greg Johnston
|
c77bdb3781
|
0.0.10
|
2022-10-22 07:56:33 -04:00 |
|
Greg Johnston
|
fb90108315
|
Remove leptos_dom profile
|
2022-10-20 21:51:42 -04:00 |
|
Greg Johnston
|
ac624dd7ac
|
Fix stable feature
|
2022-10-19 08:50:17 -04:00 |
|
Greg Johnston
|
e909232292
|
0.0.9
|
2022-10-18 21:54:05 -04:00 |
|
Greg Johnston
|
42c4aa74a6
|
Add reconciler attribution
|
2022-10-18 17:01:54 -04:00 |
|
Greg Johnston
|
e7ac4be5b8
|
Merge branch 'main' of https://github.com/gbj/leptos
|
2022-10-18 10:42:58 -04:00 |
|
Greg Johnston
|
1bbbdbf29e
|
Rationalize features and set up defaults so that a) users don't need to specify csr mode by default and b) tests pass without feature flags
|
2022-10-18 10:42:55 -04:00 |
|
Dan Heuckeroth
|
8c5d5839e1
|
Remove wee_alloc dependency
This isn't currently used and has a security advisory: RUSTSEC-2022-0054
|
2022-10-18 08:22:46 -04:00 |
|
Greg Johnston
|
ade1376eec
|
Fix SSR with new run_scope_undisposed
|
2022-10-17 19:47:01 -04:00 |
|
Greg Johnston
|
2470a91880
|
Consistency
|
2022-10-17 13:26:57 -04:00 |
|