Greg Johnston
|
1ca0f4430c
|
feat: use View Transition API for router animations (#3112)
|
2024-10-19 15:41:20 -04:00 |
|
Joaquim Pedro França Simão
|
b59fa11853
|
feat: add two-way data binding support for stores (#3115)
|
2024-10-19 15:39:45 -04:00 |
|
Greg Johnston
|
e55f08e017
|
feat: expose use_matched() (closes #3124) (#3126)
|
2024-10-18 16:12:41 -04:00 |
|
zakstucke
|
fa1939e5b2
|
chore: From<ArcResource> for ArcResource and AsyncDerived (#3121)
|
2024-10-18 16:12:11 -04:00 |
|
zakstucke
|
8b2f0eaf44
|
fix: do not warn when reading resources in effect outside Suspense (#3118)
|
2024-10-18 15:24:09 -04:00 |
|
Chris
|
b118d69281
|
fix: remove unused Params attribute params (#3123)
See 1966 for original PR on older version
|
2024-10-18 15:20:45 -04:00 |
|
stefnotch
|
ee66f6c395
|
Add support for user-supplied executors (#3091)
|
2024-10-16 06:24:07 -07:00 |
|
Greg Johnston
|
eba08ad592
|
fix: don't render empty string as a space in unescaped elements (closes #3120) (#3122)
|
2024-10-15 18:57:09 -04:00 |
|
Greg Johnston
|
4833b4e287
|
fix: avoid double-polling synchronously-available Suspend (closes #3113) (#3114)
|
2024-10-15 08:49:40 -04:00 |
|
Greg Johnston
|
9d1be64e4d
|
chore: publish stores (#3110)
|
2024-10-14 10:18:38 -04:00 |
|
benwis
|
d6e6cd3be0
|
v0.7.0gamma3
|
2024-10-14 05:01:19 -07:00 |
|
stefnotch
|
70476f9277
|
feat: add support for async-executor from smol-rs (#3090)
|
2024-10-14 07:57:19 -04:00 |
|
zakstucke
|
d8ddfc26e9
|
perf: use the Track trait for the Signal wrapper. (#3076)
|
2024-10-12 20:29:03 -04:00 |
|
stefnotch
|
c8acc3e8bd
|
fix: correctly support local pools for futures-executor (#3089)
|
2024-10-12 20:13:50 -04:00 |
|
zakstucke
|
547442243b
|
impl IntoClass for Option<impl IntoClass> (#3104)
|
2024-10-12 05:03:53 -07:00 |
|
Greg Johnston
|
6e58266f54
|
feat: support set_is_routing /RoutingProgress for nested routes (#3101)
|
2024-10-11 19:05:33 -04:00 |
|
Greg Johnston
|
f0cd0fb41d
|
feat: condense Router/Routes base prop into one (#3100)
|
2024-10-11 14:06:11 -04:00 |
|
Daniil Polyakov
|
7585faf57e
|
fix: use full path to Result in Params derive (#3096)
|
2024-10-10 15:20:38 -04:00 |
|
zakstucke
|
da7f6a34e8
|
chore: expose AnyView in prelude (#3099)
|
2024-10-10 15:20:24 -04:00 |
|
Greg Johnston
|
4f7fa41262
|
fix: don't on WASM server targets unless you actually try to generate static routes (closes #3094) (#3097)
|
2024-10-10 15:20:04 -04:00 |
|
Greg Johnston
|
4becfa39ca
|
correct version number
|
2024-10-10 09:13:39 -04:00 |
|
Greg Johnston
|
f8388b122d
|
fix: avoid reentering lock when initializing nested keyed store fields (closes #3086) (#3087)
|
2024-10-10 08:53:28 -04:00 |
|
Greg Johnston
|
f57a57b92b
|
feat: restore AnimatedShow for 0.7 (#3084)
|
2024-10-10 08:53:05 -04:00 |
|
vsuryamurthy
|
f0bcbd9cfe
|
remove unused dependencies leptos_axum and leptos_router (#2960)
* remove unused dependencies leptos_axum and leptos_router
* cargo fmt
* Restore http::Uri under default feature
* use axum re-exported headers instead of http directly
---------
Co-authored-by: Greg Johnston <greg.johnston@gmail.com>
|
2024-10-10 04:29:11 -07:00 |
|
Greg Johnston
|
115477ef1d
|
chore: remove unused code from leptos package (#3085)
|
2024-10-10 04:23:37 -07:00 |
|
Greg Johnston
|
832b9cb321
|
chore: pin wasm-bindgen to 0.2.93 to fix example builds (#3088)
|
2024-10-09 22:56:05 -04:00 |
|
Greg Johnston
|
b0150ceeec
|
fix: missing Copy/Clone implementations for OnceResource (#3080)
|
2024-10-09 19:33:33 -04:00 |
|
dependabot[bot]
|
af8df34360
|
chore(deps): bump denoland/setup-deno from 1 to 2 (#3081)
Bumps [denoland/setup-deno](https://github.com/denoland/setup-deno) from 1 to 2.
- [Release notes](https://github.com/denoland/setup-deno/releases)
- [Commits](https://github.com/denoland/setup-deno/compare/v1...v2)
---
updated-dependencies:
- dependency-name: denoland/setup-deno
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-10-09 18:50:31 -04:00 |
|
Greg Johnston
|
b2e6185b22
|
fix: don't escape script/style/textarea in InertHtml (closes #3078) (#3079)
|
2024-10-09 10:07:40 -04:00 |
|
Greg Johnston
|
d2bfb3080b
|
Merge pull request #3077 from leptos-rs/router-fixes
Router fixes
|
2024-10-09 07:33:24 -04:00 |
|
Greg Johnston
|
72ebd17042
|
fix: only set browser URL if it matches current router URL (closes #2979(
|
2024-10-08 22:12:18 -04:00 |
|
Greg Johnston
|
e2f0b4deeb
|
fix: prevent simultaneous \query_signal\ writes from canceling each other (closes #2369)
|
2024-10-08 22:12:02 -04:00 |
|
Greg Johnston
|
57c07e9aec
|
feat: enable faster compile times with RUSTFLAGS="--cfg erase_components (#2905)
|
2024-10-08 17:03:40 -04:00 |
|
Greg Johnston
|
0835066bc0
|
chore: re-add regression tests from #2639 (#3073)
|
2024-10-08 17:02:18 -04:00 |
|
webmstk
|
656e83fe24
|
docs: fix comment for set_interval helper (#3074)
|
2024-10-08 13:30:17 -04:00 |
|
Greg Johnston
|
ad0252ecfd
|
fix: inconsistencies in check for latest version in actions (#3070)
|
2024-10-07 21:02:02 -04:00 |
|
Greg Johnston
|
77f05c6f4e
|
fix: add HEAD support for Actix in leptos_routes (closes #2885) (#3069)
|
2024-10-07 21:01:46 -04:00 |
|
zakstucke
|
a4ea491dc0
|
feat: add Read/ReadUntracked/Track for Signal/MaybeSignal/MaybeProp (#3031)
|
2024-10-07 19:55:07 -04:00 |
|
Greg Johnston
|
3c89b9c930
|
feat: add an optimized OnceResource and use it to rebuild Await (#3064)
|
2024-10-06 20:47:22 -04:00 |
|
Greg Johnston
|
93d7ba0d5f
|
fix: add SVG <use> (closes #3065) (#3067)
|
2024-10-06 20:47:06 -04:00 |
|
Greg Johnston
|
e188993800
|
fix: remove unnecessary Send/Sync bounds on LocalResource (#3061)
|
2024-10-04 16:16:24 -04:00 |
|
Greg Johnston
|
c1dc8c7629
|
Merge pull request #3062 from leptos-rs/into-render
feat: add `IntoRender` for rendering custom data
|
2024-10-04 14:43:55 -04:00 |
|
Greg Johnston
|
ab9de1b8c0
|
chore: remove unused variable
|
2024-10-04 13:56:38 -04:00 |
|
Greg Johnston
|
b39985d9b8
|
fix: only use IntoAttributeValue for parts of view that are actually attribute values
|
2024-10-04 13:38:09 -04:00 |
|
Greg Johnston
|
5e8e93001d
|
docs: IntoRender and IntoAttributeValue
|
2024-10-04 13:25:57 -04:00 |
|
Greg Johnston
|
a4ed0cbe5b
|
feat: add IntoAttributeValue for rendering arbitrary attribute values
|
2024-10-04 13:24:39 -04:00 |
|
Greg Johnston
|
422fe9f43b
|
feat: add IntoRender for rendering arbitrary types
|
2024-10-04 13:13:23 -04:00 |
|
kczimm
|
36df36e16c
|
feat: allow ParamsMap to support multiple values per key (closes #2882) (#2966)
Co-authored-by: Greg Johnston <greg.johnston@gmail.com>
|
2024-10-03 18:35:50 -04:00 |
|
Chris
|
95fc79034b
|
chore: dead router::router module from 0.6 (#2943)
|
2024-10-02 19:35:49 -04:00 |
|
Greg Johnston
|
7403e4084f
|
Merge pull request #3040 from mahdi739/double-ended-iterator-for-stores
Double-ended-iterator-for-stores
|
2024-10-02 19:19:40 -04:00 |
|