Skip to content
This repository has been archived by the owner on Apr 16, 2023. It is now read-only.

Releases: nik01010/dashboardthemes

CRAN v1.1.5

28 Aug 12:21
5c3c87e
Compare
Choose a tag to compare
  • buttonHeight and textBoxHeight parameters now default to "auto" instead of fixed pixels

CRAN v1.1.3

26 Aug 17:53
798823d
Compare
Choose a tag to compare
  • 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

06 Jul 15:20
f1feb60
Compare
Choose a tag to compare

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

01 Jul 20:20
94797c9
Compare
Choose a tag to compare
  • 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

02 Jan 19:15
55159e1
Compare
Choose a tag to compare
  • 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

03 Apr 18:55
9152495
Compare
Choose a tag to compare
  • Fixed small bug with multi-line selectize drop-box height cutting off; now set to auto by default.

BETA v1.0.4

19 Mar 21:03
f43f4de
Compare
Choose a tag to compare
  • Added option to change Info font and box colour.
  • Removed incorrect body tag in shinyDashboardLogoDIY function.

BETA v1.0.3.0

18 Mar 21:34
6046cce
Compare
Choose a tag to compare
  • Fixing a commit linking issue for release v1.0.3

BETA v1.0.3

15 Feb 22:13
ad52b52
Compare
Choose a tag to compare
  • 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

15 May 18:21
Compare
Choose a tag to compare
  • Fixed small bug when viewing dashboards at smartphone screen resolution - first sidebar tab link was hidden.