[#3403] added option to import/export a subset of collections

This commit is contained in:
Gani Georgiev
2024-02-12 11:37:48 +02:00
parent d4a2f05075
commit 959c6b6d6c
37 changed files with 301 additions and 157 deletions
+2
View File
@@ -3,6 +3,8 @@
- Admin UI improvements:
- Sync collection changes across multiple opened tabs.
- Fixed vertical image popup preview scrolling.
- Added options to export a subset of collections.
- Added option to import a subset of collections without deleting the others ([#3403](https://github.com/pocketbase/pocketbase/issues/3403)).
- Added `jsvm.Config.OnInit` optional config function to allow registering custom Go bindings to the JSVM.