Dash for R v0.9.1
Added
-
Dash layout wrapper functions are included, which simplify the layout syntax for writing Dash apps. This includes the ability to pipe in the
app
object to layout and meta functions, as well as tags which simplifyhtml
component arguments and children. #265 -
Added simplified and flexible callbacks with the
add_callback
helper function. Included in this change are multiple additional helper functions to simplify Dash app configuration and tag usage. #270
Changed
- Unified the core Dash packages (dash, dashCoreComponents, dashHtmlComponents, dashTable) for streamlined maintenance and accessibility. The namespaces of these packages will be combined under the
dash
namespace, and all artifacts from the ancillary dash packages will be included with Dash for R. #243 - Removed source-mapping from the
master
branch on Github and CRAN release of Dash R. Source-mapping is still available in thedev
branch for contributors. #282
Fixed
-
Minor fix for favicon issue continued from #240 (for more details, see #243).
-
Minor fix to enable
suppress_callback_exceptions
configuration option when creating a Dash app. #268 -
A regression which prevented favicons from displaying properly has been resolved, and a default Dash favicon is now supplied when none is provided in the
assets
directory. #240