Skip to content

Commit a2b4a5d

Browse files
committed
v0.20.5 changelog
1 parent 9d49569 commit a2b4a5d

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22

33
## 0.20.5 (2024-05-07)
44

5-
- Fix missing visual indication of selected item in form dropdown fields.
6-
- ![screenshot](https://github.com/tabler/tabler/assets/552629/a575db2f-e210-4984-a786-5727687ac037)
7-
- fix autofocus on select fields with dropdown
5+
- Searchable multi-valued selects in the form component
6+
- Fix missing visual indication of selected item in form dropdown fields.
7+
- ![screenshot](https://github.com/tabler/tabler/assets/552629/a575db2f-e210-4984-a786-5727687ac037)
8+
- fix autofocus on select fields with dropdown
9+
- add *searchable* as an alias for *dropdown* in the form component
810
- Added support for SSL client certificates in MySQL and Postgres
911
- 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
1012
- The SQLPage function system was greatly improved

0 commit comments

Comments
 (0)