-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
comp(sortable) improvements #1592
Conversation
could affect #1554 |
Codecov Report
@@ Coverage Diff @@
## development #1592 +/- ##
===============================================
+ Coverage 84.84% 85.56% +0.72%
===============================================
Files 85 92 +7
Lines 2323 2543 +220
Branches 299 328 +29
===============================================
+ Hits 1971 2176 +205
- Misses 252 262 +10
- Partials 100 105 +5
Continue to review full report at Codecov.
|
8ebbac3
to
f452625
Compare
added new functionality (directives, ability to disable exact items, support for touch devices)
f452625
to
9aedcd7
Compare
@valorkin hey, it was created more when 3 weeks ago :) |
I am here, horey |
When will this be merged? |
Is it possible to limit the array size? I would like to assign a number of m tones to n modi, where m>n. |
touch support
directives (allows to make such things as tables or other complicated templates sortable)
limitations for transferring items between containers can be set
bux fixes (e.g. selected item wasn't unselected if was dropped outside container)