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