This repository has been archived by the owner on Apr 16, 2023. It is now read-only.
Releases: nik01010/dashboardthemes
Releases · nik01010/dashboardthemes
CRAN v1.1.5
CRAN v1.1.3
- Fixed problem where shiny notifications were all the same colour for different statuses
- Fixed problem where DataTable font colour didn't reflect choice of application font colour
CRAN v1.1.1
First CRAN release.
Release notes compared to v1.0.6 (previous long-term GitHub version):
-
Breaking changes:
- The boe_website theme has been discontinued, please use flat_red instead.
- The following used to be logo objects with hard-coded text, they are now functions, with optional parameters boldText, mainText and badgeText:
logo_blue_gradient, logo_flat_red, logo_grey_light, logo_grey_dark, logo_onenote, logo_poor_mans_flatly, logo_purple_gradient
-
Major back-end refactor:
- R source code separated into multiple files.
- Resolved all R CMD CHECK errors, warnings and notes.
- CSS and HTML code generated by functions has been formatted to remove line breaks.
- shinyDashboardLogo function now has boldText, mainText and badgeText optional parameters, rather than hard-coding these values.
-
Added back-end quality controls:
- Unit tests for all functions.
- Support for continuous integration on TravisCI and Jenkins.
- Support for test coverage reports on CodeCov.
- Support for linter checks.
BETA v1.1.0
-
Breaking changes:
- The boe_website theme has been discontinued, please use flat_red instead.
- The following used to be logo objects with hard-coded text, they are now functions, with optional parameters boldText, mainText and badgeText:
logo_blue_gradient, logo_flat_red, logo_grey_light, logo_grey_dark, logo_onenote, logo_poor_mans_flatly, logo_purple_gradient
-
Major back-end refactor:
- R source code separated into multiple files.
- Resolved all R CMD CHECK errors, warnings and notes.
- CSS and HTML code generated by functions has been formatted to remove line breaks.
- shinyDashboardLogo function now has boldText, mainText and badgeText optional parameters, rather than hard-coding these values.
-
Added back-end quality controls:
- Unit tests for all functions.
- Support for continuous integration on TravisCI and Jenkins.
- Support for test coverage reports on CodeCov.
- Support for linter checks.
BETA v1.0.6
- Fixed a UI bug where submenu items would incorrectly receive the "selected" colour by default instead of only on selection. (#19)
BETA v1.0.5
- Fixed small bug with multi-line selectize drop-box height cutting off; now set to auto by default.
BETA v1.0.4
- Added option to change Info font and box colour.
- Removed incorrect body tag in shinyDashboardLogoDIY function.
BETA v1.0.3.0
- Fixing a commit linking issue for release v1.0.3
BETA v1.0.3
- Added option to change Primary/Success/Warning/Danger status highlight font colour.
- Enables better visibility of header titles in boxes that use a specific status.
- Updated all theme options with a status highlight font colour.
BETA v1.0.2
- Fixed small bug when viewing dashboards at smartphone screen resolution - first sidebar tab link was hidden.