Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
DivadNojnarg committed Jan 16, 2019
1 parent a1722a5 commit 41f466b
Show file tree
Hide file tree
Showing 8 changed files with 848 additions and 5 deletions.
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ add an id argument.
- add menuIcon arg and align arg to `bs4DropdownMenu()`, add id arg to `bs4DashControlbar()` PR by @bjornlind

## Bug fix
- Fix #19: Whenever a `bs4Card()` starts on a collapsed state, the content is displayed when
uncollapsed is pressed. Thanks @stanmap for the remark. (See [here](https://github.com/rstudio/shinydashboard/commit/73f602736efe496dc0e2b54882c1036eacaef79f) for a similar issue)
- `bs4Card()`: the collapse icon changes to + and - depending on the current collapse status.
- fix various issues in `bs4DropdownMenu()`
- fix #12: Compatibility with shinyWidgets pickerInput. Thanks @pvictor
- fix #13 in `bs4TabPanel()`: handle tabName with space and with punctuation characters. Thanks @stephLH
Expand Down
2 changes: 1 addition & 1 deletion R/deps.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ appendDependencies <- function(x, value) {
addDeps <- function(x, theme) {

# put all necessary ressources here
adminLTE3_js <- "adminlte.min.js"
adminLTE3_js <- "adminlte.js"
bs4Dash_js <- "bs4Dash.js"
adminLTE3_css <- "adminlte.min.css"
jquery_ui_js <- "jquery-ui.min.js"
Expand Down
2 changes: 1 addition & 1 deletion docs/articles/bs4Intro.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/articles/bs4Themes.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/articles/bs4cards.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/articles/bs4sortable.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions docs/news/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 41f466b

Please sign in to comment.