Skip to content
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

feat: migrate to Angular 12 #246

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Anikethana
Copy link

Used ng upgrade to update

@Anikethana Anikethana mentioned this pull request Sep 18, 2021
@Anikethana
Copy link
Author

Can you merge this PR?
I need support for Angular 12 for my project

@nicolashenry
Copy link

@smnbbrv Can you merge/release this? Or maybe can you give us a contact from someone who could do that for this repository?

@Deitsch
Copy link

Deitsch commented Nov 24, 2021

Can we merge this branch. I think many people who want to use sortablejs would need this. If it's unsupported maybe a new maintainer could be found?

@Reixko
Copy link

Reixko commented Jan 24, 2022

I'm very Sorry for tagging you, but could you please merge this ? This is here already for 4 months
@gutenye @David-Desmaisons @andresin87 @eriklieben @matyas-igor @depuits @smnbbrv @owen-m1

@andresin87
Copy link
Member

I'm very Sorry for tagging you, but could you please merge this ? This is here already for 4 months @gutenye @David-Desmaisons @andresin87 @eriklieben @matyas-igor @depuits @smnbbrv @owen-m1

I'm sorry. I just got enrolled to the team half a month ago just for the react sortable binding project.

@Reixko
Copy link

Reixko commented Jan 25, 2022

No problem, could you maybe ping someone from the team that can merge this ? Because if they enrolled you, then it means that atleast someone is active :) Thank you @andresin87

@spierala
Copy link

@Anikethana I believe that we should add "compilationMode": "partial" in the libs prod tsconfig

https://angular.io/guide/creating-libraries#ensuring-library-version-compatibility

@@ -1,5 +1,8 @@
{
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
"cli": {
"analytics": "97b059d8-f275-47b1-ad17-9665c85827b3"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is this? Better remove I would say.

@jpark011
Copy link

Also need to update peerDependencies on package.json

@kiran-pathe
Copy link

Used ng upgrade to update

Can you also update package.json file

@Klapik
Copy link

Klapik commented Jul 11, 2022

Is this project dead?

@Deitsch
Copy link

Deitsch commented Jul 12, 2022

seems to be dead, i wouldn't use it if you have other options

@COBRASoft5
Copy link

Unfortunately, I can't find a good alternative. Dragula is also dead for quite some time now.

@Deitsch
Copy link

Deitsch commented Jul 12, 2022

This are some alternatives that are maintained. The downside of the first and second is that they aren't as conveniently wrapped for Angular. But it recommend going down this path rather then to use the seemingly unmaintained sortablejs

https://github.com/Shopify/draggable
https://github.com/taye/interact.js
https://material.angular.io/cdk/drag-drop/overview

Also simple stuff can be done using the HTML drag API. It's not too shabby. I created my own directives for a folder like, multi object dnd

@COBRASoft5
Copy link

COBRASoft5 commented Jul 12, 2022

SortableJS is one of the only frameworks that works nicely together with multiple columns and rows (grid). Most others, like cdk, don't have nice animations or don't work at all in a grid display.

Edit: seems draggable is not very well maintained either as mentioned on their github page.

@Deitsch
Copy link

Deitsch commented Jul 12, 2022

You are right about draggable, but at the moment is maintained and they search for maintainers, so i'd say it is a valid option.

I mean you always can fork ngx-sortableJS it and bring it up to Angular 14 (or whatever version u need)

@AlexanderStromer
Copy link

@smnbbrv
possible to update or assign to someone new maintaining it?
sorry to see this lib not being maintained. Angular native DragDrop has its downsides ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.