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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-8Lines changed: 1 addition & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
19
19
20
20
## [0.6.0] - 2020-06-17
21
21
### Changed
22
-
- Dash for R now depends on v4.8.0 of `dashTable`, which incorporates changes and bug fixes summarized in https://github.com/plotly/dash-table/pull/787, https://github.com/plotly/dash-table/pull/785, and https://github.com/plotly/dash-table/pull/793.
22
+
- Dash for R now depends on v4.8.0 of `dashTable`, which incorporates changes and bug fixes summarized in <https://github.com/plotly/dash-table/pull/787>, <https://github.com/plotly/dash-table/pull/785>, and <https://github.com/plotly/dash-table/pull/793>.
23
23
24
24
## [0.5.0] - 2020-05-28
25
25
### Added
@@ -95,7 +95,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
95
95
- Fixes for hot reloading interval handling and refreshing apps within viewer pane [#148](https://github.com/plotly/dashR/pull/148)
96
96
-`get_asset_url` checks `getAppPath()` as well as `DASH_APP_ROOT_PATH` environment variable when invoked [#161](https://github.com/plotly/dashR/pull/161)
97
97
98
-
99
98
## [0.1.0] - 2019-07-10
100
99
### Added
101
100
- Initial release
@@ -118,25 +117,21 @@ This project adheres to [Semantic Versioning](http://semver.org/).
118
117
### Fixed
119
118
- CSS dependencies are now properly loaded [#94](https://github.com/plotly/dashR/pull/94)
120
119
121
-
122
120
## [0.0.7] - 2019-04-09
123
121
### Removed
124
122
-`dependencies_set`, `dependencies_get`, and `dependencies_get_internal` methods removed from package
125
123
126
-
127
124
### [0.0.6] - 2019-04-08
128
125
### Added
129
126
- Local asset serving implemented [#64](https://github.com/plotly/dashR/pull/64)
130
127
131
-
132
128
### [0.0.5] - 2019-04-01
133
129
### Added
134
130
- Support for direct import of `plot_ly` and `ggplotly` figures [#71](https://github.com/plotly/dashR/pull/71)
135
131
136
132
### Changed
137
133
-`layout_set` method renamed to `layout` for parity with Dash for Python
138
134
139
-
140
135
### [0.0.4] - 2019-03-14
141
136
### Added
142
137
- Support for externally hosted CSS via `external_stylesheets`
@@ -152,7 +147,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
152
147
- Bug preventing remotely hosted JS resolved
153
148
- Local serving of dependencies fixed when `href` attributes also present
154
149
155
-
156
150
### [0.0.3] - 2019-03-08
157
151
### Added
158
152
-`assert_valid_callbacks` to validate callback handler definitions and ordering of `input` and `state` using
@@ -163,6 +157,5 @@ This project adheres to [Semantic Versioning](http://semver.org/).
163
157
- Handler function for callbacks now passed via `func` argument to `app$callback()`
> 🛑 Make sure you're on at least version `3.0.2` of R. You can see what version of R you have by entering `version` in the R CLI. [CRAN](https://cran.r-project.org/bin/) is the easiest place to download the latest R version.
18
18
19
19
As of 2020-06-04, **dash** and the currently released versions of all core component libraries are _available for download via CRAN!_ Installing `dash` and its dependencies is as simple as
20
+
20
21
```r
21
22
install.packages("dash")
22
23
```
@@ -44,11 +45,10 @@ That's it!
44
45
45
46
## Getting Started
46
47
47
-
https://dashr.plotly.com/getting-started
48
+
<https://dashr.plotly.com/getting-started>
48
49
49
50
The R package **dash** makes it easy to create reactive web applications powered by R. It provides an [R6](https://cran.r-project.org/web/packages/R6/index.html) class, named `Dash`, which may be initialized via the `new()` method.
0 commit comments