Skip to content

Commit

Permalink
Add news page to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
James Goldie committed Apr 23, 2023
1 parent e46fb21 commit c5b7c1a
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/_quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ website:
menu:
- text: "Bar chart"
file: examples/barchart/index.qmd
- text: Changelog
file: news.qmd
# - about.qmd
right:
- icon: github
Expand Down
22 changes: 22 additions & 0 deletions docs/news.qmd
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit c5b7c1a

Please sign in to comment.