Skip to content

Commit c5b7c1a

Browse files
author
James Goldie
committed
Add news page to docs
1 parent e46fb21 commit c5b7c1a

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

docs/_quarto.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ website:
1717
menu:
1818
- text: "Bar chart"
1919
file: examples/barchart/index.qmd
20+
- text: Changelog
21+
file: news.qmd
2022
# - about.qmd
2123
right:
2224
- icon: github

docs/news.qmd

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
title: News
3+
author: James Goldie, 360info
4+
date: last-modified
5+
format:
6+
html:
7+
title-block-banner: "#e1e4e6"
8+
linkcolor: "#36a7e9"
9+
---
10+
11+
## Sverto 0.0.2
12+
13+
- Bump minimum Quarto version to 1.3.0.
14+
- Fixes for compatibility with newer Quarto 1.3 pre-releases
15+
- 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.
16+
- We now take advantage of the improved `.quartoignore` functionality in Quarto 1.3 to:
17+
1. avoid copying the `docs` folder in with the project template; and
18+
2. include the `.gitignore` with the template
19+
20+
## 0.0.1
21+
22+
- Initial release

0 commit comments

Comments
 (0)