react-dnd v11.0.0 Release Notes

Release Date: 2020-05-24 // almost 4 years ago
  • 💥 Breaking Changes

    • ⚡️ Change Backend exports from default exports to named exports. Update module structure in general to minimize usage of default exports.

    🏗 build

    • ➕ add formatting check to lint stage (#2464) (9db96b4), closes #2464
    • ⚡️ update node support spec to 10.x (#1850) (0b06951), closes #1850

    📄 docs

    • 📚 update backend import documentation (92ce39b)

    🛠 fix

    • 🔨 correct issue with example generation due to example structure refactoring (#2480) (efc251b), closes #2480
    • do not cancel touch events if they are non-cancelable (#2190) (1b4019e), closes #2190
    • ⚡️ update wrapInTestContext to expose getManager() method (#1570) (4ad004c), closes #1570