Skip to content
SSO, rich text editor, dependencies update

🚀 Major Highlight: Single Sign-On (SSO) with OIDC

The headline feature of v0.35 is **Single Sign-On (SSO) support using OpenID Connect (OIDC)**!
Now, you can protect your SQLPage website and let users log in with their existing accounts—Google, Microsoft, GitHub, or your organization's identity provider. This means you can secure your site with industry-standard authentication, making it easier and safer for users to access your app.
Learn how to set up SSO in minutes: [SQLPage SSO Guide](https://sql-page.com/sso/)

✨ New Features

- **Rich Text Editor Example:** Let your users write formatted text with links and images—see the new [rich text editor example](./examples/rich-text-editor/).
- **Form Improvements:** Add stylish "switch" checkboxes and headers to your forms for a more modern, user-friendly experience.
- **Big Number Component Enhancements:** Now you can add links to titles and values, and choose if they open in a new tab.
- **Tabler CSS Update:** Upgraded to [Tabler v1.3](https://tabler.io/changelog#/changelog/tabler-1.3) for better chart tooltips, improved list display, and a fresh set of icons from [Tabler Icons v1.33](https://tabler.io/changelog#/changelog/tabler-icons-3.33).
- **Active Menu Highlighting:** Easily highlight the current page in your top bar menu.
- **Flexible Content-Security-Policy:** Harden your site's security with more customizable CSP rules.

🐞 Bug Fixes & Improvements

- Tooltips now work correctly on line charts, even with hidden series.
- List component no longer truncates text when descriptions are empty.
- Improved memory usage for better performance.
- Updated SQL parser to [v0.56](https://github.com/apache/datafusion-sqlparser-rs/blob/main/changelog/0.56.0.md) for more compatibility (including new Postgres and MSSQL features).