Skip to content

v2.0.5

Compare
Choose a tag to compare
@TimboKZ TimboKZ released this 20 Nov 01:21
· 37 commits to 2.x since this release

Bug fixes:

  • Fixed the Expected drag drop context error when disableDragAndDrop or disableDragAndDropProvider is set to true. From now on, Chonky should never error out when DnD context is not present. Instead, it will silently disable drag & drop.
  • Fixed exports in index.ts. Type and enum exports are no longer mixed, and TS no longer complains about missing types.