All notable changes to this project will be documented in this file.
[0.4.2]
Changed
tabset
by 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
[0.4.0]
Added
progress bar and notification (toasts)
accordion
4 vignettes
to modals:
modalDialog
,removeModal
,remove_all_modals
new STYLEGUIDE introduced
horizontal menu
shiny-like API introduced to actionButton, updateActionButton, selectInput, updateSelectInput, icon, numericInput, updateNumericInput, textAreaInput, textInput, numericInput, checkboxInput
counter_button
almost 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.uimessage
ismessage_box
nowuilist
islist_container
nowdropdown
isdropdown_input
nowrating
changed torating_input
,uislider
is nowslider_input
, same withrange
renamed
uicalendar
tocalendar
uidropdown
isdropdown_menu
nowcheckbox_input
replacessimple_checkbox
input_id
is default handler for input objects nowdateInput exported
supressing bootstrap parametrised in semanticPage
[0.3.0]
Added
added semantic modal
added calendar
shiny.custom.semantic.cdn options introduced to get dependencies from custom location.
[0.1.2]
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.