shiny.semantic 0.5.1
CRAN release: 2024-04-05
Fixed
range_inputnow returns both lower and upper bound.Fixed
update_multiple_checkboxnot supporting choices with single quote.semantic_DTnow accepts style and class arguments.Breaking change: fixed
update_dropdown_input.It now clears the dropdown on
value = character(0)andvalue = "".It now clears the dropdown on
choicesupdate.
shiny.semantic 0.5.0
CRAN release: 2024-01-17
shiny.semanticno longer uses CDN as the default source of assets. Instead,semantic.assetspackage was introduced.Bugfix: modal function now handles JS callbacks.
Remove unnecessary warning in
checkboxInputwhenwidthis set toNULL.uirenderuses assets fromsemantic.assets.Replaced class to string comparisons.
Replaced deprecated
purrr::whencall.
shiny.semantic 0.4.3
CRAN release: 2021-11-07
Removed inline-styled min-height from
<body>.Prevent the use of explicitly namespaced ids when calling functions like
show_modal.Fixed tabsets not working after changing its class trough the
menu_classparameter.Fixed a bug when not including custom labels, you don’t need the
interpretLabelparameter for standard sliders.Fixed `sidebar_layout`` rendering by assigning variables to all parameters in grid function.
Added functionality that enables both the
multiple_checkboxandmultiple_radioto be updated, both the options and the selected values. Includes a warning inupdate_multiple_radiowhen more than one value is selected.Unbinding the progress bar as an input, but still accessible through
input$id. Updates like theProgresstoast and can be updated server side as before.Inline works for checkbox and radio inputs.
Fixed
textAreaInputvalue parameter.warn_unsupported_argsadopted to a new implementation ofbase::intersect.
shiny.semantic 0.4.2
CRAN release: 2021-01-10
Changed
tabsetby default has grid in tabsgrid has correct improts now
grid supports mobile screen resolutions now
fixed calendar dates not working properly in different timezones
calendar - added check for na in max/min
fixed multiple select bug in dropdown
fixed Custom Slider Labels adding
fixed updateSelectInput
shiny.semantic 0.4.0
CRAN release: 2020-09-07
Added
progress bar and notification (toasts)
accordion4 vignettes
to modals:
modalDialog,removeModal,remove_all_modalsnew STYLEGUIDE introduced
horizontal menu
shiny-like API introduced to actionButton, updateActionButton, selectInput, updateSelectInput, icon, numericInput, updateNumericInput, textAreaInput, textInput, numericInput, checkboxInput
counter_buttonalmost all functions have working examples now
Changed
ui (static) elements are renamed to the name of the object they generate, eg.
uiicon->icon,uibutton->button, etc.uimessageismessage_boxnowuilistislist_containernowdropdownisdropdown_inputnowratingchanged torating_input,uislideris nowslider_input, same withrangerenamed
uicalendartocalendaruidropdownisdropdown_menunowcheckbox_inputreplacessimple_checkboxinput_idis default handler for input objects nowdateInput exported
supressing bootstrap parametrised in semanticPage
shiny.semantic 0.3.0
CRAN release: 2020-03-13
Added
added semantic modal
added calendar
shiny.custom.semantic.cdn options introduced to get dependencies from custom location.
shiny.semantic 0.1.2
CRAN release: 2018-04-10
Added
Add multiple selection search dropdown
function uimessages which creates UI Semantics message
Shorter alternative for uimessage
Semantic ui syntactic sugar for: form, fields, field and rexport for HTML label tab. (#43)
New function uimenu which creates a menu using Semantic UI
Dropdown item (uses dropdown from Semantic UI) and right menu. Also changed the style of naming functions to the one which fits the rest of the code. Items now can have a feature like ‘active’, ‘header’, etc.
Created uidropdown function which generates dropdown using Semantic UI. It works both independetly and inside Semantic UI Menu (created with uimenu).
Create list with header description and icons.
Add commonly used parse_value function.
Add semantic slider input component.
Dependencies switched to cdn + theme support added to semantic.
semantic.themes options introduced to get dependencies.
Theming example added.