Commit Graph

1915 Commits

Author SHA1 Message Date
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
Greg Johnston bd86125629
feat: allow easier client-side form validation (closes #413) (#620) 2023-03-03 13:19:54 -05:00
Greg Johnston 11d9018e4f
docs: add patterns for global state (closes #245) (#619) 2023-03-03 11:51:21 -05:00
Greg Johnston 553e38ba15
tests: use `check` instead of `build` in CI for disk space (#616) 2023-03-03 11:50:50 -05:00
Greg Johnston c8e6d18139
feat: allow multiple class names in `view!` macro `class = ` (closes #612) (#614) 2023-03-03 10:44:15 -05:00
Greg Johnston e29f6a884f
docs: improve "Getting Started" page (#618) 2023-03-03 10:43:49 -05:00
Greg Johnston 10a2ada42a add note about running Trunk from root 2023-03-03 10:42:18 -05:00
martin frances 2dd9116a20
chore: clippy - simplified conditional logic in transition.rs. (#615) 2023-03-03 09:06:56 -05:00
Roland Fredenhagen 2ee323135f
feat: support expressions in #[prop(default=...)] (#611) 2023-03-02 19:15:45 -05:00
Ivan Agafonov cebc824fbe
docs: updated error handling code (#610)
code is from already updated example
2023-03-02 07:24:04 -05:00
Sergei Gnezdov dd0bcb950a
docs: fix compilation error, Issue #608 (#609)
Compiler reports error
F may not live long enough
2023-03-02 07:23:35 -05:00
Greg Johnston bb5ad101a2
publish framework-independent `server_fn` crate (#605) 2023-03-02 07:22:36 -05:00
Ivan Agafonov df90f183fd
docs: use create_node_ref instead of NodeRef::new (#607)
Code in the example already updated by someone
2023-03-02 07:22:18 -05:00
ealmloff 0c261c0fb0
feat: make server functions framework agnostic (#596) 2023-03-01 20:56:30 -05:00
Greg Johnston f46084723a
fix: memory leak in streaming SSR (closes issue #590) (#601) 2023-03-01 20:54:28 -05:00
Qwox 08ad6832af
fix: set new value before resetting input (#604)
Co-authored-by: Qwox <qwox@qwox.com>
2023-03-01 20:04:37 -05:00
Greg Johnston 700a110350
Merge pull request #603 from makoven/patch-1
Fix typo in 03_components.md
2023-03-01 16:29:46 -05:00
Artem Makoven 33b5d8c4fb
Fix typo in 03_components.md 2023-03-02 05:54:59 +09:00
Greg Johnston ceb7bd398d
Merge pull request #602 from iagafonov/patch-1 2023-03-01 14:26:49 -05:00
Ivan Agafonov 7f72c804f4
typo
_cx replaced with cx
2023-03-01 20:08:03 +03:00
Greg Johnston be0a793179
Merge pull request #599 from leptos-rs/hydration-do-not-reset
fix: SSR + hydration improvements
2023-03-01 06:00:50 -05:00
Greg Johnston e1625106b8 fix SSR tests 2023-02-28 21:35:59 -05:00
Greg Johnston abef12279b fix: don't re-set attributes found in HTML during hydration (closes #597) 2023-02-28 19:56:13 -05:00
Greg Johnston 578853877a fix: restore SSR fast-path support 2023-02-28 15:36:52 -05:00
Greg Johnston 04eae63e39
examples: include missing examples in CI (#598) 2023-02-28 15:33:02 -05:00
Brendon Otto 4b98ece2b4
example: update README.md (#595)
Incorrect framework referenced
2023-02-28 09:45:10 -05:00
Greg Johnston 1b2a0fe2ad
fix: `mouseenter` and `mouseleave` do not bubble (#593) 2023-02-28 09:39:52 -05:00
Thomas Kratz ab6ddc1194
fix: make counter test compile (#588) 2023-02-27 21:50:12 -05:00