From a2b4a5d93a31a03ceca1ec09c8dbd177ebaa20b0 Mon Sep 17 00:00:00 2001 From: lovasoa Date: Thu, 9 May 2024 22:45:44 +0200 Subject: [PATCH] v0.20.5 changelog --- CHANGELOG.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d546b913..b7e50a44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,11 @@ ## 0.20.5 (2024-05-07) - - Fix missing visual indication of selected item in form dropdown fields. - - ![screenshot](https://github.com/tabler/tabler/assets/552629/a575db2f-e210-4984-a786-5727687ac037) - - fix autofocus on select fields with dropdown + - Searchable multi-valued selects in the form component + - Fix missing visual indication of selected item in form dropdown fields. + - ![screenshot](https://github.com/tabler/tabler/assets/552629/a575db2f-e210-4984-a786-5727687ac037) + - fix autofocus on select fields with dropdown + - add *searchable* as an alias for *dropdown* in the form component - Added support for SSL client certificates in MySQL and Postgres - SSL client certificates are commonly used to secure connections to databases in cloud environments. To connect to a database that requires a client certificate, you can now use the ssl_cert and ssl_key connection options in the connection string. For example: postgres://user@host/db?ssl_cert=/path/to/client-cert.pem&ssl_key=/path/to/client-key.pem - The SQLPage function system was greatly improved