Skip to content

v3.0.0

Compare
Choose a tag to compare
@asabhaney asabhaney released this 12 Feb 22:04
· 14 commits to master since this release
d57d211
  • Breaking: Remove state management from core lib (fixes #31, #40)
  • Breaking: Rename dropActiveClassName to dragActiveClassName
  • New feature: Ability to use a render prop
  • New feature: Ability to pass in attributes to underlying input (fixes #35, #39)
  • Fix: Bug where / doesn't work (fixes #27)
  • Add support for onDragEnter and onDragLeave events
  • Remove div wrapper container (fixes #11, #24)
  • Update dependencies and support React 18 (fixes #30, #42) [in progress: https://github.com//pull/43]
  • Internal: Reorganize file structure
  • Internal: Rewrite component as functional component
  • Internal: Update examples
  • Internal: Update linting and git hooks
  • Update docs