v0.18.0
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
tracking
component for beautiful and compact status reports: This feature adds a new way to display status reports, making them more visually appealing and concise. -
New
divider
component to add a horizontal line between other components: This simple yet useful addition allows for better separation of elements on your pages. -
New
breadcrumb
component 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
embed
attribute incard
component: This feature enables you to create more complex and dynamic layouts within cards. -
Customizable y-axis step size in
chart
component withystep
attribute: 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_type
function: 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
card
component with smaller margin below footer text: This fix ensures consistent and visually balanced card layouts.