Skip to content

Commit bd4a925

Browse files
authored
remove duplicated v0.5.0 block
1 parent 02ba371 commit bd4a925

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

CHANGELOG.md

-12
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1818
### Fixed
1919
- A minor bug in `validate_keys` which prevented `interpolate_index` from working as intended has been resolved
2020

21-
## [0.5.0 ] - 2020-05-28
22-
### Added
23-
- 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)
24-
25-
### Changed
26-
- Dash for R no longer wraps the layout in an `htmlDiv` internally, for parity with Dash for Python. Starting in v0.5.0, the `layout` method only accepts a single argument, and that argument must be a Dash component or a function that returns a Dash component. [#121](https://github.com/plotly/dashR/pull/121)
27-
- Package documentation has been significantly refactored to use new features of `roxygen2` when documenting R6 classes
28-
- The `title` method now specifies `Dash` as the default application title instead of `dash`. [#200](https://github.com/plotly/dashR/pull/200)
29-
30-
### Fixed
31-
- A minor bug in `validate_keys` which prevented `interpolate_index` from working as intended has been resolved
32-
3321
## [0.4.1] - 2020-05-08
3422
### Fixed
3523
- Callbacks with multiple outputs which return one or more components are now permitted; a bug previously prevented their use, fixed in [#198](https://github.com/plotly/dashR/pull/198)

0 commit comments

Comments
 (0)