added array fallback in case of missing joinNonEmpty items

This commit is contained in:
Gani Georgiev
2023-09-12 19:57:42 +03:00
parent eb2aa1cfc6
commit 2608efb56c
33 changed files with 46 additions and 39 deletions
+5
View File
@@ -1,3 +1,8 @@
## v0.18.5
- Fixed minor Admin UI JS error in the auth collection options panel introduced with the change from v0.18.4.
## v0.18.4
- Added escape character (`\`) support in the Admin UI to allow using `select` field values with comma ([#2197](https://github.com/pocketbase/pocketbase/discussions/2197)).