Skip to content

Commit 8a3d51f

Browse files
committed
Update CHANGELOG.md
1 parent be9170d commit 8a3d51f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@
1111
```
1212
- New [modal](https://sql-page.com/component.sql?component=modal) component
1313
- 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`
1420

1521
## v0.35.2
1622
- Fix a bug with zero values being displayed with a non-zero height in stacked bar charts.

0 commit comments

Comments
 (0)