Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: upgrade pkgdown to bootstrap 5 #306

Merged
merged 4 commits into from
Oct 8, 2024
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
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: connectapi
Title: Utilities for Interacting with the 'Posit Connect' Server API
Version: 0.3.0
Version: 0.3.0.9000
Authors@R: c(
person(given = "Toph",
family = "Allen",
Expand Down
10 changes: 8 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# connectapi (development version)

# Unreleased

## New features

- New functions `set_thumbnail()`, `get_thumbnail()`, `delete_thumbnail()` and
`has_thumbnail()` let you interact with content thumbnails, replacing older
`*_image()` functions.
`*_image()` functions. (#294, #304)

## Lifecycle changes

Expand All @@ -14,7 +16,11 @@
deprecated and will be removed in a future update. They have been replaced by
`set_thumbnail()`, which works both with local file paths and remote URLs to
images. Likewise, `has_image()` and `delete_image()` have been deprecated in
favor of `has_thumbnail()` and `delete_thumbnail()`.
favor of `has_thumbnail()` and `delete_thumbnail()`. (#294, #304)

## Minor improvements and fixes

- Upgrade `pkgdown` to bootstrap 5 to enable search (@fh-mthomson, #275)

# connectapi 0.3.0

Expand Down
3 changes: 3 additions & 0 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
url: https://pkgs.rstudio.com/connectapi/

template:
bootstrap: 5

development:
mode: auto

Expand Down
Loading