Skip to content

Commit

Permalink
move item in changelog to regression
Browse files Browse the repository at this point in the history
follows up backport in v1.6 (#12183)
  • Loading branch information
cderv committed Mar 5, 2025
1 parent 78c707c commit 5f45dc4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions news/changelog-1.7.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ All changes included in 1.7:
- ([#11752](https://github.com/quarto-dev/quarto-cli/issues/11752)): Fix regression with non-alphanumeric characters in `categories` preventing correct filtering of listing.
- ([#11561](https://github.com/quarto-dev/quarto-cli/issues/11561)): Fix a regression with `$border-color` that impacted, callouts borders, tabset borders, and table borders of the defaults themes. `$border-color` is now correctly a mixed of `$body-color` and `$body-bg` even for the default theme.
- ([#11943](https://github.com/quarto-dev/quarto-cli/issues/11943)): Fix callout title color on dark theme in revealjs following Revealjs update in quarto 1.6.
- ([#12147](https://github.com/quarto-dev/quarto-cli/issues/12147)): for RevealJS format, `serif` and `simple` themes defaults back to have their heading color (`$presentation-heading-color`) to be the same as the body color (`$body-color`) as in Quarto 1.5.

## YAML validation

Expand Down Expand Up @@ -56,10 +57,6 @@ All changes included in 1.7:
- ([#11835](https://github.com/quarto-dev/quarto-cli/issues/11835)): Take markdown structure into account when detecting minimum heading level.
- ([#11964](https://github.com/quarto-dev/quarto-cli/issues/11964)): Using panel layout without a crossref label now correctly do not add an empty `#block[]` that was leading to an unnecessary space in output.

## `revealjs` format

- ([#12147](https://github.com/quarto-dev/quarto-cli/issues/12147)): `serif` and `simple` themes defaults back to have their heading color (`$presentation-heading-color`) to be the same as the body color (`$body-color`) as in Quarto 1.5.

## Interactive Shiny Document

- ([#12059](https://github.com/quarto-dev/quarto-cli/issues/12059)): `quarto preview` now correctly run on Windows an interactive Quarto doc with Jupyter engine and py-shiny, when using a `*.py` file as resource.
Expand Down

0 comments on commit 5f45dc4

Please sign in to comment.