Update changelog for 0.27.1

This commit is contained in:
LukeHagar
2025-04-21 00:01:43 +00:00
committed by github-actions[bot]
parent 5e5f512078
commit c5b6343160
2 changed files with 12 additions and 1 deletions

View File

@@ -1,3 +1,14 @@
## v0.27.1
- Updated example `geoPoint` API preview body data.
- Added JSVM `new GeoPointField({ ... })` constructor.
- Added _partial_ WebP thumbs generation (_the thumbs will be stored as PNG_; [#6744](https://github.com/pocketbase/pocketbase/pull/6744)).
- Updated npm dev dependencies.
## v0.27.0
- ⚠️ Moved the Create and Manage API rule checks out of the `OnRecordCreateRequest` hook finalizer, **aka. now all CRUD API rules are checked BEFORE triggering their corresponding `*Request` hook**.