From b39d607c8a3027de0ddeea064a4b63dd457ff6b3 Mon Sep 17 00:00:00 2001 From: Gani Georgiev Date: Tue, 18 Apr 2023 06:30:05 +0300 Subject: [PATCH] updated changelog and package.json --- CHANGELOG.md | 8 +++++--- ui/package.json | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7abe1a64..af68dd4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/ui/package.json b/ui/package.json index 459c43f0..fe06ba61 100644 --- a/ui/package.json +++ b/ui/package.json @@ -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",