Skip to content

Releases: rstudio/crosstalk

crosstalk 1.2.1

27 Nov 16:02
72f89aa
Compare
Choose a tag to compare

Bug fixes

  • Some SharedData reactive accessors (e.g. sd$selection()) were broken when the SharedData instance was created in a Shiny module. (#114)
  • Closed #87: Fixed an issue where filter_select() was double escaping HTML characters. (#141)

crosstalk 1.2.0

04 Nov 16:44
2bd0a03
Compare
Choose a tag to compare

Breaking changes

  • Removed the Bootstrap HTML dependency attached to filter_select(), filter_checkbox(), and bscols(). This allows {crosstalk} to be used in a non-Bootstrap CSS framework (e.g., {distill}) without de-grading the overall look. If this change happens to break functionality or de-grade the overall appearance of your {crosstalk} site, consider adding bslib::bs_theme_dependencies(bslib::bs_theme(version = 3)) to the UI definition, which will add back the Bootstrap dependency.

Improvements

  • Upgraded filter_select()'s selectize.js dependency to v0.12.4.

CRAN release v1.1.1

12 Jan 14:58
Compare
Choose a tag to compare

Upgrade to jQuery v3.5.1