hypeserver / react-date-range

A React component for choosing dates and date ranges.
MIT License
2.59k stars 678 forks source link

⚠️ NOT MAINTAINED ⚠️ #590

Open burakcan opened 2 years ago

burakcan commented 2 years ago

This project is currently unmaintained because the original maintainers are busy with other things. It should be pretty stable in its current state but we won't be updating it in the foreseeable future. If you are willing to maintain it, please drop a link of your fork here.

goguda commented 8 months ago

Hi there, at iROOMit we greatly appreciate the work done with this package!

We've forked it and spent the last few weeks updating dependencies, as well as converting everything to TypeScript.

We've still got a bit to do, such as update/convert the tests and the demo to TypeScript, but we are willing to commit to maintaining this package for the foreseeable future!

Here's a link: https://github.com/iroomitapp/react-date-range

It can be installed with

npm install @iroomit/react-date-range

or

yarn add @iroomit/react-date-range

Thank you!

jorge-pascual commented 4 months ago

Hi @goguda,

Great job on the project! Congrats!

I did find a a bug, though. The <DefinedRange> component doesn't forward the staticRanges property, so it doesn't work as expected (in fact, it does't work at all). I'm not sure why it works on the live demo page—I suspect the demo page might not be using the actual component.

Apologies for commenting here, but I wasn't sure how else to send you the feedback since your repo doesn't have an issues section.

Thanks!