Álvaro Mondéjar Rubio
|
2470036f57
|
feat: provide deprecated create_rw_signal (#2824)
|
2024-08-13 15:42:47 -07:00 |
|
Saber Haj Rabiee
|
e01dfbf497
|
fix: update to wasm-bindgen 0.2.93 (#2827)
|
2024-08-13 15:21:57 -07:00 |
|
Saber Haj Rabiee
|
49c1661f92
|
fix: exclude projects from workspace (#2819)
|
2024-08-13 14:51:59 -07:00 |
|
Chris
|
b9dfd9a5ae
|
docs: StoredValue methods and examples for 0.7 (#2817)
|
2024-08-13 14:38:07 -07:00 |
|
Saber Haj Rabiee
|
17a150b3bf
|
fix: increase MSRV to 1.76 (#2829)
|
2024-08-13 14:31:22 -07:00 |
|
Rakshith Ravi
|
c860f524ad
|
Add 0.7 warning to README (#2823)
|
2024-08-13 10:42:13 -04:00 |
|
mahmoud-eltahawy
|
20af4928b2
|
chore: use workspace edition for examples and crates (#2816)
|
2024-08-12 19:25:47 -04:00 |
|
Greg Johnston
|
7b62ad44d2
|
feat: restore hot reloading for 0.7 (#2775)
|
2024-08-12 16:11:30 -04:00 |
|
Greg Johnston
|
5657abc07d
|
Merge pull request #2809 from leptos-rs/callback
Callback changes
|
2024-08-12 16:11:10 -04:00 |
|
Greg Johnston
|
9fc351ceac
|
chore: remove unused import
|
2024-08-12 08:09:12 -04:00 |
|
Greg Johnston
|
893d47f1c5
|
feat: add missing server fn redirect hook to router (#2815)
|
2024-08-12 08:07:45 -04:00 |
|
Greg Johnston
|
3c2a2304e4
|
change: rename Callable::call() to Callable::run() to avoid warnings about name collision with Fn()
|
2024-08-12 07:48:22 -04:00 |
|
Greg Johnston
|
3de4b7b982
|
fix: impl Copy for UnsyncCallback
|
2024-08-12 07:45:29 -04:00 |
|
Greg Johnston
|
36957cb569
|
change: impl From<F: Fn> for all callbacks, rather than implement Fn traits on them in nightly (closes #2041, #2142)
|
2024-08-12 07:45:28 -04:00 |
|
Greg Johnston
|
27dbadb7d2
|
fix: allow generic parameters for directive functions (closes #2808) (#2812)
|
2024-08-11 20:37:57 -04:00 |
|
Greg Johnston
|
84590b98ed
|
Merge pull request #2814 from leptos-rs/2719
Provide parent route params to children
|
2024-08-11 18:36:15 -04:00 |
|
Greg Johnston
|
0222182286
|
fix: provide parent params to children (closes #2719)
|
2024-08-11 17:20:25 -04:00 |
|
Greg Johnston
|
7ed4d08dab
|
feat: From<ArcRwSignal<_>> for ArcMemo<_>
|
2024-08-11 17:19:35 -04:00 |
|
Greg Johnston
|
4fa2e58551
|
fix: properly resolve nested relative routes with multiple parents (closes #2720) (#2797)
|
2024-08-11 13:21:22 -04:00 |
|
Greg Johnston
|
5fe58369f5
|
fix: only implement global attributes on HtmlElement, not on all renderable types, to improve autocomplete (#2811)
|
2024-08-11 13:21:08 -04:00 |
|
Tommy Yu
|
10860ebb1e
|
doc: more details on how redirect works (closes #2789) (#2796)
|
2024-08-11 07:11:05 -04:00 |
|
Greg Johnston
|
887eb99cf6
|
chore: cargo fmt
|
2024-08-10 20:31:28 -04:00 |
|
Tommy Yu
|
9f99571b28
|
fix: a more robust aria-current="page" algorithm for A (#2770)
|
2024-08-10 20:31:10 -04:00 |
|
Saber Haj Rabiee
|
b3e2040ec9
|
chore: upgrade dependencies (#2765)
|
2024-08-10 20:01:41 -04:00 |
|
Greg Johnston
|
693861434c
|
Merge pull request #2799 from leptos-rs/2798
fix: ProtectedRoute calling view multiple times during server rendering
|
2024-08-09 10:27:10 -04:00 |
|
Greg Johnston
|
d1248d3faf
|
fix: hydration for attributes with Option<_> (closes #2793) (#2794)
|
2024-08-08 14:11:26 -04:00 |
|
Greg Johnston
|
f1fae63064
|
fix: only run Suspense on the condition in ProtectedRoute (closes #2798)
|
2024-08-08 13:57:58 -04:00 |
|
Greg Johnston
|
f7053ac960
|
feat: add Unsuspend as a way to opt out of Suspense in a section of the tree
|
2024-08-08 13:56:02 -04:00 |
|
Greg Johnston
|
8670365594
|
fix: support complex struct form submits without JS (closes #2790) (#2792)
|
2024-08-07 11:10:59 -04:00 |
|
Alicia Garcia-Raboso
|
e0cc6fd7b9
|
fix: correctly report whether a stored_value is disposed (#2791)
|
2024-08-07 09:19:01 -04:00 |
|
Greg Johnston
|
84457b45ff
|
fix: introduce more intuitive/useful behavior for new_with_initial (closes #2787) (#2788)
|
2024-08-07 09:14:22 -04:00 |
|
Greg Johnston
|
8c959d3e24
|
fix: correctly dispose of original RouteContext, allowing Owner to be dropped (closes #2785) (#2786)
|
2024-08-07 09:14:10 -04:00 |
|
Greg Johnston
|
288da232ac
|
Merge pull request #2782 from leptos-rs/dependabot/github_actions/pnpm/action-setup-4
chore(deps): bump pnpm/action-setup from 3 to 4
|
2024-08-06 10:26:01 -04:00 |
|
Greg Johnston
|
ef52e8620b
|
Merge pull request #2781 from leptos-rs/dependabot/github_actions/tj-actions/changed-files-44
chore(deps): bump tj-actions/changed-files from 41 to 44
|
2024-08-06 10:25:51 -04:00 |
|
Greg Johnston
|
a8c5ce2722
|
chore(ci): temporarily disable semver checks while main branch is itself a breaking change (#2783)
|
2024-08-06 09:51:21 -04:00 |
|
dependabot[bot]
|
a40ba9a39e
|
chore(deps): bump pnpm/action-setup from 3 to 4
Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 3 to 4.
- [Release notes](https://github.com/pnpm/action-setup/releases)
- [Commits](https://github.com/pnpm/action-setup/compare/v3...v4)
---
updated-dependencies:
- dependency-name: pnpm/action-setup
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-08-06 01:32:44 +00:00 |
|
dependabot[bot]
|
83a110fb85
|
chore(deps): bump tj-actions/changed-files from 41 to 44
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 41 to 44.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](https://github.com/tj-actions/changed-files/compare/v41...v44)
---
updated-dependencies:
- dependency-name: tj-actions/changed-files
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-08-06 01:32:42 +00:00 |
|
Saber Haj Rabiee
|
5deedf721e
|
feat: add dependabot to get dep's update alerts and PRs automatically (#2768)
|
2024-08-05 21:23:45 -04:00 |
|
Álvaro Mondéjar Rubio
|
0ae67cf122
|
chore: clean up examples (#2779)
|
2024-08-05 21:23:17 -04:00 |
|
martin frances
|
97e0222061
|
chore: cargo outdated, bump rustc-hash to version 2.0.0, no additional fixup needed. (#2778)
|
2024-08-05 20:53:16 -04:00 |
|
luoxiaozero
|
a7aedee4fd
|
feat: adds ForEnumerate component that gives reactive access to current index in list (#2773)
|
2024-08-05 20:52:18 -04:00 |
|
Corvus
|
f180941b7b
|
feat: complete img and video attributes set (#2774)
|
2024-08-05 20:38:20 -04:00 |
|
Marc-Stefan Cassola
|
83cb3cb764
|
feat: allow effect functions without parameters (#2776)
|
2024-08-05 20:36:47 -04:00 |
|
Corvus
|
f174688974
|
feat: provide deprecated create_node_ref (#2777)
|
2024-08-05 20:33:58 -04:00 |
|
Greg Johnston
|
1f4c410f78
|
Merge pull request #2607 from leptos-rs/leptos_0.7
(draft) Leptos 0.7
|
2024-08-04 11:45:22 -04:00 |
|
Corvus
|
3dbedfc871
|
feat: reintroduce custom events (#2762)
|
2024-08-04 08:21:10 -04:00 |
|
luoxiaozero
|
026152d20e
|
fix: correctly rebuild reactive attributes to avoid stale signals (#2763)
|
2024-08-04 08:16:02 -04:00 |
|
luoxiaozero
|
c70009243a
|
fix: allow svg elements to use inner_html (#2764)
|
2024-08-04 08:14:22 -04:00 |
|
Greg Johnston
|
dcdad73476
|
chore: fmt
|
2024-08-03 21:55:07 -04:00 |
|
Corvus
|
42a8e49e1a
|
feat: provide deprecated watch function (#2761)
|
2024-08-03 21:24:46 -04:00 |
|