Greg Johnston
|
3bd52fcc9d
|
fix: hydration errors with <Suspense/> inside components in SSR mode (#688)
|
2023-03-17 12:46:04 -04:00 |
|
Vassil "Vasco" Kolarov
|
b9bd1e103c
|
examples: added example using Tailwind, CSR (only) and Trunk (#666)
|
2023-03-17 12:45:49 -04:00 |
|
Greg Johnston
|
55f9081465
|
fix: allow multiple <Suspense/> on same page during in-order or async rendering (#687)
|
2023-03-17 12:05:36 -04:00 |
|
ryndin32
|
0bac16dba0
|
docs: typos (#685)
|
2023-03-15 16:40:57 -04:00 |
|
Brett Etter
|
a8a9c575b5
|
Added IntoView for ReadSignal and RwSignal in the stable feature. (#677)
|
2023-03-15 16:40:22 -04:00 |
|
Greg Johnston
|
15ec855db5
|
Update README.md
|
2023-03-15 14:34:18 -04:00 |
|
Greg Johnston
|
b8f79a7e56
|
fix: suppress spurious hydration warnings for tags in leptos_meta (#684)
|
2023-03-14 14:17:23 -04:00 |
|
Greg Johnston
|
b988ee85f4
|
fix: leaking stored values (#683)
|
2023-03-14 11:06:36 -04:00 |
|
Greg Johnston
|
d6e166f105
|
CI: add --release checks (#681)
|
2023-03-13 22:19:10 -04:00 |
|
Greg Johnston
|
53ceca8ff8
|
feat: maintain order of sources and dependencies (#678)
|
2023-03-13 20:01:03 -04:00 |
|
Brett Etter
|
f2f9759138
|
fix: release mode (#679)
|
2023-03-13 20:00:40 -04:00 |
|
Greg Johnston
|
817152ff39
|
feat: new reactive system implementation (#637)
|
2023-03-13 17:58:00 -04:00 |
|
Greg Johnston
|
38daaf3b72
|
chore: apply cargo machete systematically (#671)
|
2023-03-13 10:16:20 -04:00 |
|
Greg Johnston
|
666d53e2ba
|
feat: <ActionForm/> improvements (#676)
|
2023-03-13 10:16:02 -04:00 |
|
Greg Johnston
|
b55e9a9e64
|
v0.2.3 : fix broken stable support (#670)
|
2023-03-13 07:25:08 -04:00 |
|
Greg Johnston
|
8f94c8e6b1
|
v0.2.2 (#667)
|
2023-03-12 14:59:04 -04:00 |
|
martin frances
|
604ba3ff90
|
clippy: signal_wrappers_read, was using .clone() when copy is available. (#665)
|
2023-03-12 14:52:13 -04:00 |
|
Elliot Waite
|
2e671887d9
|
docs: typo fixes and other small changes to the docs (#662)
|
2023-03-12 14:51:47 -04:00 |
|
Greg Johnston
|
e7d56b76b8
|
fix: apply patches to all instances of a view, not just the first one (#663)
|
2023-03-11 16:34:13 -05:00 |
|
Greg Johnston
|
87d5bddb21
|
fix: text node issue in template macro (#661)
|
2023-03-11 14:25:38 -05:00 |
|
Charles Taylor
|
9d46b7bcb0
|
feat: impl Copy & Clone for MaybeSignal (#660)
|
2023-03-11 13:17:16 -05:00 |
|
Greg Johnston
|
591212a56a
|
feat: add fragment support for hot reloading and fix some stuff (#659)
|
2023-03-11 07:21:37 -05:00 |
|
Ben Wishovich
|
1a3c1e9e52
|
feat: provide Request<_> in context for Axum, enabling easier extractor use (#632)
|
2023-03-10 17:28:32 -05:00 |
|
martin frances
|
94998aa95e
|
chore: cargo machete: leptos_macro - Removed unused crates. (#656)
|
2023-03-10 09:44:23 -05:00 |
|
Greg Johnston
|
c782017578
|
feat: impl IntoView for &Fragment (#655)
|
2023-03-10 09:43:03 -05:00 |
|
Pikhosh
|
d291cdb968
|
fix: show console error instead warning for error! (#654)
|
2023-03-10 09:42:44 -05:00 |
|
ealmloff
|
29fb1842a5
|
feat: make server functions work outside of WASM (#643)
|
2023-03-09 18:03:57 -05:00 |
|
Greg Johnston
|
b085a6c38e
|
docs: add create_effect chapter (#653)
|
2023-03-09 18:03:38 -05:00 |
|
zack.shen
|
17c12823db
|
docs: spelling error (#651)
|
2023-03-09 16:45:35 -05:00 |
|
martin frances
|
81401a738c
|
chore: bumped typed-builder up to 0.14. (#648)
|
2023-03-09 16:44:27 -05:00 |
|
martin frances
|
c9476af063
|
chore: bump bytecheck to 0.7, remove deprecated simdutf8_std. (#647)
* bump bytecheck to 0.7, remove deprecated simdutf8_std.
* When using rkyv, must use the appropiate CheckBytes.
|
2023-03-09 16:44:06 -05:00 |
|
Greg Johnston
|
1f95eb1e1d
|
chore: typo (closes issue #645) (#646)
|
2023-03-08 19:52:51 -05:00 |
|
Vanius Bittencourt
|
1584ab6b72
|
feat: refactor leptos_config to allow loading from string (#628)
|
2023-03-08 19:49:19 -05:00 |
|
martin frances
|
c63c8ac447
|
chore: cargo machete: Strip down leptos_server. (#644)
|
2023-03-08 19:37:22 -05:00 |
|
martin frances
|
1a0e2b509e
|
chore: bump serde-wasm-bindgen to 0.5. (#639)
|
2023-03-08 19:12:30 -05:00 |
|
martin frances
|
c66b673067
|
chore: <Form/> component Removed unused variables. (#640)
|
2023-03-07 14:04:55 -05:00 |
|
martin frances
|
a13468228a
|
Bumped tower-http upto 0.4. (#638)
|
2023-03-07 14:03:54 -05:00 |
|
Greg Johnston
|
bb0324fd48
|
fix: custom events (closes issue #641) (#642)
|
2023-03-07 14:00:48 -05:00 |
|
jo!
|
369ea8531f
|
examples: add session_auth_axum (#589)
|
2023-03-06 21:16:56 -05:00 |
|
Greg Johnston
|
9cc28943aa
|
CI: split into three actions (#636)
|
2023-03-06 21:00:56 -05:00 |
|
erwanvivien
|
10bdff7d4b
|
de-duplicate todomvc example (#634)
|
2023-03-06 16:52:35 -05:00 |
|
martin frances
|
27fb430900
|
bump typed-builder to version 0.13. (#633)
|
2023-03-06 09:07:21 -05:00 |
|
jfloresremar
|
207dedab6e
|
Update 04_iteration.md (#630)
|
2023-03-06 09:06:58 -05:00 |
|
IchHabeKeineNamen
|
0052b10df3
|
docs: fix instruction typos (#631)
|
2023-03-06 09:05:21 -05:00 |
|
Greg Johnston
|
08d98691a3
|
fix: boolean attributes in SSR (#629)
|
2023-03-04 14:24:08 -05:00 |
|
WafflePersonThing
|
34aa0e014b
|
fix: added missing attributes of events that don't bubble (#625)
references used:
- https://developer.mozilla.org/en-US/docs/Web/API/
- web archives of the above before jun 11th 2022, relevant: https://github.com/mdn/content/issues/19590
|
2023-03-04 11:30:12 -05:00 |
|
Greg Johnston
|
55ce805b60
|
feat: hot reloading support for cargo-leptos (#592)
|
2023-03-04 09:04:22 -05:00 |
|
Greg Johnston
|
1e0adcd89a
|
docs: add a chapter on async actions and create_action (#623)
|
2023-03-03 17:25:19 -05:00 |
|
Greg Johnston
|
4e67b3aef8
|
CI: exclude rkyv combos with other serialization traits (#622)
|
2023-03-03 15:48:06 -05:00 |
|
Greg Johnston
|
02e2948e00
|
fix: suppress warnings caused by resource loading in generate_route_list (closes #582) (#621)
|
2023-03-03 13:20:38 -05:00 |
|