VILLASframework / web

The VILLASweb frontend (website) for planning, controlling, monitoring and analysing distributed simulations.
https://fein-aachen.org/en/projects/villas-web/
GNU General Public License v3.0
3 stars 3 forks source link

Update React DnD from v14 to v16 #301

Open stv0g opened 2 years ago

stv0g commented 2 years ago

In GitLab by @skolen on Feb 9, 2022, 14:55

We are currently using React DnD + HTML5 backend v14 in VILLASweb. Since April 2022, v16 is out - including some breaking changes in the handling of drag and drop elements that require some changes in the ToolboxItem class and probably also in other parts of the code.

Release infos are available here:

https://github.com/react-dnd/react-dnd/releases

So far, I could not find a guide for migrating from v14 to v16. We may need to look into this ourselves.

stv0g commented 2 years ago

In GitLab by @skolen on Apr 19, 2022, 11:12

marked this issue as related to #381