synced with master

This commit is contained in:
Gani Georgiev
2023-06-10 23:43:09 +03:00
33 changed files with 262 additions and 256 deletions
+6
View File
@@ -1,3 +1,4 @@
<<<<<<< HEAD
## v0.17.0-WIP
- Added Instagram OAuth2 provider ([#2534](https://github.com/pocketbase/pocketbase/pull/2534); thanks @pnmcosta).
@@ -64,6 +65,11 @@
- Refactored `apis.ApiError` validation errors serialization to allow `map[string]error` and `map[string]any` when generating the public safe formatted `ApiError.Data`.
## v0.16.6-WIP
- Fixed collection index column sort normalization in the Admin UI ([#2681](https://github.com/pocketbase/pocketbase/pull/2681); thanks @SimonLoir).
## v0.16.5
- Fixed the Admin UI serialization of implicit relation display fields ([#2675](https://github.com/pocketbase/pocketbase/issues/2675)).