Álvaro Mondéjar Rubio
53cc479c14
chore: set tracing
as feature for all crates ( #2843 )
2024-08-23 17:34:05 -04:00
Greg Johnston
d3707d9b88
Merge pull request #2865 from mkane0814/feat/add-map-and-then-for-resource
...
feat: add Resouce::map and Resouce::and_then
2024-08-23 17:30:57 -04:00
Marc-Stefan Cassola
1df4076fd2
updated codee version ( #2874 )
2024-08-23 13:50:55 -07:00
dependabot[bot]
28337bb6c9
chore(deps): bump tj-actions/changed-files from 44 to 45
...
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files ) from 44 to 45.
- [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/v44...v45 )
---
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-21 18:22:38 +00:00
Greg Johnston
c5dea52e69
chore: restore Playwright tests for counters example ( #2864 )
2024-08-20 13:38:22 -04:00
Greg Johnston
d5096ff2e6
feat: allow including a view from an external file ( closes #2182 ) ( #2862 )
2024-08-20 09:00:40 -04:00
Matt Kane
84734f1110
feat: add ArcResource::and_then
2024-08-20 07:41:55 -05:00
Matt Kane
7094308287
feat: add Resource::and_then
2024-08-20 00:06:56 -05:00
Matt Kane
3b88c8ccd2
feat: add Resource::map
2024-08-19 23:38:36 -05:00
Greg Johnston
b932bd5e04
Merge pull request #2859 from leptos-rs/2743
...
Add `Resource::refetch()` and `Resource::update()`
2024-08-19 07:23:41 -04:00
Greg Johnston
a0638b786c
feat: allow mutating AsyncDerived and therefore Resources ( closes #2743 )
2024-08-18 17:31:06 -04:00
Greg Johnston
1033133d3a
feat: add Resource::refetch()
2024-08-18 17:05:06 -04:00
Matt Kane
ba40560ad7
added ToHref impl for Rc<str> ( #2857 )
2024-08-18 16:52:42 -04:00
Tomer Hanochi
78dc8b4410
fix: make any_spawner optional and dependent on the reactive_graph feature ( #2858 )
2024-08-18 16:32:20 -04:00
Greg Johnston
c6bf525270
chore: version bump for tachys and meta bug
2024-08-18 16:25:53 -04:00
Chris
fcdfd617f5
fix: redundant spans ( #2836 )
...
Per https://docs.rs/quote/latest/quote/macro.quote.html#hygiene
regarding token hygiene.
> Any interpolated tokens preserve the Span information provided by their
> `ToTokens` implementation.
In many instances, the procedural macros are spanning tokens with their
own span redundantly.
2024-08-16 20:25:56 -04:00
Álvaro Mondéjar Rubio
d9c8d4ff66
fix: #[component]
macro attributes propagation ( #2835 )
2024-08-16 20:21:46 -04:00
Chris
621f112f4c
docs: leptos_router_macro::path
( #2841 )
2024-08-16 20:19:38 -04:00
Greg Johnston
cfe2341dec
fix: when in browser, resolve relative links relative to current origin ( closes #2806 ) ( #2846 )
2024-08-16 20:18:59 -04:00
Greg Johnston
5ed2cc9596
docs: provide an error when you try to create identically-named attributes ( closes #1692 ) ( #2849 )
2024-08-16 20:18:43 -04:00
Greg Johnston
47b07b0143
fix: support navigating to other origins with use_navigate
( #2847 )
2024-08-16 20:18:28 -04:00
Greg Johnston
0793d56648
Merge pull request #2851 from leptos-rs/2850
...
Fix nested routing/related issues
2024-08-16 20:17:42 -04:00
Greg Johnston
2dde9738b2
fix: unmount meta tags when state is dropped, because parents won't unmount them ( closes #2832 )
2024-08-16 17:51:37 -04:00
Greg Johnston
1b276e1e02
Revert "fix: run unmount logic for element children ( closes #2832 ) ( #2834 )"
...
This reverts commit 951f4a73ee
.
2024-08-16 17:43:55 -04:00
Greg Johnston
9771619b0d
tests: add regression test for #2569 ( #2848 )
2024-08-16 16:53:00 -04:00
Greg Johnston
382a36406c
chore: add crate info to router macro
2024-08-14 20:51:29 -04:00
Greg Johnston
a898d3f2f7
beta2 release
2024-08-14 20:13:14 -04:00
Greg Johnston
951f4a73ee
fix: run unmount logic for element children ( closes #2832 ) ( #2834 )
2024-08-14 19:59:54 -04:00
Greg Johnston
2a26a648ba
examples: fix/update GTK example, and remove web parallels ( #2839 )
2024-08-14 19:47:33 -04:00
Saber Haj Rabiee
66d7cb5d12
feat: add memo!
macro ( closes #2708 ) ( #2826 )
2024-08-14 06:14:17 -07:00
Chris
aa49ad760b
feat: StoredValue::default
( #2818 )
2024-08-13 21:20:10 -04:00
Álvaro Mondéjar Rubio
3469e9335c
Provide several deprecated functions ( #2831 )
2024-08-13 21:19:52 -04:00
benwis
62408d9202
Run cargo fmt
2024-08-13 17:10:58 -07:00
Saber Haj Rabiee
db1c15f4e4
fix: fix web-sys
warnings in server_fn
( #2828 )
...
* fix: fix web-sys warnings in server_fn
* fix: update web-sys to 0.3.70
* fix: web-sys clipboard api in 0.3.70
2024-08-13 15:46:34 -07:00
Álvaro Mondéjar Rubio
3f751551a8
feat: provide deprecated create_memo
( #2825 )
2024-08-13 15:43:17 -07:00
Á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