diff --git a/CHANGELOG.md b/CHANGELOG.md index a9bc3393..a6327f5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,15 +2,19 @@ All notable changes to `dash` will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [0.6.2] - 2020-06-19 +### Fixed +- 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)). + ## [0.6.1] - 2020-06-17 ### Fixed - 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)). -## [0.6.0 ] - 2020-06-17 +## [0.6.0] - 2020-06-17 ### Changed - 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. -## [0.5.0 ] - 2020-05-28 +## [0.5.0] - 2020-05-28 ### Added - 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) diff --git a/DESCRIPTION b/DESCRIPTION index 740591c2..9f10d91a 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: dash Title: An Interface to the Dash Ecosystem for Authoring Reactive Web Applications -Version: 0.6.1 +Version: 0.6.2 Authors@R: c(person("Chris", "Parmer", role = c("aut"), email = "chris@plotly.com"), person("Ryan Patrick", "Kyle", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-5829-9867"), email = "ryan@plotly.com"), person("Carson", "Sievert", role = c("aut"), comment = c(ORCID = "0000-0002-4958-2844")), person("Hammad", "Khan", role = c("aut"), email = "hammadkhan@plotly.com"), person(family = "Plotly Technologies", role = "cph")) Description: A framework for building analytical web applications, Dash offers a pleasant and productive development experience. No JavaScript required. Depends: @@ -8,7 +8,7 @@ Depends: Imports: dashHtmlComponents (== 1.0.3), dashCoreComponents (== 1.10.1), - dashTable (== 4.8.0), + dashTable (== 4.8.1), R6, fiery (> 1.0.0), routr (> 0.2.0), @@ -34,7 +34,7 @@ Collate: 'internal.R' Remotes: plotly/dash-html-components@e63acfa, plotly/dash-core-components@5049379, - plotly/dash-table@4307589 + plotly/dash-table@9603c6c License: MIT + file LICENSE Encoding: UTF-8 LazyData: true