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

dnd-core

Package Overview
Dependencies
Maintainers
1
Versions
93
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dnd-core - npm Package Versions

1
10

2.5.4

Diff

Changelog

Source

<small>2.5.4 (2017-10-07)</small>

  • Add jsconfig.json file to eliminate warnings about decorators in Visual Studio Code (879f2ea)
  • do not attach refs on the stateless components (#898) (4c1c940), closes #898 #896
  • DragDropContextProvider don't recreate child context (#859) (0dfa63b), closes #859
  • Format merge into the DragDropContextProvider (75a66db)
  • Tooling Updates (#901) (c6bf3af), closes #901
  • v2.5.4 (e298334)
darthtrevino
published 2.5.3 •

Changelog

Source

<small>2.5.3 (2017-09-27)</small>

darthtrevino
published 2.5.2 •

Changelog

Source

<small>2.5.2 (2017-09-27)</small>

  • Add missing imports to Overview HOC examples (#755) (45460b7), closes #755
  • Add React 16 to peer dependencies (#860) (c6123fa), closes #860
  • Add repository fields to the packages (#836) (7b655bf), closes #836
  • Change manual knight position to match screenshot (#470) (f43cdbf), closes #470
  • Changed URL for browsing source to point to correct location (#724) (40fbec9), closes #724
  • Check for presence of add/removeEventListener on target object (#813) (5c8b343), closes #813
  • Clean up OffsetUtils.js (#795) (3e9a3fe), closes #795
  • Create index.md (#796) (ac0da13), closes #796
  • current the >> the current (#797) (4004f7a), closes #797
  • Cut v2.4.1 (#765) (fd0513e), closes #765
  • Cut v2.5.1 (#867) (cde41ef), closes #867
  • Docs fix (#833) (d402e6a), closes #833
  • End drag before starting a new one (#820) (fbc13d1), closes #820
  • Fix cross-browser discrepancies for non-images (#762) (93c5580), closes #762
  • Fix grammatical mistake (#790) (bf4be9a), closes #790
  • Fix typo in native files example (#774) (a64154e), closes #774
  • Fixing DragLayer sample code bug (#863) (0e47490), closes #863
  • Fixing typo in Tutorial (#718) (e51bafd), closes #718
  • Move babel-preset-env to devDependencies (#827) (c3b11da), closes #827
  • Pass offsetX and offsetY as createDragPreview options to force offsets (#776) (d1f078b), closes #776
  • Perform the check in the right place when used in iframes (#850) (05d9800), closes #850
  • Remove peerDependency in react-dnd-html5-backend depending on react-dnd in order to use with `pr (2dbac3a), closes #884
  • Replace babel-preset-latest with babel-preset-env; upgrade react, remove react-addons-test-utils (#8 (f47a91f), closes #825
  • Replace yarn with npm5 (#837) (920aba6), closes #837
  • Revert "Simplify the even flow, end drag whenever receiving mousemove after dragstart instead of dep (81831e0), closes #799 #835
  • Simplify the even flow, end drag whenever receiving mousemove after dragstart instead of depending o (8a3eb74), closes #801
  • update tutorial.md link (#848) (312269a), closes #848
  • Upgrade lerna (#823) (9fcdca0), closes #823
  • Upgrade Webpack and Webpack Loaders (#826) (1ae43dd), closes #826
  • v2.5.0 (6a3fea6)
  • v2.5.2 (12a1d69)
  • vundefined (0466ef7)
  • docs(DropTargetMonitor): fix semantic and grammatical errors (#824) (aaf3cfb), closes #824
  • docs(index.md): add missing extends Component (#828) (b5747f2), closes #828
  • fix(docs): overview example (#727) (3a5ef9a), closes #727 #716
  • fix(DragLayer.md): extend React.Component (#814) (212ac7c), closes #814
darthtrevino
published 2.5.1 •

darthtrevino
published 2.4.0 •

Changelog

Source

2.4.0 (2017-05-09)

  • (#639) - Correct Example Rendering with Firefox (#684) (11e3df6), closes #639 #684
  • (#645) - Use 'typeof window' to check for window existence in HTML5 B… (#646) (b3807e0), closes #645 #646 #645 #645 #645
  • 2.2.0 (#642) (643992a), closes #642
  • Add an invariant(..) validation before accessing the decorated instance (89763d1)
  • Add bundling, babel scripts to package.json (de5285f)
  • Add clean script, update 'npm test' (9eea7db)
  • Add dependency badges (400c47c)
  • Add gzip size badge (#692) (0933e3f), closes #692
  • Add HTML5 backend gzip size (#697) (551b80e), closes #697
  • Add License Field to Sub-Packages (#670) (6d7dc97), closes #670 #667
  • Add myself to contributor list (0a5e37e)
  • Add Reactiflux Discord Link (#663) (4f12fb0), closes #663
  • Adding a React Component for establishing Context via React Trees [v2] (#632) (1153d82), closes #632
  • adding Redux instead of or in addition to Flux in documentation per issue: #222 (6b5f1a6), closes #222
  • Adding statics hoisting to HOCs (7aa0cac)
  • Adds require for Box component to Testing.md (#606) (61baa4b), closes #606
  • Build system, documentation updates (4b04f90)
  • Build updates (b9c5236)
  • clarifying DropTarget and DragSource composition (24926f4)
  • Copy readme from react-dnd package (#644) (d8b1fa8), closes #644
  • Correct linting issues from upstream merge (b5c8f03)
  • created stub function to better reproduce reality (b5aded4)
  • Fix an example of the tutorial (b6f3f81)
  • Fix intermittent problems with dropping a native file in FF (#713) (bfa8165), closes #713 #539
  • Fix ReactTestUtils dependency (d3e4e4c)
  • Fix syntax error (bce3808)
  • fix typo (#656) (5442d31), closes #656
  • Fix typo on DragLayerMonitor doc (#707) (1cbc990), closes #707
  • fixed es5 example (36926b5)
  • fixed invisible square (183ee4d)
  • fixed invisible square at es7 example (bc6f61f)
  • fixed mistake about collect function parameters (19348c3)
  • Fixes #566 - documentation mistake regarding first vs second argument. (4fff699), closes #566
  • Initializing class state in the Backend Constructor (#695) (39576c8), closes #695
  • Make alt drag work for drop sources that can take either copy or move drag operations (#675) (1573fe9), closes #675
  • Migrated deprecated React.PropTypes in example + same for React.createClass in docs (#729) (abbe4c7), closes #729
  • Missed a spot of Flux (0f2504e)
  • Missing comma in Overview example (3e6c0ae)
  • Project Updates & Cleanup (#650) (23aac6c), closes #650
  • Remove .vscode settings (7cd860b)
  • Remove duplicated 'canDrag' of ALLOWED_SPEC_METHODS (d502238)
  • Remove Gitter Links (02ade2e)
  • Remove unused import from docs (55723db)
  • Remove vestigial rule removals (aee325a)
  • Remove vscode conf (2961b41)
  • Replace 'Thinking in React' URL with link to English doc (e12cc93)
  • Replace npmcdn.com with unpkg.com (f3c2be4)
  • Replace ref String Attribute with ref Callback Attribute (e33d431)
  • Revert "Upgrade React to stable (15.0.1)" (8a96d85)
  • Set up Lerna Monorepo (WIP) (#643) (ca10e68), closes #643
  • Turn on 'comma-dangle' in the examples/ folder (cf3ff00)
  • Turn on 'comma-dangle' in the src/ folder (c2de0ed)
  • Turn on 'consistent-return' (f8fc637)
  • Turn on 'jsx-a11y/label-has-for' rule (d3ebb39)
  • Turn on 'no-plusplus' (b128097)
  • Turn on 'object-curly-spacing' rule (6c63d93)
  • Turn on 'object-shorthand' rule (1c89429)
  • Turn on 'prefer-template' rule (50182a5)
  • Turn on 'quote-props' rule (8a26e17)
  • Turn on 'react-jsx-first-prop-new-line', 'react-jsx-indent-props', and 'react-jsx-closing-bracket-lo (0dd5977)
  • Turn on arrow-parens rule in examples (eec158c)
  • Turn on import-ordering rule (4a4ee46)
  • Turn on indent rule (c11d1eb)
  • Turn on no-mixed-operators rule (f7832d1)
  • Update #687 - Native File Example (#696) (9e062eb), closes #687 #696
  • Update badges (e1871af)
  • Update dependencies (4e0123f)
  • Update dnd-core dep version (#641) (d59ba75), closes #641
  • Update doc site stuff (2e0aa35)
  • Update DropTarget.md (71c13cf)
  • Update FAQ.md (bdcd120)
  • Update Github URLs (5d6d740)
  • Update Lerna (#678) (27e1822), closes #678
  • Update LICENSE (d527941)
  • Update linting rules, add editorconfig, correct static site issues (91c6684)
  • Update the CodeBlock component so that newer JS syntax is shown first (#654) (ad4102d), closes #654
  • Update the documentation devServer's webpack configuration so that dnd-core may be npm/yarn-linked (4fdd8e6)
  • Update Tutorial.md (9c640de)
  • Update walkthrough code to use yarn instead of npm (#671) (ad1e992), closes #671
  • Update yarn.lock files (#653) (f7fb8b3), closes #653
  • Updated reactiflux discord channel to #need-help (#703) (a7ffa6e), closes #703
  • upgrade React to stable (15.0.1) (19f32f2)
  • Use Babel 6, Update ESLint and Airbnb config (3b3a521)
  • Use Lerna Fixed Mode for Versioning (#651) (7c34642), closes #651
  • v2.2.3 (#652) (87b5ad5), closes #652
  • v2.2.4 Version Cut (#674) (d1d901e), closes #674
  • v2.3.0 (#710) (8a42cb5), closes #710
  • v2.4.0 (8721c09)
  • when rendering on the server window is undefined so no need to return it (#672) (dc28a61), closes #672
  • fix: delete duplicate content (#711) (64ccf46), closes #711
darthtrevino
published 2.3.0 •

darthtrevino
published 2.2.4 •

darthtrevino
published 2.2.3 •

darthtrevino
published 2.1.0 •

Changelog

Source

2.1.0 (2016-02-14)

  • 2.0.1 (97c82ee)
  • 2.0.2 (017ce3e)
  • 2.1.0 (88cdf84)
  • Add .travis.yml (ed92dea)
  • Add badges (874a56e)
  • Add index to Card propTypes (306ae30)
  • Add linting as a build step (1d83221)
  • build both dev and minified versions to dist (cb1e699)
  • Bump deps (d653066)
  • Clarify the mutation (559f8ff)
  • Delete unexpected comma. (4b3a586)
  • Don't allow to call connect* methods on the composite component elements (96d4c30)
  • Don't throw on undefined options when nodes are equal (faded79), closes #261
  • Don't throw when options changed from falsy to object (b33c941), closes #261
  • DragLayer should not call setState() after being unmounted (1e6f3e3), closes #307
  • Exclude testing from Travis (5e67908)
  • Extract HTML5 backend into a separate repo and update docs with examples (f37dc94)
  • Fix broken link in example. (9e978ac)
  • Fix DragLayer ES5 documentation example. (7043fcc)
  • Fix lint (7fb9ea5)
  • Fix localhost-link (93761e9)
  • Fix syntax error in Testing.md (bca8f7d)
  • Fix test runner (b6381a6)
  • Fix typo (94cd292)
  • Handlers should not call setState() after being unmounted (related to #307) (237ba41), closes #307
  • Improved docs (consistent naming, improved performance) (ee1a23d)
  • Remove Karma test from Travis (92fe1d2)
  • Revert "Subscribe DragLayer only to state changes, which include offset changes" (0f94199)
  • Subscribe DragLayers to state change (503869e)
  • Travis is no fun (c43b492)
  • Update dependencies and remove deprecated publish-latest (f6cf8f3)
  • Update dnd-core to fix #296 (52d5ad0), closes #296
  • update lodash to v4 (2f97cda)
  • Update UMD location (5e358e1)
  • Use IO2 for Travis (07d2281)
  • fix(docs): update examples to use findDOMNode from react-dom (de29f65)
gaearon
published 2.0.2 •

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