Releases: LouisBrunner/dnd-multi-backend
Releases · LouisBrunner/dnd-multi-backend
Version 8.0.0-alpha.1
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(replacingbabel&webpack)
Full Changelog: v7.1.3...v8.0.0-alpha.1
Version 7.1.3
What's Changed
- Fix issue with the
Previewnot 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
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
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
What's Changed
- Fix render loop issue (causing overflow/hanging) in
Preview
Full Changelog: v7.1.0...v7.1.1
Version 7.1.0
What's Changed
- Upgrade all dependencies to latest
- Support
ReactDnDup to version15.1.2
Full Changelog: v7.0.0...v7.1.0
Version 7.0.0
Migrating from 6.x.x
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/useMultiDropto 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
enzymewithtesting-library - Internal: refactor all packages to TypeScript
- Split
HTML5toTouchpipeline fromreact-dnd-multi-backendinto it's own package:rdndmb-html5-to-touch(rdndmbbeingreact-dnd-multi-backend, the name was chosen due tonpmnot 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
undefinedbeing passed to the preview offset calculation (#66) - chore: change React back to support 16 by @LouisBrunner in #71
- Add
PointerTransitionand use it instead ofMouseTransitioninHTML5toTouch - 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
- @hanh090 made their first contribution in #55
- @JanMisker made their first contribution in #87
- @gillycheesesteak made their first contribution in #77
Full Changelog: v6.0.2...v7.0.0
Version 7.0.0-alpha.4
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/useMultiDropto 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
enzymewithtesting-library - Internal: refactor all packages to TypeScript
- Split
HTML5toTouchpipeline fromreact-dnd-multi-backendinto it's own package:rdndmb-html5-to-touch(rdndmbbeingreact-dnd-multi-backend, the name was chosen due tonpmnot 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
undefinedbeing passed to the preview offset calculation (#66) - chore: change React back to support 16 by @LouisBrunner in #71
- Add
PointerTransitionand use it instead ofMouseTransitioninHTML5toTouch
Full Changelog: v6.0.2...v7.0.0-alpha.4
Version 7.0.0-alpha.3
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/useMultiDropto 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
enzymewithtesting-library - Internal: refactor all packages to TypeScript
- Split
HTML5toTouchpipeline fromreact-dnd-multi-backendinto it's own package:rdndmb-html5-to-touch(rdndmbbeingreact-dnd-multi-backend, the name was chosen due tonpmnot 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
undefinedbeing 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
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/useMultiDropto 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
enzymewithtesting-library - Internal: refactor all packages to TypeScript
- Split
HTML5toTouchpipeline fromreact-dnd-multi-backendinto it's own package:rdndmb-html5-to-touch(rdndmbbeingreact-dnd-multi-backend, the name was chosen due tonpmnot 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
undefinedbeing passed to the preview offset calculation (#66)
Full Changelog: v6.0.2...v7.0.0-alpha.2