Skip to content

Releases: LouisBrunner/dnd-multi-backend

Version 8.0.0-alpha.1

10 Jul 18:31

Choose a tag to compare

Version 8.0.0-alpha.1 Pre-release
Pre-release

What's Changed

  • Upgrade to latest React DnD (16.0.1)
  • Upgrade to all latest dependencies
  • [BREAKING CHANGE] Drop support for CommonJS and UMD builds (dropped from React DnD)
  • Internal: drop support for Node 14
  • Internal: move to esbuild (replacing babel & webpack)

Full Changelog: v7.1.3...v8.0.0-alpha.1

Version 7.1.3

10 Jul 20:21

Choose a tag to compare

What's Changed

  • Fix issue with the Preview not working
  • Bump parse-url from 7.0.2 to 8.1.0 by @dependabot in #99

Full Changelog: v7.1.2...v7.1.3

Version 8.0.0-alpha.0

10 Jul 18:27

Choose a tag to compare

Version 8.0.0-alpha.0 Pre-release
Pre-release

What's Changed

  • Upgrade to latest React DnD (16.0.1)
  • [BREAKING CHANGE] Drop support for CommonJS and UMD builds (dropped from React DnD)

Full Changelog: v7.1.3...v8.0.0-alpha.0

Version 7.1.2

10 Jul 20:23

Choose a tag to compare

What's Changed

  • Improve typing in Preview
  • Audit fix of packages
  • Bump loader-utils from 2.0.2 to 2.0.4 by @dependabot in #97

Full Changelog: v7.1.1...v7.1.2

Version 7.1.1

10 Jul 20:25

Choose a tag to compare

What's Changed

  • Fix render loop issue (causing overflow/hanging) in Preview

Full Changelog: v7.1.0...v7.1.1

Version 7.1.0

10 Jul 20:27

Choose a tag to compare

What's Changed

  • Upgrade all dependencies to latest
  • Support ReactDnD up to version 15.1.2

Full Changelog: v7.0.0...v7.1.0

Version 7.0.0

10 Jul 22:21

Choose a tag to compare

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

Version 7.0.0-alpha.4

10 Jul 22:17

Choose a tag to compare

Version 7.0.0-alpha.4 Pre-release
Pre-release

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

Full Changelog: v6.0.2...v7.0.0-alpha.4

Version 7.0.0-alpha.3

10 Jul 22:16

Choose a tag to compare

Version 7.0.0-alpha.3 Pre-release
Pre-release

What's Changed

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

Full Changelog: v6.0.2...v7.0.0-alpha.3

Version 7.0.0-alpha.2

10 Jul 22:15

Choose a tag to compare

Version 7.0.0-alpha.2 Pre-release
Pre-release

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)

Full Changelog: v6.0.2...v7.0.0-alpha.2