Skip to content

Commit b11136a

Browse files
committed
update dependencies
fixes #797
1 parent a10a777 commit b11136a

File tree

4 files changed

+24
-23
lines changed

4 files changed

+24
-23
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
Now, when you write `select $x where $x is not null`, the value of `$x` is sent to the database only once. It used to be sent as many times as `$x` appeared in the statement.
1414
- Improve error messages on invalid sqlpage function calls. The messages now contain actionable advice.
1515
- Fix top navigation bar links color. They appeared "muted", with low contrast, since v0.33
16+
- update to apex charts v4.5.0. This fixes a bug where tick positions in scatter plots would be incorrect.
1617

1718
## 0.33.0 (2025-02-15)
1819

Cargo.lock

Lines changed: 21 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sqlpage"
3-
version = "0.33.0"
3+
version = "0.33.1"
44
edition = "2021"
55
description = "Build data user interfaces entirely in SQL. A web server that takes .sql files and formats the query result using pre-made configurable professional-looking components."
66
keywords = ["web", "sql", "framework"]

sqlpage/apexcharts.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/apexcharts@4.4.0/dist/apexcharts.min.js */
1+
/* !include https://cdn.jsdelivr.net/npm/apexcharts@4.5.0/dist/apexcharts.min.js */
22

33
sqlpage_chart = (() => {
44
function sqlpage_chart() {

0 commit comments

Comments
 (0)