Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-dnd

Package Overview
Dependencies
Maintainers
5
Versions
140
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-dnd - npm Package Versions

1
14

7.6.1

Diff

Changelog

Source

<small>7.6.1 (2019-06-14)</small>

  • Added fix for uglify error on build (#1388) (fec74f2), closes #1388
  • v7.6.1 (e883871)
  • docs: fix knight example (#1394) (fe6f8cc), closes #1394
darthtrevino
published 7.6.0 •

Changelog

Source

7.6.0 (2019-06-07)

  • Release the Hooks API (#1381) (a5b0242), closes #1381
  • v7.6.0 (c08efd5)
  • chore: replace tslint with eslint (#1380) (fc44aee), closes #1380
  • fix: add memoization to hooks example to improve performance (497afda)
  • fix: documentation fixes (6630373)
  • fix: improve performance in the sortable stress test example (a1584d9)
darthtrevino
published 7.5.0 •

Changelog

Source

7.5.0 (2019-06-07)

  • fix (#1379) (c608315), closes #1379
  • Fix typo in tutorial html5Backend -> HTML5Backend (#1331) (1068068), closes #1331
  • Library Updates (#1357) (f59978e), closes #1357
  • Update Libraries (#1372) (955fcef), closes #1372
  • v7.5.0 (d14ea60)
  • fix: always unsubscribe backend when connector reconnects (#1355) (aeeb7c4), closes #1355
  • fix: correct build issues, cancel-on-drop-outside example (#1373) (31ac4c5), closes #1373
  • fix: correct drag source reconnection (#1375) (32a69c6), closes #1375
  • fix: correct useDrag, useDrop specRef instance (617c225)
  • fix: declare module on dnd-core (#1366) (8b3e132), closes #1366
  • fix: fix draggable box issue in hooks (bc9b81f)
  • fix: prevent crash in determineDropResult (react-dnd#1281) (#1367) (5c8af9a), closes react-dnd#1281 #1367 #31 #1281
  • fix: update the isRef check to only check for the existence of a 'current' property (#1359) (80e44fa), closes #1359
  • fix(typescript): declare hoist-non-react-statics type dependency (#1330) (f4193c3), closes #1330
  • feat: let DragDropContextProvider reuse a manager (#1362) (884c6ff), closes #1362
  • chore: promote host-non-react-statics to dependency (#1338) (696faab), closes #1338 #1334
  • chore: remove .editorconfig file (#1358) (82ac197), closes #1358
  • chore: update vscode tslint recommended package (#1335) (9637955), closes #1335
  • docs(example): add script command line at docs to run this project locally (#1347) (8fe1ee3), closes #1347
  • build: add "module" field to package.json (#1319) (ead0bca), closes #1319
darthtrevino
published 7.4.5 •

Changelog

Source

<small>7.4.5 (2019-04-03)</small>

  • Check handlerIds In DragSource/DropTarget Monitors (#1315) (039d463), closes #1315
  • Correct links to documentation in error messages (#1314) (ae7ffe2), closes #1314
  • v7.4.5 (5fefffc)
  • chore: rebuild yarn.lock (4d39ad2)
  • chore: remove lodash from react-dnd (#1317) (dc636b9), closes #1317
darthtrevino
published 7.4.4 •

Changelog

Source

<small>7.4.4 (2019-04-02)</small>

  • Improve Testing (#1298) (f0aa2fa), closes #1298
  • Make each example a CRA app (#1300) (6c9eaa2), closes #1300
  • Remove Lodash (#1294) (0a54e41), closes #1294
  • Remove useless constraint (#1306) (e8fab37), closes #1306
  • Update Libraries, Correct some Invariant Issues (#1313) (676d9f8), closes #1313
  • v7.4.4 (5b58d29)
  • fix: add endsWith polyfill (#1312) (69dbcce), closes #1312
  • fix: apply effect fix to hooks version of dragpreview (fdf3cf3)
  • fix: corret the dragpreview example by adding an effect dependency (a608c5e)
  • fix: documentation (9752600)
  • docs: add missing deps to examples for codepen (64672a5)
  • docs: add some more headings to the section on adding drag-and-drop interaction (1b83846)
  • docs: fix gutters, add toc to example (#1304) (6ed66bf), closes #1304
  • docs: fromat ts examples (f94a642)
  • docs: move the chessboard example so that we can model each step of the tutorial as different exampl (c028840)
  • docs: remove example cross-referencing (ec096a5)
  • docs: remove gatsby-plugin-styled-components from config (429caf5)
  • docs: remove outdated comment (d2133ea)
  • docs: revert styled-components removal, but don't use typings (c85d9d7)
  • docs: spelling fix (95fc213)
  • docs: update clean target (ba4ec05)
  • docs: use codesandbox for typescript examples (6356a2f)
  • docs: use codesandbox links for javascript example source (c58d331)
  • docs: use embedded codesandbox examples (4af62bf)
  • docs: wording streamline (107b009)
  • docs: write cra apps for ts examples (3dc7539)
  • build: remove nohoist settings (#1296) (a9f340b), closes #1296
darthtrevino
published 7.4.3 •

Changelog

Source

<small>7.4.3 (2019-03-26)</small>

  • v7.4.3 (7ce51e4)
  • fix: add typings to the card imperative handle (8d601b8)
  • fix: tiny cleanup (9992e3b)
  • fix: unwrap the decorator ref when using forwarded refs (6440c54)
  • docs: remove example highlighting FCs, since they are now normative (74296f6)
darthtrevino
published 7.4.2 •

Changelog

Source

<small>7.4.2 (2019-03-26)</small>

  • Docs Cleanup, Pass refs to Ref-Forwarded components (#1292) (2ea6629), closes #1292
  • v7.4.2 (30579d2)
  • refactor: remove recompose dependency (978384e)
  • docs: remove useDragPreview, eliminated argument (eece551)
darthtrevino
published 7.4.1 •

Changelog

Source

<small>7.4.1 (2019-03-26)</small>

darthtrevino
published 7.4.0 •

Changelog

Source

7.4.0 (2019-03-26)

  • #1273 fix typescript link issues (#1274) (34b2ae7), closes #1274
  • Connector Ref Updates (#1278) (786ef85), closes #1278
  • Don't create native drags out of an array, and make them enumerable (#1270) (0d717e9), closes #1270
  • Hooks Ref'ing Updates (#1280) (1d7207e), closes #1280
  • Improve Decorator Typings (#1291) (e891105), closes #1291 #1287
  • New Feature Proposal: Connect with Ref Objects (#1267) (0958d67), closes #1267
  • Remove unused code (#1279) (4505852), closes #1279
  • Use DragDropContextProvider in Tutorial (#1272) (bfbb756), closes #1272
  • v7.4.0 (941dc2e)
  • docs: document the props arg to the collector fns (9840c38)
  • docs: fixed markdown in droptarget top level api (#1288) (874f33a), closes #1288
  • docs: reference the react-dnd-test-utils package in the testing doc (ffd92e5)
  • fix: remove cyclic dependency (dcbda3c)
  • fix: remove the useEffect invocation from DragDropContextProvider (#1277) (cff33ab), closes #1277
  • fix: throw error when a DragSource or DropTarget is rendered outside DragDropContext (#1132) (#1286) (7fb94a5), closes #1132 #1286
  • build: fixed the order as lerna was not building in proper order (#1289) (6876ef9), closes #1289
  • revert: use recompose for the isClassComponent check (e6e7cb5)
  • test: add test-utils package, add test for connector functions (5682439)
  • test: added unit tests for react-dnd-html5-backend (#1283) (27e4a06), closes #1283
  • test: fix tests (34b87b1)
  • test: work on tests (576d148)
  • feat: add the target component props to the collector funtion signature (2a7a237)
darthtrevino
published 7.3.2 •

Changelog

Source

<small>7.3.2 (2019-03-13)</small>

  • Handler Refactorings (#1264) (24345bd), closes #1264
  • Hooks API: dragSpec.begin() may now return a DragObject (#1266) (391dc04), closes #1266
  • Update the connector typings (#1265) (3719610), closes #1265 #1213
  • v7.3.2 (e3fb069)
  • docs: correct some issues with the hooks docs (155555c)
  • docs: improve useDrag/useDrop documentation (0e3a406)
  • docs: improve usedraglayer, usedragpreview docs (dc8927e)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc