antoniandre / splitpanes

A Vue 3 (and 2) reliable, simple and touch-ready panes splitter / resizer.
https://antoniandre.github.io/splitpanes
MIT License
1.89k stars 168 forks source link

Is this library dead? #206

Closed davestewart closed 3 months ago

davestewart commented 3 months ago

I know running OSS projects is hard (I have a few!) but no real activity by the author since Oct 2022:

It's a shame, as it's a nice lib.

But I need changes so I've since forked and modified myself.

rexhent commented 3 months ago

I made a fork if you would like to merge your changes into mine, I've also created an npm package at splitpanes4

https://github.com/rexhent/splitpanes

antoniandre commented 3 months ago

Hello guys, I've been willing to dedicate more time but indeed I've been busy on other OSS projects 🤷 I plan to work on refreshing the lib this summer though, moving to composition API and adding a couple features. 💪 Thanks for support!

rexhent commented 3 months ago

Hello guys, I've been willing to dedicate more time but indeed I've been busy on other OSS projects 🤷 I plan to work on refreshing the lib this summer though, moving to composition API and adding a couple features. 💪 Thanks for support!

i've already done a bit of moving to composition api, and can send over some PR's when your ready.

antoniandre commented 2 months ago

Hey folks, just a heads up that I've been actively working on Splitpanes. :) I did a few changes on main already, but also moved some more ongoing refactoring in the refactor-resizing branch. Once I have nicely improved / fixed / cleaned up on the core features, I'll take on some new features like the fixed panes and pixel-base resizing.