shinyGovstyle 0.1.0
- Update the css to v5.4.0 and made fixes associated with that.
- No longer requires rem remover step to update for future
changes
- One of the major changes in the css is a change in look and
functionality for the accordion. Show/hide all works as expected
now.
- Another major change to how the radio buttons look and feel, in line
with the v5.4.0 design examples.
- Added additional functions to the run_examplefor ease
of testing
- Added the contents_links() function as a helper for getting the
styling and behaviour for left navigation
shinyGovstyle 0.0.8
- Update the css to v4.0.0 and made fixes associated with that.
- One of the major changes in the css is a change in look for the
accordion.
- Added new functions gov_main_layout,gov_row,gov_boxandgov_textto
give better control over the layouts.
- Added tabs as a component using the govTabcommand
- Added summary list as a component using the gov_summarycommand
- Added error summary component (error_summary) and error
summary update (error_summary_update)
shinyGovstyle 0.0.7
- Improved the header so that you can adjust the logo size to
suit
- Fix some errors that appeared in the footer
- Fix the word count function so that you only need to enter word
count limit on the text_areafunction. You can change the
limit onword_countif needed.
- Change the run_exampleto a better versions that show
more ways you can you the package.
- Change the backlink_Inputto a button so that you can
use server to move between panels etc.
- Added tags through the tag_Inputfunction plus added to
theuse_example.
- Added cookie banner through the cookieBannerfunction.
- Added accordion through the accordionfunction.
- Added tables through the govTablefunction.
shinyGovstyle 0.0.6
- Fix minor bugs from the issues list including data default and radio
default
- Added units test
- Added an example function
- Added a NEWS.mdfile to track changes to the
package.
- Added a notification banner function
- Got ready for CRAN release.
- Added output value to the documentation