Skip to content

Fixes for ParcelBoundary debounce and ParcelDrag input focus

Compare
Choose a tag to compare
@dxinteractive dxinteractive released this 16 Jul 10:46
· 142 commits to master since this release

react-dataparcels

  • fix: useParcelBuffer should debounce even when buffer param is explicitly set to false.
  • No breaking changes

react-dataparcels-drag

  • fix: react-dataparcels-drag should never have hocked in a render method. Fixes bug where hoc remounts ever render, which throws focus off of inputs as you type.
  • No breaking changes