Skip to content

v0.7.1

Choose a tag to compare

@Valian Valian released this 10 Dec 23:07
· 124 commits to main since this release

🐛 Bugfixes

  • Fixed useLiveUpload composable to properly handle change event dispatching for addFiles - now auto uploads for drag and drop should be working
  • addFiles now accepts DataTransfer objects directly
  • diff algorithm correctly handles time and date values - they're maps internally, but should be diffed as strings.

🧪 Testing

  • Added E2E tests for drag and drop functionality