added new geoPoint field

This commit is contained in:
Gani Georgiev
2025-04-02 11:38:19 +03:00
parent f3a836eb7c
commit 4c5abd5bd9
60 changed files with 1373 additions and 1143 deletions

View File

@@ -4,6 +4,8 @@
- Updated the `select` field UI to accomodate better larger lists and RTL languages ([#4674](https://github.com/pocketbase/pocketbase/issues/4674)).
- Added new `geoPoint` field for storing `{lon:x,lat:y}` record value (@todo docs).
- Minor UI fixes (_removed the superuser fields from the auth record create/update examples, etc._).