Skip to content

Latest commit

 

History

History
103 lines (47 loc) · 4.06 KB

CHANGELOG.md

File metadata and controls

103 lines (47 loc) · 4.06 KB

6.1.5 (2023-06-01)

Bug Fixes

  • react-sortable.jsx: const newList = [...props.list].map((item) => (c945c6d)

6.1.4 (2022-05-31)

Bug Fixes

6.1.3 (2022-05-31)

Bug Fixes

  • react18: add children to ReactSortableProps (f6b4e2e)

6.1.2 (2022-04-03)

Bug Fixes

  • spell 'these' incorrectly (0656825)

6.1.1 (2022-02-08)

Bug Fixes

Reverts

  • prettier preserve semicolons (a658d04)

6.1.0 (2022-01-30)

Features

  • remove and update dependencies (65fa886)

6.0.4 (2022-01-30)

Bug Fixes

  • preserve original objects (362cbd5)

6.0.3 (2022-01-14)

Bug Fixes

6.0.2 (2022-01-14)

Bug Fixes

  • remove unnecesary devdependencies: rmeove innecesary devDependencies (1000f68)
  • infra (1d43f97)

6.0.1 (2022-01-13)

Bug Fixes

  • allow update disabled prop at runtime (dccdd24)

6.0.0 (2020-09-27)

Bug Fixes

  • types: removes MultiDrag and Swap exports from index (f34c861), closes #179

Build System

  • parcel: replace rollup with parcel 2 (3876be2)

BREAKING CHANGES

  • 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)

Bug Fixes

  • util.ts: changes custom type Omit to extend keyof T (9db7297)