Skip to content

Commit 4dfe63a

Browse files
committed
changelog updates
1 parent 9accec6 commit 4dfe63a

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

news/changelog-1.3.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,12 @@
3838
- Properly anchor custom appendix sections ([#3112](https://github.com/quarto-dev/quarto-cli/issues/3112)).
3939
- Don't display custom appendix sections in the TOC ([#3113](https://github.com/quarto-dev/quarto-cli/issues/3113)).
4040
- Use custom `styles.html` template partial to better support checkbox alignment ([#4556](https://github.com/quarto-dev/quarto-cli/issues/4556)).
41+
- Improve ergonomics of text-highting in HTML output, not emitting difficult overwrite styles and better supporting theme -> CSS conversion. ([#4334](https://github.com/quarto-dev/quarto-cli/issues/4334)).
4142

4243
## Article Layout
4344

44-
- Improve positioning of margin content defined within tabsets. (#3280)
45+
- Improve positioning of margin content defined within tabsets ([#3280](https://github.com/quarto-dev/quarto-cli/issues/3280)).
46+
- Improve support for tables with margin positioned endnotes ([#4324](https://github.com/quarto-dev/quarto-cli/issues/4324)).
4547

4648
## Revealjs Format
4749

@@ -53,6 +55,10 @@
5355
- Properly support `show-notes: separate-page` [#3996](https://github.com/quarto-dev/quarto-cli/issues/3996)
5456
- Improve footnote / aside layout for centered slides. [#4297](https://github.com/quarto-dev/quarto-cli/issues/4297)
5557

58+
## EPUB Format
59+
60+
- Enable webtex (epub2 format) or mathml (epub/epub3 format) by default for EPUB output [#4403](https://github.com/quarto-dev/quarto-cli/issues/4403)
61+
5662
## Dates
5763

5864
- Properly fall back to language only locale when a supported language-region locale isn't available. (#3059)
@@ -131,14 +137,18 @@
131137
- Properly localize search button title and various toggle aria-labels ([#4559](https://github.com/quarto-dev/quarto-cli/issues/4559))
132138
- Support `navbar: true` to turn on a top navbar even if there are no contents
133139
- Improve title recognition for pages that don't include a title in metadata ([#4528](https://github.com/quarto-dev/quarto-cli/issues/4528))
140+
- Ensure that footnote are properly indexed for website and book searches ([#4601](https://github.com/quarto-dev/quarto-cli/issues/4601)).
141+
- Permit sidebar items to include icons ([#3830](https://github.com/quarto-dev/quarto-cli/issues/3830)).
134142

135143
## Books
136144

137145
- Remove chapter number of HTML head title when `number-sections` is `false` (#3304).
138146
- Non-HTML book output formats will now be placed in subdirectories (`book-<format>`) within the project output directory (`_books`)
139-
- 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))
147+
- Don't discard the first chapter header when a chapter title is declared using YAML.
140148
- Support for rendering to Asciidoc
141149
- Support for rendering to LaTeX
150+
- Properly support localized appendex name in book website navigation ([#4578](https://github.com/quarto-dev/quarto-cli/issues/4578))
151+
- Don't emit duplicate bibliography heading when LaTeX/PDF books are rendering using `natbib` or `biblatex` ([#2770](https://github.com/quarto-dev/quarto-cli/issues/2770))
142152

143153
## Preview
144154

@@ -181,6 +191,7 @@
181191
- Trim whitespace from the end of yaml strings in jupyter engine to work around poyo parsing issue ([#4573](https://github.com/quarto-dev/quarto-cli/issues/4573)).
182192
- Use "iso" date form instead of "short" to format citations properly ([#4586](https://github.com/quarto-dev/quarto-cli/issues/4586)).
183193
- Fix typo `thumnail-image` -> `thumbnail-image` in listing template ([#4602](//github.com/quarto-dev/quarto-cli/pull/4602)) (Thank you, @mattspence!).
194+
- Add support for targeting the `#refs` divs with citations when using `natbib` or `biblatex` to generate a bibliography.
184195

185196
## Pandoc filter changes
186197

0 commit comments

Comments
 (0)