v3.15.1
Fixes
- Fixed the drag destination (
willReceiveDrop,dragDestinationParent) reporting a parent the cursor forbids. The hover handlers recorded a destination on every hover — even wherecanDrop()was false — so dragging a folder toward its own subtree left the reported parent pointing at that folder while the cursor said "no drop." The consumer-facing destination and the cursor are now both gated oncanDrop()and stay consistent; releasing over an invalid spot is still rejected rather than falling back to a root drop (the parentId half of issue #247). (#382)
Release 2026-07-22 00:54
Release 2026-07-22 00:54
- release: remove unnecessary tag assignment for prerelease branches (4959c8739)
- upgrade to solid v2 beta 21 (#11092) (dafe80663) by @brenelz
- @tanstack/solid-query@6.0.0-beta.6
- @tanstack/solid-query-devtools@6.0.0-beta.6
- @tanstack/solid-query-persist-client@6.0.0-beta.6
Release 2026-07-22 00:54
Release 2026-07-22 00:54
- release: remove unnecessary tag assignment for prerelease branches (4959c8739)
- upgrade to solid v2 beta 21 (#11092) (dafe80663) by @brenelz
- @tanstack/solid-query@6.0.0-beta.6
- @tanstack/solid-query-devtools@6.0.0-beta.6
- @tanstack/solid-query-persist-client@6.0.0-beta.6
v16.3.0-canary.93
- docs: attribute App Shell prefetch to Partial Prefetching: #96003
- Turbopack: Remove chunk group id from value of chunk groups map: #95142
- [ci] Enforce minimumReleaseAge in e2e tests that install external dependencies: #95628
- Turbopack: Fix missing canonicalization of paths and always use verbatim paths internally for Windows: #95668
- Revert "[turbopack] Don't SSR on pages only navigated to through a soft nav (#95539)": #96028
- Turbopack: Use
Arc<PathBuf>for keys in turbo-task-fs's per-pathMutexMap: #95951 - chore(deps): bump sharp@0.35.3: #95507
- [turbopack] Tree-shake CJS exports that use the
Object.definePropertysyntax: #95994 - Restore canary version 16.3.0-canary.92 after v16.3.0-preview.7 preview release
Huge thanks to @icyJoseph, @bgw, @sampoder, and @styfle for helping!