Skip to content

Commit 477604c

Browse files
committed
update changelog
1 parent 30a015e commit 477604c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

news/changelog-1.3.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
- reduce font size of `df-print: paged` tables ([#3380](https://github.com/quarto-dev/quarto-cli/issues/3380))
3636
- `width` and `height` in percent are now correctly supported ([#4063](https://github.com/quarto-dev/quarto-cli/issues/4063))
3737
- add better margins to numbered lists in the presence of many items and `.scrollable` ([#4283](https://github.com/quarto-dev/quarto-cli/issues/4063)).
38+
- Properly support scss imports for RevealJS extensions ([#3414](https://github.com/quarto-dev/quarto-cli/issues/3414))
3839

3940
## Dates
4041

@@ -91,18 +92,24 @@
9192
- Improve support for `yml` based listings by supporting usage of title and description from `yml`.
9293
- Allow listings in project to point directly to non-input files (such as `yml` files) to use for contents.
9394
- Allow `sort: false` to disable any sorting, allowing items to appear in their original / natural order. (#3296)
95+
- Warn if listings are being used outside of a website ([#4267](https://github.com/quarto-dev/quarto-cli/issues/4267))
9496

9597
## Websites
9698

9799
- Fix issue assigning specific sidebar to a specific page using `sidebar:` (#3389)
98100
- Change behavior of `publish gh-pages` to always render into a clean directory.
99101
Previous behavior was to add to existing contents of `gh-pages` branch. ([#3199](https://github.com/quarto-dev/quarto-cli/discussions/3199), @ijlyttle)
100102
- Order sidebar entries using filename rather than title
103+
- Position `repo-actions` in the page footer if there is nowhere else to position them ([#3998](https://github.com/quarto-dev/quarto-cli/issues/3998))
104+
- Render `page-footer` even when a Navbar isn't present ([#4053](https://github.com/quarto-dev/quarto-cli/issues/4053))
105+
- Don't treat links with no `href` as external when `link-external-icon` is enabled ([#3645](https://github.com/quarto-dev/quarto-cli/issues/3645))
106+
- Escape HTML from code cells that appears inline in search results ([#4404](https://github.com/quarto-dev/quarto-cli/issues/4404))
101107

102108
## Books
103109

104110
- Remove chapter number of HTML head title when `number-sections` is `false` (#3304).
105111
- Non-HTML book output formats will now be placed in subdirectories (`book-<format>`) within the project output directory (`_books`)
112+
- Don't discard the first chapter header when a chapter title is declared using YAML. ([#3653](https://github.com/quarto-dev/quarto-cli/issues/3653))
106113
- Support for rendering to Asciidoc
107114
- Support for rendering to LaTeX
108115

0 commit comments

Comments
 (0)