Skip to content

Commit 066be66

Browse files
authored
Dash for R v0.6.2 (#212)
* bump version, load v4.8.1 of dashTable
1 parent 64070cf commit 066be66

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

CHANGELOG.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,19 @@
22
All notable changes to `dash` will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## [0.6.2] - 2020-06-19
6+
### Fixed
7+
- Dash for R now depends on v4.8.1 of `dashTable`, which fixes a bug where headers are unaligned with columns following an update (for more details, see [#797](https://github.com/plotly/dash-table/issues/797)).
8+
59
## [0.6.1] - 2020-06-17
610
### Fixed
711
- Dash for R now depends on v1.10.1 of `dashCoreComponents`, which provides v1.54 of Plotly.js (for more details, see [CHANGELOG.md](https://github.com/plotly/plotly.js/blob/master/CHANGELOG.md)).
812

9-
## [0.6.0 ] - 2020-06-17
13+
## [0.6.0] - 2020-06-17
1014
### Changed
1115
- 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.
1216

13-
## [0.5.0 ] - 2020-05-28
17+
## [0.5.0] - 2020-05-28
1418
### Added
1519
- Dash for R now depends on the `brotli` package explicitly; previously it was loaded when importing `reqres`. [#204](https://github.com/plotly/dashR/pull/204)
1620

DESCRIPTION

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
Package: dash
22
Title: An Interface to the Dash Ecosystem for Authoring Reactive Web Applications
3-
Version: 0.6.1
3+
Version: 0.6.2
44
Authors@R: c(person("Chris", "Parmer", role = c("aut"), email = "[email protected]"), person("Ryan Patrick", "Kyle", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-5829-9867"), email = "[email protected]"), person("Carson", "Sievert", role = c("aut"), comment = c(ORCID = "0000-0002-4958-2844")), person("Hammad", "Khan", role = c("aut"), email = "[email protected]"), person(family = "Plotly Technologies", role = "cph"))
55
Description: A framework for building analytical web applications, Dash offers a pleasant and productive development experience. No JavaScript required.
66
Depends:
77
R (>= 3.0.2)
88
Imports:
99
dashHtmlComponents (== 1.0.3),
1010
dashCoreComponents (== 1.10.1),
11-
dashTable (== 4.8.0),
11+
dashTable (== 4.8.1),
1212
R6,
1313
fiery (> 1.0.0),
1414
routr (> 0.2.0),
@@ -34,7 +34,7 @@ Collate:
3434
'internal.R'
3535
Remotes: plotly/dash-html-components@e63acfa,
3636
plotly/dash-core-components@5049379,
37-
plotly/dash-table@4307589
37+
plotly/dash-table@9603c6c
3838
License: MIT + file LICENSE
3939
Encoding: UTF-8
4040
LazyData: true

0 commit comments

Comments
 (0)