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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,7 @@
31
31
- Adds support for `ANY`, `ALL`, and `SOME` subqueries, like `SELECT * FROM t WHERE a = ANY (SELECT b FROM t2)`
32
32
- Add support for `change_percent` without `description` in the big_number component to display the percentage change of a value.
33
33
- Add support for `freeze_columns` and `freeze_headers` in the table component to freeze columns and headers.
34
+
- Fix an error that occured when the site_prefix configuration option was set to a value containing special characters like `-` and a request was made directly to the server without url-encoding the site prefix.
34
35
35
36
## 0.30.1 (2024-10-31)
36
37
- fix a bug where table sorting would break if table search was not also enabled.
0 commit comments