hello-pangea / dnd

Beautiful and accessible drag and drop for lists with React.
https://dnd.hellopangea.com
Other
2.06k stars 87 forks source link

Support redux 5 #744

Open AntonOfTheWoods opened 8 months ago

AntonOfTheWoods commented 8 months ago

Description

Currently it appears that only redux 4 and react-redux 8 are supported, but more recent versions have now been released.

ahadcove commented 8 months ago

Yes please!

100terres commented 7 months ago

Hi @AntonOfTheWoods, thank you for bringing this to our attention. I'll see what we can do to support the latest version.

100terres commented 7 months ago

related to: https://github.com/hello-pangea/dnd/pull/731

Xhale1 commented 6 months ago

I adopted redux 5 at work and everything appears to be working. v5 also had very little breaking changes: https://github.com/reduxjs/redux/releases/tag/v5.0.0

@100terres I think we might be able to widen the dependency range to include 5.x.y with fairly little fuss

100terres commented 6 months ago

I'll try to have a look at this during the weekend.

100terres commented 5 months ago

I've done a clean up on the dependencies. I'll be releasing a v16.6.0 soon. Next steps, I'll bump redux, drop support for React versions below v18.0.0, and release v17.0.0 (I might also revisit our build system for this major).

EDIT (April 19th): I'll be away from my keyboard for a few weeks. I Should have somethings end of May.

yildirim2189 commented 3 weeks ago

hi, any updates?