pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/R-htmlwidgets
Module Name: pkgsrc
Committed By: mef
Date: Sat Jun 12 01:49:22 UTC 2021
Modified Files:
pkgsrc/www/R-htmlwidgets: Makefile distinfo
Log Message:
(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).
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/R-htmlwidgets/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/R-htmlwidgets/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/R-htmlwidgets/Makefile
diff -u pkgsrc/www/R-htmlwidgets/Makefile:1.2 pkgsrc/www/R-htmlwidgets/Makefile:1.3
--- pkgsrc/www/R-htmlwidgets/Makefile:1.2 Thu Aug 8 19:53:58 2019
+++ pkgsrc/www/R-htmlwidgets/Makefile Sat Jun 12 01:49:22 2021
@@ -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@localhost
Index: pkgsrc/www/R-htmlwidgets/distinfo
diff -u pkgsrc/www/R-htmlwidgets/distinfo:1.1 pkgsrc/www/R-htmlwidgets/distinfo:1.2
--- pkgsrc/www/R-htmlwidgets/distinfo:1.1 Wed Jul 31 13:58:41 2019
+++ pkgsrc/www/R-htmlwidgets/distinfo Sat Jun 12 01:49:22 2021
@@ -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
Home |
Main Index |
Thread Index |
Old Index