Skip to content

Commit f9fbae2

Browse files
authored
version bump (#225)
1 parent 1c5a312 commit f9fbae2

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: shinydashboard
22
Title: Create Dashboards with 'Shiny'
3-
Version: 0.6.0.9000
3+
Version: 0.6.1
44
Authors@R: c(
55
person("Winston", "Chang", role = c("aut", "cre"), email = "winston@rstudio.com"),
66
person("Barbara", "Borges Ribeiro", role = "aut", email = "barbara@rstudio.com"),

NEWS.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
shinydashboard 0.6.0.9000
1+
shinydashboard 0.6.1.9000
22
=========================
33

44
## Full changelog
@@ -9,12 +9,19 @@ shinydashboard 0.6.0.9000
99

1010
### Bug fixes
1111

12+
### Library updates
13+
14+
shinydashboard 0.6.1
15+
====================
16+
17+
This is a hotfix release of shinydashboard, meant to fix a few edge cases that have surfaced since the last release.
18+
19+
## Full changelog
20+
1221
* Fixed [#214](https://github.com/rstudio/shinydashboard/issues/214): make sure that the `data-value` attribute of `.sidebarMenuSelectedTabItem` is always set in the body of the `ensureActivatedTab()` function. ([#216](https://github.com/rstudio/shinydashboard/pull/216))
1322

1423
* Fixed [#217](https://github.com/rstudio/shinydashboard/issues/217): correct `input$sidebarCollapsed` value for edge cases by attaching the change event to the end of the sidebar CSS transitions (instead of when the toggle button is clicked). Also make sure that `input$sidebarCollapsed` is set to `FALSE` when the app starts up with the sidebar already collapsed. ([#222](https://github.com/rstudio/shinydashboard/pull/222))
1524

16-
### Library updates
17-
1825
shinydashboard 0.6.0
1926
====================
2027

inst/shinydashboard.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)