Skip to content

Commit 3fe3a88

Browse files
committed
new icons
1 parent 35e9450 commit 3fe3a88

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
- Add support for `selected` in multi-select inputs in the [form](https://sql.ophir.dev/documentation.sql?component=form#component) component. This allows you to pre-select some options in a multi-select input.
1717
- New function: [`sqlpage.protocol`](https://sql.ophir.dev/functions.sql?function=protocol#function) to get the protocol used to access the current page. This is useful to build links that point to your own site, and work both in http and https.
1818
- Add an example to the documentation showing how to create heatmaps with the [chart](https://sql.ophir.dev/documentation.sql?component=chart#component) component.
19+
- 18 new icons available: https://tabler.io/icons/changelog#2.43
1920

2021
## 0.17.0
2122

examples/official-site/sqlpage/migrations/01_documentation.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ INSERT INTO component(name, icon, description) VALUES
458458
INSERT INTO parameter(component, name, description, type, top_level, optional) SELECT 'chart', * FROM (VALUES
459459
-- top level
460460
('title', 'The name of the chart.', 'TEXT', TRUE, TRUE),
461-
('type', 'The type of chart: "line", "area", "bar", "column", "pie", "scatter", or "bubble".', 'TEXT', TRUE, FALSE),
461+
('type', 'The type of chart: "line", "area", "bar", "column", "pie", "scatter", "bubble", or "heatmap".', 'TEXT', TRUE, FALSE),
462462
('time', 'Whether the x-axis represents time. If set to true, the x values will be parsed and formatted as dates for the user.', 'BOOLEAN', TRUE, TRUE),
463463
('ymin', 'The minimal value for the y-axis.', 'NUMBER', TRUE, TRUE),
464464
('ymax', 'The maximum value for the y-axis.', 'NUMBER', TRUE, TRUE),

sqlpage/tabler-icons.svg

Lines changed: 1 addition & 1 deletion
Loading

0 commit comments

Comments
 (0)