Skip to content

Version 7.0.0

Compare
Choose a tag to compare
@LouisBrunner LouisBrunner released this 10 Jul 22:21
· 186 commits to main since this release

Migrating from 6.x.x

See here: https://github.com/LouisBrunner/dnd-multi-backend/tree/main/packages/react-dnd-multi-backend#migrating-from-6xx

What's Changed

  • Bump lodash from 4.17.15 to 4.17.19 by @dependabot in #53
  • Bump elliptic from 6.5.2 to 6.5.3 by @dependabot in #54
  • Bump node-fetch from 2.6.0 to 2.6.1 by @dependabot in #56
  • Preview: Change from source to client by @hanh090 in #55
  • Fix documentation inconsistency (TouchBackend options), closes #57 by @LouisBrunner in #59
  • Improve Preview offset/centering by @LouisBrunner in #60
  • Update dependencies by @LouisBrunner in #61
  • Change MultiBackend listeners to be non-passive (allow cancellation of received/duplicated events) by @LouisBrunner in #62
  • Add useMultiDrag/useMultiDrop to allow splitting different backends so they can be mounted into different handlers
  • Bump node-notifier from 8.0.0 to 8.0.1 by @dependabot in #64
  • Bump ini from 1.3.5 to 1.3.7 by @dependabot in #63
  • Update all dependencies
  • Internal: replace enzyme with testing-library
  • Internal: refactor all packages to TypeScript
  • Split HTML5toTouch pipeline from react-dnd-multi-backend into it's own package: rdndmb-html5-to-touch (rdndmb being react-dnd-multi-backend, the name was chosen due to npm not allowing most of what I tried because of automated filtering 🤦‍♀️)
  • Add a migration guide for the new package: https://github.com/LouisBrunner/dnd-multi-backend/tree/main/packages/react-dnd-multi-backend#migrating-from-6xx
  • Update all dependencies
  • Internal: rewrite all examples to TypeScript
  • Fixes issue with undefined being passed to the preview offset calculation (#66)
  • chore: change React back to support 16 by @LouisBrunner in #71
  • Add PointerTransition and use it instead of MouseTransition in HTML5toTouch
  • chore: change React back to support 16 by @LouisBrunner in #71
  • Add React 18 as peer dependency by @JanMisker in #87
  • add sideEffects flag to match import style with react-dnd by @gillycheesesteak in #77
  • Bump minimist from 1.2.5 to 1.2.6 by @dependabot in #80
  • Bump async from 2.6.3 to 2.6.4 by @dependabot in #82
  • Bump node-fetch from 2.6.1 to 2.6.7 by @dependabot in #85
  • Add type support for React 18

New Contributors

Full Changelog: v6.0.2...v7.0.0