Commit graph

3946 commits

Author SHA1 Message Date
Greg Johnston
a87a60a652 Rearrange tests and dev-dependencies so Cargo will actually let me publish this crate 2022-10-18 22:08:15 -04:00
Greg Johnston
e909232292 0.0.9 2022-10-18 21:54:05 -04:00
Greg Johnston
4ee64816c7 Should fix issue #23. Easily one of the most-satisfying fixes I've had to a bug in a long time... Let's hope it doesn't break anything. 2022-10-18 20:07:10 -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
Greg Johnston
70b2b3b283 Fix package name in example 2022-10-18 10:32:56 -04:00
Greg Johnston
1b074f4468 Fix stable example 2022-10-18 10:22:09 -04:00
Greg Johnston
f29ab43c97 Need to exclude examples from workspace explicitly now 2022-10-18 10:16:44 -04:00
Greg Johnston
2dd247c750 Fix example package names 2022-10-18 10:15:42 -04:00
Greg Johnston
c831c07e45
Merge pull request #24 from danheuck/remove_wee_alloc 2022-10-18 09:05:54 -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
75b4935149
Merge pull request #22 from akesson/create-workspace
Create workspace
2022-10-18 08:16:27 -04:00
hakesson
6ef3d9de14 Fix duplicate definition of spawn_local error. 2022-10-18 08:11:51 +02:00
hakesson
99b1c323a0 Add workspace and disable default ssr or csr features 2022-10-18 07:10:57 +02:00
hakesson
7dec44d492 Ignore MacOS .DS_Store files 2022-10-18 06:33:29 +02:00
Greg Johnston
ade1376eec Fix SSR with new run_scope_undisposed 2022-10-17 19:47:01 -04:00
Greg Johnston
75ba5a4cac
Switch Discord badge link to #welcome 2022-10-17 16:02:00 -04:00
Greg Johnston
845a6be352 Correct track child scopes to be removed if necessary 2022-10-17 15:28:57 -04:00
Greg Johnston
418e4f4c77 wee_alloc is unmaintained so I'm now getting security alerts about it; I'm removing it from the examples. 2022-10-17 13:51:39 -04:00
Greg Johnston
0a0fb3bcf6 on_cleanup (issue #13) and example for cleanup functions 2022-10-17 13:39:40 -04:00
Greg Johnston
c0948aee46 Export map_keyed just in case anyone wants to 2022-10-17 13:28:03 -04:00
Greg Johnston
2470a91880 Consistency 2022-10-17 13:26:57 -04:00
Greg Johnston
8f593e05ca Merge branch 'main' of https://github.com/gbj/leptos 2022-10-17 13:23:24 -04:00
Greg Johnston
015bfc24fd Feature-flag to enable support for stable Rust instead of nightly 2022-10-17 13:23:20 -04:00
Greg Johnston
bc8cf4e9fb IntoVec hasn't actually been necessary in a while due to changes in how I handle component children: this removes a nightly feature 2022-10-17 12:59:10 -04:00
Greg Johnston
2d845f6f0b
Add note about perf/benchmarks to Readme 2022-10-17 11:56:26 -04:00
Greg Johnston
704f989125
Add Dioxus to "How is this different from ___?" 2022-10-17 11:53:16 -04:00
Greg Johnston
7c19dd8039 Clearing some additional warnings in examples 2022-10-17 11:03:43 -04:00
Greg Johnston
c9e1bac6db Fix macro tests 2022-10-17 10:57:55 -04:00
Greg Johnston
4cb576940a loader_to_json only available as an SSR helper 2022-10-17 10:53:10 -04:00
Greg Johnston
e35be3c27c Remove unnecessary signal from Resource implementation 2022-10-17 10:52:51 -04:00
Greg Johnston
3073368aee Fix broken attribute escaping 2022-10-17 10:52:31 -04:00
Greg Johnston
12cef2d94f Fix IntoAttribute import for SSR only 2022-10-17 10:46:59 -04:00
Greg Johnston
3f7e7193ea Clearing up some of the flood of warnings for unused imports etc. that have come up as I've shifted around implementations 2022-10-17 10:45:20 -04:00
Greg Johnston
fc5ef03c30 Remove erroneous default feature flag on leptos_dom — leftover from building docs but causes build errors for actual apps 2022-10-17 10:36:24 -04:00
Greg Johnston
8cde2c9a0c
Merge pull request #17 from ecklf/patch-1
docs: Add discord badge
2022-10-17 08:52:51 -04:00
Florentin / 珞辰
ccc8d3f16b
docs: Add discord badge
This badge requires enabling the Widget setting on the Discord server. See a video tutorial here: https://vimeo.com/364220040?embedded=true&source=video_title&owner=103573672
2022-10-17 14:28:06 +02:00
Greg Johnston
aae08ff115 Merge branch 'main' of https://github.com/gbj/leptos 2022-10-17 08:09:27 -04:00
Greg Johnston
9f95041c2b Fix issue #3 and update view! SSR tests 2022-10-17 08:09:25 -04:00
Greg Johnston
5b904491da
Add Discord link to Readme 2022-10-17 07:16:51 -04:00
Greg Johnston
907e9491b9 Escape HTML in SSR (issue #2) 2022-10-16 22:42:52 -04:00
Greg Johnston
4c5518bd20 Helper for route loader JSON responses 2022-10-16 22:18:07 -04:00
Greg Johnston
7b046d4888 Merge branch 'main' of https://github.com/gbj/leptos 2022-10-16 22:06:17 -04:00
Greg Johnston
9a03fcf2ef Provide helping for streaming SSR 2022-10-16 22:06:13 -04:00
Greg Johnston
efb252f17b
Update README.md
Clarifying typo fix.
2022-10-16 17:10:14 -04:00
Greg Johnston
dcee067aae Remove transition feature 2022-10-15 22:36:01 -04:00
Greg Johnston
eff2b652b9 0.0.8 release 2022-10-15 22:35:44 -04:00
Greg Johnston
40b793d335 Add/clean up resources in scopes 2022-10-15 22:35:06 -04:00
Greg Johnston
f35540b080 RwSignal and create_rw_signal docs 2022-10-15 22:29:48 -04:00