Skip to content

Commit

Permalink
v0.20.5 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
lovasoa committed May 9, 2024
1 parent 9d49569 commit a2b4a5d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a2b4a5d

Please sign in to comment.