added cache-control header for the admin ui assets

This commit is contained in:
Gani Georgiev
2023-04-21 01:19:57 +03:00
parent 0c63e0e219
commit bd2521b14b
2 changed files with 15 additions and 2 deletions
+4 -2
View File
@@ -1,4 +1,6 @@
## (WIP) v0.15.1
## v0.15.1
- Trigger the related `Record` model realtime subscription events on [custom model struct](https://pocketbase.io/docs/custom-models/) save ([#2325](https://github.com/pocketbase/pocketbase/discussions/2325)).
- Fixed `Ctrl + S` in the `editor` field not propagating the quick save shortcut to the parent form.
@@ -8,7 +10,7 @@
- Reduced the record form vertical layout shifts and slightly improved the rendering speed when loading multiple `relation` fields.
- Trigger the related `Record` model realtime subscription events on [custom model struct](https://pocketbase.io/docs/custom-models/) save ([#2325](https://github.com/pocketbase/pocketbase/discussions/2325)).
- Enabled Admin UI assets cache.
## v0.15.0