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

Add option for reverting DOM modifications #2195

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Aug 29, 2022

  1. Add option for reverting DOM modifications

    This option allows to use Sortable.js with any framework that handles the DOM manipulation by state (React, Vue, Svelte...). Toggling the option 'revertDOM' to 'true' will let you handle your own state manipulation by the Sortable events (onAdd, onSort...). Now the events also receive the Sortable object, allowing access to the 'to' and 'from' group names and other properties.
    roy-mdr committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    fccf6e6 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2022

  1. Add MultiDrag Plugin support

    roy-mdr committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    cee2ee7 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. Configuration menu
    Copy the full SHA
    279b5ff View commit details
    Browse the repository at this point in the history