Marcus Ofenhed
|
c2ff1cabf1
|
feat: Add ability to include options to event listeners (#799)
|
2023-04-04 20:50:35 -04:00 |
|
Greg Johnston
|
665b0b8ed2
|
chore: make wasm-bindgen dependency optional in leptos_reactive (#723)
|
2023-03-22 17:56:52 -04:00 |
|
ealmloff
|
29fb1842a5
|
feat: make server functions work outside of WASM (#643)
|
2023-03-09 18:03:57 -05:00 |
|
Greg Johnston
|
bb0324fd48
|
fix: custom events (closes issue #641) (#642)
|
2023-03-07 14:00:48 -05:00 |
|
Greg Johnston
|
586f524015
|
feature: in-order streaming and async rendering (#496)
|
2023-02-17 17:31:32 -05:00 |
|
Greg Johnston
|
895f9d8487
|
Missing web-sys types
|
2023-01-28 08:19:13 -05:00 |
|
Greg Johnston
|
590056e047
|
Remove gloo dependency in leptos_dom
|
2023-01-27 14:01:07 -05:00 |
|
Greg Johnston
|
d049d2f36b
|
Use comments instead of element markers for hydration -- fixes issue #320
|
2023-01-16 09:21:28 -05:00 |
|
hakesson
|
884297706a
|
Search https://github.com/gbj/ and replace with https://github.com/leptos-rs/
|
2023-01-13 09:03:11 +01:00 |
|
Martin
|
1621b86d8f
|
Minor: "leptos.workspace = true" is invalid.
|
2023-01-11 17:09:10 +00:00 |
|
hakesson
|
b852e459a9
|
Unify workspace dependencies
|
2023-01-07 18:00:37 +01:00 |
|
hakesson
|
681f10ec8d
|
Workspace-based versioning
|
2023-01-07 17:35:02 +01:00 |
|
Jose Quesada
|
fa57085946
|
added HtmlElement::on_mount
|
2023-01-06 12:24:24 -06:00 |
|
Greg Johnston
|
64bf01c59e
|
Reduce CI load with skipped feature sets
|
2023-01-05 11:08:07 -05:00 |
|
Greg Johnston
|
755ceb7d75
|
0.1.0-beta
|
2023-01-02 16:35:00 -05:00 |
|
Jose Quesada
|
7478315970
|
forgot to commit new dependencies
|
2023-01-02 09:01:57 -06:00 |
|
Greg Johnston
|
fd2a2bd5f4
|
Fixing merge issues
|
2022-12-28 14:51:01 -05:00 |
|
Greg Johnston
|
63f680f37d
|
Merge branch 'main' into pr/119
|
2022-12-28 14:21:54 -05:00 |
|
Greg Johnston
|
e3c4e9f6a4
|
chores: fix failing tests, update docs, suppress warnings
|
2022-12-28 11:33:26 -05:00 |
|
Greg Johnston
|
2048e89109
|
Remove dev-dependency (for cargo publish reasons)
|
2022-12-25 23:03:43 -05:00 |
|
Greg Johnston
|
5540bb8e8c
|
Bump version to 0.1.0-alpha
|
2022-12-25 22:58:07 -05:00 |
|
Greg Johnston
|
86df770dad
|
chores: getting tests fixed, etc.
|
2022-12-25 22:53:52 -05:00 |
|
Greg Johnston
|
af68da0a9a
|
Remove web by default
|
2022-12-23 17:01:06 -05:00 |
|
Greg Johnston
|
391fe89542
|
0.0.21
|
2022-12-23 13:01:15 -05:00 |
|
Jose Quesada
|
5def2a72bc
|
impl View::on and renamed IntoElement to ElementDescriptor
|
2022-12-23 11:09:55 -06:00 |
|
Greg Johnston
|
7c25cd9200
|
Use #[component] macro for core components, deleting leptos_core package
|
2022-12-22 16:46:48 -05:00 |
|
Greg Johnston
|
532f5c5b83
|
Add types for HTML elements
|
2022-12-21 20:37:15 -05:00 |
|
Greg Johnston
|
37ab7b34f9
|
Fix imports when in SSR mode so we don't run wasm-bindgen code
|
2022-12-12 09:49:15 -05:00 |
|
Greg Johnston
|
c4cc3e944b
|
Merge in changes from main
|
2022-12-12 09:26:46 -05:00 |
|
Jose Quesada
|
9eb1f2fdf8
|
addressed clippy lints
|
2022-12-11 13:22:01 -06:00 |
|
Jose Quesada
|
a15dedb82d
|
impl new fmt::Debug repr for View
|
2022-12-11 12:43:58 -06:00 |
|
Jose Quesada
|
11720302a2
|
addressed all clippy lints for web targets
|
2022-12-10 09:54:49 -06:00 |
|
Jose Quesada
|
a17651fe02
|
removed the workspace override
|
2022-12-09 18:00:06 -06:00 |
|
Greg Johnston
|
eb40f9f7c7
|
Remove leptos_dom/ssr dependencies
|
2022-12-08 19:32:46 -05:00 |
|
Jose Quesada
|
e641108ed3
|
fixed error compiling
|
2022-12-08 18:01:06 -06:00 |
|
Jose Quesada
|
6af0b1a8ed
|
hydration is now determained at runtime startup
|
2022-12-08 17:48:30 -06:00 |
|
Jose Quesada
|
6b24135070
|
fixed subtle bug when hydrating from a text node would cause DynChild to not unmount correctly
|
2022-12-08 17:00:55 -06:00 |
|
Jose Quesada
|
e08808c2ab
|
fixed SSR compilation errors
|
2022-12-08 16:13:12 -06:00 |
|
Jose Quesada
|
a932f72a4f
|
DynChild now creating child scopes
|
2022-12-08 16:07:44 -06:00 |
|
Jose Quesada
|
55b691e1b0
|
marker hydration fixed, but we have an off-by-one error on id generation
|
2022-12-07 12:05:12 -06:00 |
|
Jose Quesada
|
46ef1bcf5d
|
initial impl of eager hydration
|
2022-12-07 09:36:36 -06:00 |
|
Jose Quesada
|
395cfe6bf1
|
fixed SSR and CSR cfg features
|
2022-12-07 07:24:35 -06:00 |
|
Jose Quesada
|
c290d1e9d6
|
started impl hydration for HtmlElement
|
2022-12-06 20:14:35 -06:00 |
|
Jose Quesada
|
00c25b5605
|
fixed EachItem not getting <template /> markers, as well as Unit
|
2022-12-06 09:55:02 -06:00 |
|
Greg Johnston
|
2ff5ec21c8
|
0.0.20
|
2022-12-05 16:25:16 -05:00 |
|
Greg Johnston
|
b8bd3bef13
|
Merge branch 'leptos_dom_v2' of https://github.com/jquesada2016/leptos into leptos_dom_v2
|
2022-12-05 15:11:17 -05:00 |
|
Greg Johnston
|
d5f91e67a5
|
First pass at SSR
|
2022-12-05 15:09:04 -05:00 |
|
Jose Quesada
|
b69119f11f
|
added all events I could find
|
2022-12-05 11:12:31 -06:00 |
|
Jose Quesada
|
cc538f8427
|
added more events
|
2022-12-04 17:22:03 -06:00 |
|
Jose Quesada
|
07db7ae62b
|
started the grooling process of adding typed events
|
2022-12-04 09:13:20 -06:00 |
|