Skip to content

Commit 7928dc2

Browse files
authored
v1.6.4 release candidate (#480)
1 parent dec6c30 commit 7928dc2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Type: Package
22
Package: htmlwidgets
33
Title: HTML Widgets for R
4-
Version: 1.6.3.9000
4+
Version: 1.6.4
55
Authors@R: c(
66
person("Ramnath", "Vaidyanathan", role = c("aut", "cph")),
77
person("Yihui", "Xie", role = "aut"),

NEWS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# htmlwidgets (development version)
1+
# htmlwidgets 1.6.4
22

3-
* htmlwidgets once again eagerly recurses into list-like objects when searching for JavaScript strings wrapped in `JS()`. If you encounter an infinite recursion ("C stack usage is too close to the limit"), the best strategy is to coerce the offending items to a character string. (#478)
3+
This release reverts the change made in v1.6.3 (to no longer recurse into list-like objects when searching for JavaScript strings wrapped in `JS()`). Although that change helped prevent infinite recursion in some cases, it ultimately broke too many existing widgets that relied on the previous behavior. If you encounter infinite recursion errors ("C stack usage is too close to the limit"), the best strategy is to coerce the offending items to a character string. (#478)
44

55
# htmlwidgets 1.6.3
66

0 commit comments

Comments
 (0)