Skip to content

Commit

Permalink
(www/R-htmlwidgets) Updated 1.3 to 1.5.3
Browse files Browse the repository at this point in the history
htmlwidgets 1.5.3
-------------------------------------------------------

### New features

* Added a `reportTheme` argument to `shinyWidgetOutput()`. If `TRUE`,
  CSS styles of the widget's output container are made available to
  `shiny::getCurrentOutputInfo()`, making it possible to provide
  'smart' styling defaults in a `renderWidget()` context. (#361)

* `shinyRenderWidget()` now has a `cacheHint` parameter, for use with
  Shiny's new `bindCache()` function. (#391)

* Support a new `PACKAGE::widget_html.WIDGETNAME` convention for
  defining custom widget HTML. This replaces the earlier
  `PACKAGE::WIDGETNAME_html` convention, which continues to work but
  may be deprecated at some point in the future. The goal for the new
  convention is to prevent accidentally matching functions that were
  never intended for this purpose. (Thanks, @thebioengineer!) (#376)

* Export the `JSEvals` function, allowing other packages to support
  `JS()` in non-widget contexts.

### Bug fixes

* `saveWidget()` now `file` argument now properly handles relative
  paths. (#299)

* Fixed an issue with passing named function declarations to `JS()`
  and `onRender()` (introduced by v1.4). (#356)

htmlwidgets 1.5.2
-------------------------------------------------------

* Emergency patch release to fix an issue with rendering htmlwidgets
  in flexdashboard. More generally, this change implies that any
  htmlwidget is printed via a knitr code chunk with multiple values
  for fig.width/fig.height, only the first value is used for the
  widget's sizing policy. (#387)

htmlwidgets 1.5.1
-------------------------------------------------------

* Fixed an issue with dynamically rendered widgets (i.e., using
  `shiny::uiOutput()` to render a widget) with any version of shiny
  prior to 1.4. This issue was introduced by htmlwidgets 1.5. (#351)

htmlwidgets 1.5
-----------------------------------------------------------------------

* Fixed an incompatibility with Shiny v1.4.0: due to Shiny upgrading
  from jQuery 1.x to 3.x, the timing of some initialization routines
  has changed. This caused some widget `renderValue` calls to occur at
  an earlier point in Shiny's initialization process than with earlier
  versions of Shiny. (#345)


htmlwidgets 1.4 (unreleased)
-----------------------------------------------------------------------

* JavaScript statements can now be passed along to `onRender()` and
  `JS()` (#329).
  • Loading branch information
mef committed Jun 12, 2021
1 parent c1c70c1 commit e657d9b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions www/R-htmlwidgets/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.2 2019/08/08 19:53:58 brook Exp $
# $NetBSD: Makefile,v 1.3 2021/06/12 01:49:22 mef Exp $

R_PKGNAME= htmlwidgets
R_PKGVER= 1.3
R_PKGVER= 1.5.3
CATEGORIES= www

MAINTAINER= [email protected]
Expand Down
10 changes: 5 additions & 5 deletions www/R-htmlwidgets/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.1 2019/07/31 13:58:41 brook Exp $
$NetBSD: distinfo,v 1.2 2021/06/12 01:49:22 mef Exp $

SHA1 (R/htmlwidgets_1.3.tar.gz) = 12f801b88a6c9f4787470a0a04b0c36ccbe1bc3c
RMD160 (R/htmlwidgets_1.3.tar.gz) = 908b9f341904132a56af1d0dabf4637191f81e0b
SHA512 (R/htmlwidgets_1.3.tar.gz) = e3481ce4441463dc9ca98e082a6f35823736d6069437c8f4942586e7aefb6a844dc9d4177483226c62b6e4e3ade08ea6e10cd97cd87ac3a45baec74bb34be09d
Size (R/htmlwidgets_1.3.tar.gz) = 866548 bytes
SHA1 (R/htmlwidgets_1.5.3.tar.gz) = 6961256f03bc1937a21c2e0958a57452b8e70038
RMD160 (R/htmlwidgets_1.5.3.tar.gz) = a44be9bedcb531159172567228d1aeefe1473f45
SHA512 (R/htmlwidgets_1.5.3.tar.gz) = 6f7551f92f7ac76c99044651c763eb51fb5f82bd0d03b890698e0a3fca80e2ee010cdf5c0940c6b8a4ebebf9861d3c343d3cd1ac1953b08011fb3cddd11a6b75
Size (R/htmlwidgets_1.5.3.tar.gz) = 323656 bytes

0 comments on commit e657d9b

Please sign in to comment.