This PR allow you to remove and add panes via DOM manipulations, then call swipe.refresh() and it will update the carousel without losing your position on the carousel.
It also removes the need for the API methods swipe.add(el, [i]) & swipe.remove(i). So these functions have been removed.
This PR allow you to remove and add panes via DOM manipulations, then call
swipe.refresh()
and it will update the carousel without losing your position on the carousel.It also removes the need for the API methods
swipe.add(el, [i])
&swipe.remove(i)
. So these functions have been removed.