You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Core is now a peer dependency — @dnd-block-tree/core moved from dependencies to peerDependencies in all three adapter packages (react, svelte, vanilla). This gives consumers explicit control over the core version and prevents duplicate copies in bundles. npm 7+ auto-installs peer deps, so most users won't need to change anything.
Fix CI build ordering — Added core to adapter devDependencies so turbo correctly builds core before adapters. Updated core's exports to use nested types pattern for robust type resolution.
Docs
Updated installation instructions in all READMEs to include @dnd-block-tree/core explicitly
Added per-package npm version badges to root README