Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 140
Update dashCoreComponents to 1.6.0 with support for async loading in R#721
Uh oh!
There was an error while loading. Please reload this page.
Changes from all commits
File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,15 +1,15 @@ | ||
| Package: dashCoreComponents | ||
| Title: Core Component Suite for Dash | ||
| Title: Core Interactive UI Components for Dash | ||
| Version: 1.6.0 | ||
| Description: Supercharged components for interactive user interfaces in Dash. A core set of components, written and maintained by the Dash team, is available in the 'dashCoreComponents' package. The source for this package is on GitHub: 'plotly/dash-core-components'. | ||
| Description: Dash ships with supercharged components for interactive user interfaces. A core set of components, written and maintained by the Dash team, is available in the dashCoreComponents package. The source for this package is on GitHub: plotly/dash-core-components. | ||
| Depends: R (>= 3.0.2) | ||
| Imports: | ||
| Imports: | ||
| Suggests: knitr, rmarkdown | ||
| VignetteBuilder: knitr | ||
| License: MIT + file LICENSE | ||
| URL: https://github.com/plotly/dash-core-components | ||
| BugReports: https://github.com/plotly/dash-core-components/issues | ||
| Encoding: UTF-8 | ||
| LazyData: true | ||
| VignetteBuilder: knitr | ||
| Author: Chris Parmer [aut] | ||
| Maintainer: Ryan Patrick Kyle <ryan@plot.ly> |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,8 +1,8 @@ | ||
| pkg_help_description: > | ||
| pkg_help_description: >- | ||
| Dash ships with supercharged components for | ||
| interactive user interfaces. A core set of components, | ||
| written and maintained by the Dash team, is available in | ||
| the dashCoreComponents package. The source for this package | ||
| is on GitHub: plotly/dash-core-components. | ||
| pkg_help_title: > | ||
| pkg_help_title: >- | ||
| Core Interactive UI Components for Dash |
Large diffs are not rendered by default.
Uh oh!
There was an error while loading. Please reload this page.
Large diffs are not rendered by default.
Uh oh!
There was an error while loading. Please reload this page.
Large diffs are not rendered by default.
Uh oh!
There was an error while loading. Please reload this page.
Large diffs are not rendered by default.
Uh oh!
There was an error while loading. Please reload this page.
Large diffs are not rendered by default.
Uh oh!
There was an error while loading. Please reload this page.
Large diffs are not rendered by default.
Uh oh!
There was an error while loading. Please reload this page.
Large diffs are not rendered by default.
Uh oh!
There was an error while loading. Please reload this page.
Large diffs are not rendered by default.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Makes sense to use the project version instead of the Plotly.js version here. 👍