Dnd Old Versions Save

Beautiful and accessible drag and drop for lists with React

v15.0.0

1 year ago

15.0.0 (2022-08-12)

I want to give Gabriel Santerre @100terres a HUGE shoutout for doing an amazing job on updating the wonderful react-beautiful-dnd library. I owe much of this release to them, and to the many Atlassian's who originally developed such an incredible library.

This update has no shiny new features (more to come). It focuses on adding support for React 18 and improving the developer experience.

Features ?

  • Support React 18

Breaking

  • Requires react and react-dom ^17 || ^18 (drop support for version 16)
  • Requires react-redux ^8 (drop support for version 7)
  • Drop support for IE 11

Tests ?

  • migrate from enzyme to @testing-library/react
  • Jest 27 -> 28
  • Use React 18 for tests

Bug Fixes ?

  • remove flicker caused by react 18 and react-redux 8 (d7af384)

Others ?

  • clean and re-run prettier (4649adf)
  • improve release script (9406edd)
  • instruct release-it to publish as public (a805264)
  • list package as public (03efeda)
  • new browserlist (no more ie) (bec128e)
  • remove commit requirements (8ba1a29)
  • remove unused storybook deps (a19c4db)
  • switch from pnpm to npm (f47cfe8)
  • temporarily revert version (f890876)
  • update additional jest packages (d652f47)
  • update deps minor version (ca4c6ae)
  • update deps, supported browsers (ad60115)
  • update jest 27 -> 28 (64d8802)
  • update jsdom and @rollup/plugin-commonjs (9c64ce9)
  • update minor deps and remove airbnb eslint (8b43f98)
  • update react-redux 7 -> 8 (6bd19fb)
  • update stylelint packages (b6b0399)
  • use react 18 for tests, fix tests, bug fixes (c41b55b)