1
0
mirror of https://github.com/pocketbase/pocketbase.git synced 2025-02-13 16:31:59 +02:00

updated changelog and package.json

This commit is contained in:
Gani Georgiev 2023-04-18 06:30:05 +03:00
parent abea28a1a9
commit b39d607c8a
2 changed files with 6 additions and 4 deletions

View File

@ -1,4 +1,4 @@
## (WIP)
## v0.15.0
- Simplified the OAuth2 authentication flow in a single "all in one" call ([#55](https://github.com/pocketbase/pocketbase/issues/55)).
Requires JS SDK v0.14.0+ or Dart SDK v0.9.0+.
@ -14,12 +14,14 @@
- Added simple loose wildcard search term support in the Admin UI.
- Refreshed the OAuth2 Admin UI.
- Added auto "draft" to allow restoring previous record state in case of accidental reload or power outage.
- Added `Ctrl + S` shortcut to save the record changes without closing the panel.
- Added "drop files" support for the file upload field.
- Refreshed the OAuth2 Admin UI.
## v0.14.5

View File

@ -28,7 +28,7 @@
"chart.js": "^3.7.1",
"chartjs-adapter-luxon": "^1.2.0",
"luxon": "^2.3.2",
"pocketbase": "0.14.0-rc",
"pocketbase": "0.14.0",
"prismjs": "^1.28.0",
"sass": "^1.45.0",
"svelte": "^3.44.0",