6.1.5 (2023-06-01)
- react-sortable.jsx: const newList = [...props.list].map((item) => (c945c6d)
6.1.4 (2022-05-31)
6.1.3 (2022-05-31)
- react18: add
children
toReactSortableProps
(f6b4e2e)
6.1.2 (2022-04-03)
- spell 'these' incorrectly (0656825)
6.1.1 (2022-02-08)
- object-assign errors (fde561e)
- prettier preserve semicolons (a658d04)
6.1.0 (2022-01-30)
- remove and update dependencies (65fa886)
6.0.4 (2022-01-30)
- preserve original objects (362cbd5)
6.0.3 (2022-01-14)
- fix package versions (b464971)
6.0.2 (2022-01-14)
6.0.1 (2022-01-13)
- allow update disabled prop at runtime (dccdd24)
6.0.0 (2020-09-27)
- parcel: replace rollup with parcel 2 (3876be2)
- parcel: packagejson#module was removed because the file is no longer being generated.
- types: 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.
5.0.5 (2020-09-25)
- util.ts: changes custom type Omit to extend keyof T (9db7297)