Skip to content

Commit

Permalink
fix(types): removes MultiDrag and Swap exports from index
Browse files Browse the repository at this point in the history
BREAKING CHANGE: it's apparent we're import sortablejs with all plugins mounted. We've had a few
bugs come in that MultiDrag no longer exports because of version 1.12.x of sortablejs making an
accidental breaking change.

fix #179
  • Loading branch information
waynevanson committed Sep 27, 2020
1 parent 1664026 commit f34c861
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,11 @@ export {
DOMRect,
GroupOptions,
MoveEvent,
MultiDrag,
Options,
PullResult,
PutResult,
SortableEvent,
SortableOptions,
Swap,
Utils,
} from "sortablejs";
export { ReactSortable } from "./react-sortable";
Expand Down

0 comments on commit f34c861

Please sign in to comment.