I’m pleased to announce the release of Dash for R v0.3.0, which brings us to parity with the Python release in terms of major features within the framework.
Additionally, v0.3.0 provides several improvements to streamline deployments for Dash Enterprise users.
Changelog
https://github.com/plotly/dashR/releases/tag/v0.3.0
Highlights
-
Dash for R now supports index customization and index templates #168
-
Relative URL paths may be used, given the addition of the
get_relative_pathandstrip_relative_pathmethods #172 -
Application titles may be set using the
app$title()method, for parity with Dash for Python’sapp.titlesyntax #168 -
Dash for R now requires
dashCoreComponentsv1.8.0 -
Dash for R now requires
dashTablev4.6.0 -
Routes and requests pathname prefixes are now automatically set for deployed apps whenever
DASH_APP_NAMEenvironment variable has also been set #165
Deprecated
- Application titles can no longer be set using
nameparameter, which is now deprecated with a warning, for parity with Dash for Python #168 - Removed
DASH_HOSTandDASH_PORT, Dash for R now usesHOSTandPORT#167
Previous Releases