Skip to content

Commit b892a72

Browse files
committed
tablerupdate tabler
1 parent 5a79514 commit b892a72

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
- Make custom layout creations with the `card` component easier and less error-prone:
2222
- The `embed` property now automatically adds the `_sqlpage_embed` parameter to the embedded page URL to render it as an embeddable fragment.
2323
- When an embedded page is rendered, the `shell` component is automatically replaced by a `shell-empty` component, to avoid displaying a duplicate shell and creating invalid duplicated page metadata in the response.
24+
- Update Tabler Icons to version [3.30.0](https://tabler.io/changelog#/changelog/tabler-icons-3.30), with many new icons.
25+
- Update the CSS framework to [Tabler 1.0.0](https://github.com/tabler/tabler/releases/tag/v1.0.0), with many small UI consistency improvements.
2426

2527
## 0.32.1 (2025-01-03)
2628

sqlpage/sqlpage.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
/* !include https://cdn.jsdelivr.net/npm/@tabler/[email protected]-beta20/dist/css/tabler.min.css */
2-
/* !include https://cdn.jsdelivr.net/npm/@tabler/[email protected]-beta20/dist/css/tabler-vendors.min.css */
1+
/* !include https://cdn.jsdelivr.net/npm/@tabler/[email protected]/dist/css/tabler.min.css */
2+
/* !include https://cdn.jsdelivr.net/npm/@tabler/[email protected]/dist/css/tabler-vendors.min.css */
33

44
:root {
55
/* Workaround for https://github.com/tabler/tabler/issues/1879 */

sqlpage/sqlpage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* !include https://cdn.jsdelivr.net/npm/@tabler/[email protected]-beta21/dist/js/tabler.min.js */
1+
/* !include https://cdn.jsdelivr.net/npm/@tabler/[email protected]/dist/js/tabler.min.js */
22
const nonce = document.currentScript.nonce;
33

44
function sqlpage_card() {

sqlpage/tabler-icons.svg

Lines changed: 1 addition & 1 deletion
Loading

0 commit comments

Comments
 (0)