From c5b7c1ae4220110251206ead55838eeea958a460 Mon Sep 17 00:00:00 2001 From: James Goldie Date: Sun, 23 Apr 2023 17:42:24 +1000 Subject: [PATCH] Add news page to docs --- docs/_quarto.yml | 2 ++ docs/news.qmd | 22 ++++++++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 docs/news.qmd diff --git a/docs/_quarto.yml b/docs/_quarto.yml index 5e35c3d..5c1a937 100644 --- a/docs/_quarto.yml +++ b/docs/_quarto.yml @@ -17,6 +17,8 @@ website: menu: - text: "Bar chart" file: examples/barchart/index.qmd + - text: Changelog + file: news.qmd # - about.qmd right: - icon: github diff --git a/docs/news.qmd b/docs/news.qmd new file mode 100644 index 0000000..7828ced --- /dev/null +++ b/docs/news.qmd @@ -0,0 +1,22 @@ +--- +title: News +author: James Goldie, 360info +date: last-modified +format: + html: + title-block-banner: "#e1e4e6" + linkcolor: "#36a7e9" +--- + +## Sverto 0.0.2 + +- Bump minimum Quarto version to 1.3.0. +- Fixes for compatibility with newer Quarto 1.3 pre-releases + - Quarto's switch from Pandoc 2 to Pandoc 3 caused some issues with the way Sverto identifies Svelte import statements. This should no longer be a problem. +- We now take advantage of the improved `.quartoignore` functionality in Quarto 1.3 to: + 1. avoid copying the `docs` folder in with the project template; and + 2. include the `.gitignore` with the template + +## 0.0.1 + +- Initial release