-
Notifications
You must be signed in to change notification settings - Fork 214
Roadmap #175
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@waynevanson Thanks for this update. Can you expand on what will be available when you mark "Nested sortables" (the last item) as done? I'm trying to use nested multi drag sortables and it doesn't seem to be working. I have problems similar like the ones described in #190 |
Hello @waynevanson, it looks like the official react binding of SortableJS still needs a certain amount of work to be considered stable. Can you elaborate on the guidelines for contributing to the project? Thanks! |
Hi @waynevanson, Can you share how to make |
I've gotten ahead of myself. Sorry to say, but I won't be adding to sortablejs. I'll be putting my time towards other ventures that are more my style. I'll close this issue because they are my intentions. New intentions should be a new issue. |
Hi Everyone,
Thanks for using this library.
I'd like to give my perspective on the project, what I've been doing and where the project is heading.
What's been going on?
As you've seen, I've been very inactive on the project. I've been focusing my open source hours on SortableJS itself, seeing as there hadn't been any updates in 8 months until a few weeks ago. PR's have been accepted and quality of life changes have been introduced. Typescript has been added to the codebase, but we still need to use
@types/sortablejs
for the time being.What's the perspective?
I started this project so I can use SortableJS with React for a client I was working with. I only started programming in January 2019 and I think I published my version (version 2) around September 2019. I didn't really know anything about the DOM or SortableJS, but was passionate so I drove to do it.
I apologize for the inactivity. I had so many ideas for how I wanted this to be but the barriers were to big in comparison to my knowledge at the time. I know much more, have been contributing to other libraries and now feel I know how to make this library worth your time consuming.
What's coming?
There are a lot of features I'd love to add, with some being easier than others.
semantic-release
for changelog and deployment via git commits.commitizen
for easy git commit messages from contributors.commitlint
for to ensure git commit guidelines are met.husky
for git hooks and linting etc.eslint
for linting.storybook
for testing and examples.cypress
/selenium
for browser testing viabrowserstack
sortablejs
and@types/sortablejs
as peer dependencies (Specify sortablejs as a peer dependency #148).useSortable
as a hook.setState(state => newState)
externally.The text was updated successfully, but these errors were encountered: