npm react-dnd 8.0.0
React-DnD V8

latest releases: 16.0.1, 16.0.0, 15.1.2...
4 years ago

Major

  • ES Modules. The target output of TypeScript has been changed to esnext with esnext modules. This speeds up and simplifies our build process, and targets the future with modern web standards. The UMD builds have been moved to a new 'react-dnd-umd-builds' package. CommonJS builds have been removed.
  • Polyfills: Legacy polyfills have been removed. At this point, that's just String.endsWith
  • DragDropContextProvider:
    • DragDragDropContextProvider => DndProvider
    • DragDropContext, DragDropContextConsumer, and DragDropContextProvider => DndContext.

Don't miss a new react-dnd release

NewReleases is sending notifications on new releases.