[##5398] fixed the admin ui isEmpty check

This commit is contained in:
Gani Georgiev
2024-08-27 21:19:10 +03:00
parent 498a21b020
commit b7732098e0
35 changed files with 50 additions and 47 deletions
+7
View File
@@ -1,3 +1,10 @@
## v0.22.20
- Fixed the Admin UI `isEmpty` check to allow submitting zero uuid, datetime and date strings ([#5398](https://github.com/pocketbase/pocketbase/issues/5398)).
- Updated goja and the other Go deps.
## v0.22.19
- Added additional parsing for the Apple OAuth2 `user` token response field to attempt returning the name of the authenticated user ([#5074](https://github.com/pocketbase/pocketbase/discussions/5074#discussioncomment-10317207)).