[#2541] removed file field dataTransfer.effectAllowed checks

This commit is contained in:
Gani Georgiev
2023-05-23 21:09:24 +03:00
parent 5bf2f692d8
commit 231ddc9791
35 changed files with 104 additions and 102 deletions
+7
View File
@@ -1,3 +1,10 @@
## v0.16.2-WIP
- Fixed backups archive not excluding the local `backups` dir on Windows ([#2548](https://github.com/pocketbase/pocketbase/discussions/2548#discussioncomment-5979712)).
- Changed file field to not use `dataTransfer.effectAllowed` when dropping files since it is not reliable and consistent across different OS and browsers ([#2541](https://github.com/pocketbase/pocketbase/issues/2541)).
## v0.16.1
> _To update the prebuilt executable you can run `./pocketbase update`._