Skip to content

Releases: LouisBrunner/dnd-multi-backend

Version 7.0.0-alpha.4

10 Jul 22:17
Compare
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
Compare
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
Compare
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

Version 7.0.0-alpha.1

10 Jul 22:10
Compare
Choose a tag to compare
Version 7.0.0-alpha.1 Pre-release
Pre-release

What's Changed

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

Version 7.0.0-alpha.0

10 Jul 22:09
Compare
Choose a tag to compare
Version 7.0.0-alpha.0 Pre-release
Pre-release

What's Changed

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

Version 7.0.0-0

10 Jul 22:01
Compare
Choose a tag to compare
Version 7.0.0-0 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

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

Version 6.0.2

15 Jul 13:02
Compare
Choose a tag to compare

What's Changed

  • Update all dependencies
  • Add support for react-dnd v11

Full Changelog: v6.0.1...v6.0.2

Version 6.0.1

15 Jul 13:00
Compare
Choose a tag to compare

What's Changed

  • Fix issue where react-dnd-multi-backend's Preview wouldn't be displayed on certain pipeline (e.g. when touch was first in the list)

Full Changelog: v6.0.0...v6.0.1

Version 6.1.0-rc01

15 Jul 13:04
Compare
Choose a tag to compare

What's Changed

  • Add useMultiDrag/useMultiDrop to allow splitting different backends so they can be mounted into different handlers

Full Changelog: v6.0.0...v6.1.0-rc01

Version 6.0.0

15 Jul 12:58
Compare
Choose a tag to compare

No changes (re-release)

Full Changelog: v5.1.1...v6.0.0