You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Selective callback updates to properties now supported with dashNoUpdate()#111
Additional line number context inserted when available within stack traces #133
Integration and unit tests are now performed when commits are made to open pull requests
Support returning asset URLs via app$get_asset_url when app is loaded via source() or APP_ROOT_PATH environment variable is defined #160
url_base_pathname added; mimics functionality in Dash for Python, sets defaults for routes_pathname_prefix and requests_pathname_prefix when not otherwise provided #161
* Add line number context to stack traces when srcrefs are available (#133)
* ✨ Support line #s when in debug mode
* ✨ Add use_viewer option for RStudio
* 🚨 Add soft and hard hot reloading tests
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, and based on the testing of the dev branch of dashR for the past few weeks the initial issues with the dev_tools and new features have been cleared up, and the documentation explains the code well.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR merges in changes to Dash for the v0.2.0 release. The major improvements include:
dashNoUpdate()dash-rendererupdated to v1.2.2The full list of changes follows below.
Added
brotli,gzip, ordeflate#157<meta>tags to index #142use_viewer = TRUEdashNoUpdate()#111app$get_asset_urlwhen app is loaded viasource()orAPP_ROOT_PATHenvironment variable is defined #160url_base_pathnameadded; mimics functionality in Dash for Python, sets defaults forroutes_pathname_prefixandrequests_pathname_prefixwhen not otherwise provided #161Changed
dash-rendererupdated to v1.2.2 #137reqres, patch applied upstream thomasp85/reqres#9pruned_errorsparameter has been renamed todev_tools_prune_errors#113Fixed
debug = TRUEanduse_viewer = TRUE#137reqrespackage to handle cookies containing multiple "=" #122get_asset_urlchecksgetAppPath()as well asDASH_APP_ROOT_PATHenvironment variable when invoked #161