summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2021-06-12 01:49:22 +0000
committermef <mef@pkgsrc.org>2021-06-12 01:49:22 +0000
commit8d3444f5bc19c706cb113bb83064fae15239bf64 (patch)
tree0e94a0b69544dba9e19b38652694eb1876f937b4
parent2850e767d69ad34399f76a75092ddff5d3e00411 (diff)
downloadpkgsrc-8d3444f5bc19c706cb113bb83064fae15239bf64.tar.gz
(www/R-htmlwidgets) Updated 1.3 to 1.5.3
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).
-rw-r--r--www/R-htmlwidgets/Makefile4
-rw-r--r--www/R-htmlwidgets/distinfo10
2 files changed, 7 insertions, 7 deletions
diff --git a/www/R-htmlwidgets/Makefile b/www/R-htmlwidgets/Makefile
index 0d6af02ee01..744e4b9062a 100644
--- a/www/R-htmlwidgets/Makefile
+++ b/www/R-htmlwidgets/Makefile
@@ -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= pkgsrc-users@NetBSD.org
diff --git a/www/R-htmlwidgets/distinfo b/www/R-htmlwidgets/distinfo
index 84c0d2820e0..12655a6bb2d 100644
--- a/www/R-htmlwidgets/distinfo
+++ b/www/R-htmlwidgets/distinfo
@@ -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