v0.18.2
SQLPage is a small web server that renders your SQL queries as beautiful interactive websites. This release has seen significant new features and fixes from new contributors, which is great and show the health of the project ! If you feel something is missing or isn't working quite right, all your contributions are always welcome.
On a side note, I gave a talk about SQLPage last December at PGConf.eu
-
New
trackingcomponent for beautiful and compact status reports: This feature adds a new way to display status reports, making them more visually appealing and concise. -
New
dividercomponent to add a horizontal line between other components: This simple yet useful addition allows for better separation of elements on your pages. -
New
breadcrumbcomponent to display a breadcrumb navigation bar: This component helps users navigate through your website's hierarchical structure, providing a clear path back to the homepage. -
Multi-column layouts with
embedattribute incardcomponent: This feature enables you to create more complex and dynamic layouts within cards. -
Customizable y-axis step size in
chartcomponent withystepattribute: This feature gives you more control over the chart's appearance, especially for situations with multiple series. -
Updated default graph colors for better distinction: This enhancement ensures clarity and easy identification of different data series.
-
ID and class attributes for all components for easier styling and referencing: This improvement simplifies custom CSS customization and inter-page element linking.
-
Implementation of
uploaded_file_mime_typefunction: This function allows you to determine the MIME type of a uploaded file. -
Upgraded built-in SQLite database to version 3.45.0: This ensures compatibility with recent SQLite features and bug fixes. See sqlite release notes
-
Unicode support for built-in SQLite database: This enables case-insensitive string comparisons and lower/upper case transformations.
-
Improved
cardcomponent with smaller margin below footer text: This fix ensures consistent and visually balanced card layouts.
Fixes
- v0.18.1 fixes a bug introduced in v0.18 with the size of graphs.
- v0.18.2 fixes a bug with missing chart titles.



