Skip to content

v2.2.0

Choose a tag to compare

@thesandybridge thesandybridge released this 23 Feb 00:35
· 43 commits to main since this release
4eb1126

What's Changed

Build

  • 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