Skip to content

Commit

Permalink
(textproc/R-htmltools) Updated 0.5.2 to 0.5 4
Browse files Browse the repository at this point in the history
# htmltools 0.5.4

## New Features

* Added  a   new  `bindFillRole()`  function  for   modifying  `tag()`
  object(s) into tags  that are allowed to grow and  shrink when their
  parent is  opinionated about  their height.  See `help(bindFillRole,
  "htmltools")`  for  documentation  and examples.  Note  the  primary
  motivation for  adding these functions  is to power  `{bslib}`'s new
  `card()`        API        (in        particular,        [responsive
  sizing](https://rstudio.github.io/bslib/articles/cards.html#responsive-sizing))
  as  well  as  the  new `fill`  arguments  in  `shiny::plotOutput()`,
  `shiny::imageOutput()`,                         `shiny::uiOutput()`,
  `htmlwidgets::sizingPolicy()`,                                   and
  `htmlwidgets::shinyWidgetOutput()`. (#343)

## Bug fixes

* Closed #331: `copyDependencyToDir()` creates `outputDir`
  recursively, which happens in Quarto or when `lib_dir` points to a
  nested directory. (@gadenbuie, #332)

* Closed #346: `tagQuery()`'s `$remove()`, `$after()`, `$before()`,
  `$replaceWith()` had a bug that prevented expected behavior when
  sibling children values where not tag elements. (#348)


# htmltools 0.5.3

## Breaking changes

* Closed #305: `htmlPreserve()` no longer uses _inline_ code blocks
  for Pandoc's raw attribute feature when used inside a _non_-inline
  knitr/rmarkdown code chunk, and as a result, in this case, an
  additional `<p>` tag is no longer wrapped around the HTML
  content. (#306)

## Bug fixes

* Closed #301: `tagQuery()` was failing to copy all `tagList()` html
  dependencies within nest child tag lists. `tagQuery()` will now
  relocate html dependencies as child objects. (#302)

* Closed #290: htmltools previously did not specify which version of
  fastmap to use, and would fail to install with an old version of
  fastmap. (#291)

* `copyDependencyToDir()` no longer creates empty directories for
  dependencies that do not have any files. (@gadenbuie, #276)

* Closed #320: `copyDependencyToDir()` now works with dependencies
  with specified attributes. (@dmurdoch, #321)
  • Loading branch information
mef committed Mar 12, 2023
1 parent 86fe6aa commit 51b6d9a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
7 changes: 5 additions & 2 deletions textproc/R-htmltools/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.8 2021/09/06 21:52:11 mef Exp $
# $NetBSD: Makefile,v 1.9 2023/03/12 05:40:48 mef Exp $

R_PKGNAME= htmltools
R_PKGVER= 0.5.2
R_PKGVER= 0.5.4
CATEGORIES= textproc

MAINTAINER= [email protected]
Expand All @@ -12,12 +12,15 @@ DEPENDS+= R-digest>=0.6.20:../../security/R-digest
DEPENDS+= R-base64enc-[0-9]*:../../converters/R-base64enc
DEPENDS+= R-rlang-[0-9]*:../../devel/R-rlang
DEPENDS+= R-fastmap-[0-9]*:../../devel/R-fastmap
DEPENDS+= R-ellipsis-[0-9]*:../../math/R-ellipsis

# Packages suggested but not available: 'ragg'
TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
TEST_DEPENDS+= R-Cairo-[0-9]*:../../graphics/R-Cairo
#EST_DEPENDS+= R-ragg-[0-9]*:../../graphics/R-ragg
TEST_DEPENDS+= R-shiny-[0-9]*:../../www/R-shiny
TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr
TEST_DEPENDS+= R-ragg-[0-9]*:../../graphics/R-ragg

USE_LANGUAGES+= c c++

Expand Down
8 changes: 4 additions & 4 deletions textproc/R-htmltools/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.5 2021/10/26 11:21:31 nia Exp $
$NetBSD: distinfo,v 1.6 2023/03/12 05:40:48 mef Exp $

BLAKE2s (R/htmltools_0.5.2.tar.gz) = 241d60222b30c8e657c13e12d3804c0fd79b3f7595c1b404686e5bcfe9d3af0a
SHA512 (R/htmltools_0.5.2.tar.gz) = 10d605439621d4ae46a6b10580ddcbdbb4dc52c9b50f3d8a7c0a1ca8f86087ad4949efdaf7e445fd752ad4d58e2601e1fc7f262f9f0a8760ea883aac3cb7698c
Size (R/htmltools_0.5.2.tar.gz) = 124510 bytes
BLAKE2s (R/htmltools_0.5.4.tar.gz) = 0cbda8a01afe8ead7cbfc369d61b1c1fccc0cce673c75bd5c171c1e8637c6ee4
SHA512 (R/htmltools_0.5.4.tar.gz) = a3ea84deacd1dc3f7813f89268e1f540d51d97e61271437f2e6587f28ffdab8936421473fd5b17639237f70f5f491638d20148c5866cca72e887f89b9b2e92a7
Size (R/htmltools_0.5.4.tar.gz) = 131047 bytes

0 comments on commit 51b6d9a

Please sign in to comment.