Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions news/changelog-1.8.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ All changes included in 1.8:
- ([#12780](https://github.com/quarto-dev/quarto-cli/issues/12780)): `keep-ipynb: true` now works again correctly and intermediate `.quarto_ipynb` is not removed.
- ([#13051](https://github.com/quarto-dev/quarto-cli/issues/13051)): Fixed support for captioned Markdown table inside Div syntax for crossref. This is special handling, but this could be output by function like `knitr::kable()` with old option support.

## Backwards-compatibility breaking changes

- ([#13104](https://github.com/quarto-dev/quarto-cli/issues/13104)): Remove `posit-cloud` as `quarto publish` destination. See <https://docs.posit.co/cloud/whats_new/#october-2024> for details.

## Dependencies

- Update `bootstrap-icons` to version v1.13.1 from v1.11.1.
Expand Down
5 changes: 0 additions & 5 deletions src/command/publish/cmd.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ export const publishCommand =
" - Quarto Pub (quarto-pub)\n" +
" - GitHub Pages (gh-pages)\n" +
" - Posit Connect (connect)\n" +
" - Posit Cloud (posit-cloud)\n" +
" - Netlify (netlify)\n" +
" - Confluence (confluence)\n" +
" - Hugging Face Spaces (huggingface)\n\n" +
Expand Down Expand Up @@ -114,10 +113,6 @@ export const publishCommand =
"Publish with explicit credentials",
"quarto publish connect --server example.com --token 01A24233E294",
)
.example(
"Publish project to Posit Cloud",
"quarto publish posit-cloud",
)
.example(
"Publish without confirmation prompt",
"quarto publish --no-prompt",
Expand Down
281 changes: 0 additions & 281 deletions src/publish/posit-cloud/api/index.ts

This file was deleted.

46 changes: 0 additions & 46 deletions src/publish/posit-cloud/api/types.ts

This file was deleted.

Loading
Loading