Skip to content

Commit

Permalink
chore: upgrade pkgdown to bootstrap 5 (#306)
Browse files Browse the repository at this point in the history
Co-authored-by: Toph Allen <[email protected]>
  • Loading branch information
fh-mthomson and toph-allen authored Oct 8, 2024
1 parent ccf4f1e commit 6085b53
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
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

0 comments on commit 6085b53

Please sign in to comment.