You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,12 @@
11
11
```
12
12
- New [modal](https://sql-page.com/component.sql?component=modal) component
13
13
- In bar charts: Sort chart categories by name instead of first appearance. This is useful when displaying cumulative bar charts with some series missing data for some x values.
14
+
- Updated tabler to v1.4 https://github.com/tabler/tabler/releases/tag/%40tabler%2Fcore%401.4.0
15
+
- Updated tabler-icons to v3.34 (19 new icons) https://tabler.io/changelog#/changelog/tabler-icons-3.34
16
+
- Added support for partially private sites when using OIDC single sign-on:
17
+
- The same SQLPage application can now have both publicly accessible and private pages accessible to users authenticated with SSO.
18
+
- This allows easily creating a "log in page" that redirects to the OIDC provider.
19
+
- See the [configuration](./configuration.md) for `oidc_protected_paths`
14
20
15
21
## v0.35.2
16
22
- Fix a bug with zero values being displayed with a non-zero height in stacked bar charts.
0 commit comments