close
The Wayback Machine - https://web.archive.org/web/20201001050029/https://github.com/plotly/dashR/releases
Skip to content
  • v0.7.1
  • 508f8f5
  • Compare
    Choose a tag to compare
    Search for a tag
  • v0.7.1
  • 508f8f5
  • Compare
    Choose a tag to compare
    Search for a tag

@rpkyle rpkyle released this Aug 1, 2020

Fixed

  • Fixes a minor bug in debug mode that prevented display of user-defined error messages when induced by invoking the stop function. #220.
  • URLs for unpkg.com for dash-renderer were outdated, and now fetch v1.6.0 also; dash-renderer v1.5.1 has been removed from inst/lib.
Assets 2
  • v0.7.0
  • cfa29d6
  • Compare
    Choose a tag to compare
    Search for a tag
  • v0.7.0
  • cfa29d6
  • Compare
    Choose a tag to compare
    Search for a tag

@rpkyle rpkyle released this Jul 28, 2020 · 134 commits to master since this release

Added

  • Dash for R now supports an update_title parameter, as in Dash for Python. #218

Changed

  • dash-renderer updated to v1.6.0
  • Dash for R now depends on v4.9.0 of dashTable (provides several fixes from #806, #808 and #809) and v1.10.2 of dashCoreComponents (which updates Plotly.js to 1.54.7 via #835).

Removed

  • Dash for R no longer produces a warning when callbacks with no IDs are declared; see #216.
Assets 2
  • v0.6.3
  • 3408f69
  • Compare
    Choose a tag to compare
    Search for a tag
  • v0.6.3
  • 3408f69
  • Compare
    Choose a tag to compare
    Search for a tag

@rpkyle rpkyle released this Jun 25, 2020 · 142 commits to master since this release

Changed

  • dash-renderer updated to v1.5.1

Fixed

  • Resolves a regression that prevented multiple loading states from displaying concurrently when a callback updates multiple outputs (for more details, see #1310).
Assets 2
  • v0.6.2
  • 066be66
  • Compare
    Choose a tag to compare
    Search for a tag
  • v0.6.2
  • 066be66
  • Compare
    Choose a tag to compare
    Search for a tag

@rpkyle rpkyle released this Jun 19, 2020 · 144 commits to master since this release

Fixed

  • Dash for R now depends on v4.8.1 of dashTable, which fixes a bug where headers are unaligned with columns following an update (for more details, see #797).
Assets 2
  • v0.6.1
  • e2ed29d
  • Compare
    Choose a tag to compare
    Search for a tag
  • v0.6.1
  • e2ed29d
  • Compare
    Choose a tag to compare
    Search for a tag

@rpkyle rpkyle released this Jun 18, 2020 · 146 commits to master since this release

Fixed

  • Dash for R now depends on v1.10.1 of dashCoreComponents, which provides v1.54 of Plotly.js (for more details, see CHANGELOG.md).
Assets 2
  • v0.6.0
  • 26446fc
  • Compare
    Choose a tag to compare
    Search for a tag
  • v0.6.0
  • 26446fc
  • Compare
    Choose a tag to compare
    Search for a tag

@rpkyle rpkyle released this May 30, 2020 · 149 commits to master since this release

Changed

Assets 2
  • v0.5.0
  • fa4ad5f
  • Compare
    Choose a tag to compare
    Search for a tag
  • v0.5.0
  • fa4ad5f
  • Compare
    Choose a tag to compare
    Search for a tag

@rpkyle rpkyle released this Jun 17, 2020 · 153 commits to master since this release

Added

  • Dash for R now depends on the brotli package explicitly; previously it was loaded when importing reqres. #204

Changed

  • Dash for R no longer wraps the layout in an htmlDiv internally, for parity with Dash for Python. Starting in v0.5.0, the layout method only accepts a single argument, and that argument must be a Dash component or a function that returns a Dash component. #121
  • Package documentation has been significantly refactored to use new features of roxygen2 when documenting R6 classes
  • The title method now specifies Dash as the default application title instead of dash. #200

Fixed

  • A minor bug in validate_keys which prevented interpolate_index from working as intended has been resolved
Assets 2

@rpkyle rpkyle released this May 8, 2020 · 157 commits to master since this release

Fixed

  • Callbacks with multiple outputs which return one or more components are now permitted; a bug previously prevented their use, fixed in #198
Assets 2
  • v0.4.0
  • d20cacf
  • Compare
    Choose a tag to compare
    Search for a tag
  • v0.4.0
  • d20cacf
  • Compare
    Choose a tag to compare
    Search for a tag

@rpkyle rpkyle released this May 6, 2020 · 159 commits to master since this release

Added

  • Support for inline clientside callbacks in JavaScript #140
  • Support for arbitrary file extensions for assets within component libraries #186
  • Dash for R now provides a show_undo_redo parameter as in Dash for Python #194
  • Additional unit tests for index customization #176
  • Send status code when unit tests fail #177
  • Assorted unit tests for Dash for R #179
  • Nested and standard components test #191

Changed

  • dash-renderer updated to v1.4.1 #195
  • dashHtmlComponents updated to v1.0.3
  • dashCoreComponents updated to v1.10.0
  • dashTable updated to v4.7.0
Assets 2
  • v0.3.1
  • 93e36da
  • Compare
    Choose a tag to compare
    Search for a tag
  • v0.3.1
  • 93e36da
  • Compare
    Choose a tag to compare
    Search for a tag

@rpkyle rpkyle released this Feb 15, 2020 · 161 commits to master since this release

Fixed

  • License file in dashHtmlComponents now loads properly when installing Dash for R on systems running Microsoft Windows #150
Assets 2
You can’t perform that action at this time.