diff --git a/CHANGELOG.md b/CHANGELOG.md index 3bb2688a..3f23f970 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG.md +## unreleased + + - Fix display of long titles in the shell component. + ## 0.14.0 (2023-10-19) - Better support for time series in the [chart](https://sql.ophir.dev/documentation.sql?component=chart#component) component. You can now use the `time` top-attribute to display a time series chart diff --git a/Cargo.lock b/Cargo.lock index e4673797..f6bcc927 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2278,7 +2278,7 @@ dependencies = [ [[package]] name = "sqlpage" -version = "0.14.0" +version = "0.15.0" dependencies = [ "actix-rt", "actix-web", diff --git a/Cargo.toml b/Cargo.toml index 294d7c90..104adf57 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sqlpage" -version = "0.14.0" +version = "0.15.0" edition = "2021" description = "A SQL-only web application framework. Takes .sql files and formats the query result using pre-made configurable professional-looking components." keywords = ["web", "sql", "framework"] diff --git a/sqlpage/templates/shell.handlebars b/sqlpage/templates/shell.handlebars index 1d2bdc92..c49a37e6 100644 --- a/sqlpage/templates/shell.handlebars +++ b/sqlpage/templates/shell.handlebars @@ -42,7 +42,7 @@ {{#if title}}