brick-a-brack / eagle-animation

EagleAnimation is an awesome, free and open-source stop-motion animation software.
https://eagle-animation.com
GNU General Public License v3.0
26 stars 4 forks source link

Upgrade to DND-Kit from `react-sortable-hoc` #35

Closed Swivelgames closed 3 months ago

Swivelgames commented 1 year ago

I was pulling this down and I couldn't help but notice the need for --force during the install. It looks like the culprit is react-sortable-hoc, which has been deprecated for some time now. It might be useful to upgrade to dnd-kit instead, which is the successor to react-sortable-hoc.

Thoughts?

Maxou44 commented 1 year ago

Thanks for the information 😀

A part of the UI code was developped a few years ago and has not been reworked since, a migration to dnd-kit is the best solution for this dependency issue.

Maxou44 commented 3 months ago

Updated on dev branch, will be released in Eagle Animation 2.5.0 😉