Changes in version 0.5.1 (2024-04-05) - Fixed range_input now returns both lower and upper bound. - Fixed update_multiple_checkbox not supporting choices with single quote. - semantic_DT now accepts style and class arguments. - Breaking change: fixed update_dropdown_input. - It now clears the dropdown on value = character(0) and value = "". - It now clears the dropdown on choices update. Changes in version 0.5.0 (2024-01-17) - shiny.semantic no longer uses CDN as the default source of assets. Instead, semantic.assets package was introduced. - Bugfix: modal function now handles JS callbacks. - Remove unnecessary warning in checkboxInput when width is set to NULL. - uirender uses assets from semantic.assets. - Replaced class to string comparisons. - Replaced deprecated purrr::when call. Changes in version 0.4.3 (2021-11-07) - Removed inline-styled min-height from . - Prevent the use of explicitly namespaced ids when calling functions like show_modal. - Fixed tabsets not working after changing its class trough the menu_class parameter. - Fixed a bug when not including custom labels, you don't need the interpretLabel parameter for standard sliders. - Fixed `sidebar_layout`` rendering by assigning variables to all parameters in grid function. - Added functionality that enables both the multiple_checkbox and multiple_radio to be updated, both the options and the selected values. Includes a warning in update_multiple_radio when more than one value is selected. - Unbinding the progress bar as an input, but still accessible through input$id. Updates like the Progress toast and can be updated server side as before. - Inline works for checkbox and radio inputs. - Fixed textAreaInput value parameter. - warn_unsupported_args adopted to a new implementation of base::intersect. Changes in version 0.4.2 (2021-01-10) Added - update_tabset - added mobile grid demo in example - file_input and fileInput example Changed - tabset by default has grid in tabs - grid 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 Changes in version 0.4.0 (2020-09-07) 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 is message_box now - uilist is list_container now - dropdown is dropdown_input now - rating changed to rating_input, uislider is now slider_input, same with range - renamed uicalendar to calendar - uidropdown is dropdown_menu now - checkbox_input replaces simple_checkbox - input_id is default handler for input objects now - dateInput exported - supressing bootstrap parametrised in semanticPage Removed - checkbox constant Changes in version 0.3.0 (2020-03-13) Added - added semantic modal - added calendar - shiny.custom.semantic.cdn options introduced to get dependencies from custom location. Changed - Migrate to fomantic 2.8.3 - checkbox_ui was completely removed. Use simple_checkbox instead. - updated slider Removed - slider_input was removed Changes in version 0.2.4 Added - shiny.custom.semantic.cdn options introduced to get dependencies from custom location. Changes in version 0.1.2 (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. Changed - Adjust countries example. - Updated documentation. - Better styled examples. - Refactor UI menu functions. - Changed the way otems are added to menu. Also dropdown item can be added to the menu using uidropdown. Added function uilabel to create Semantic UI labels. New examples how to use uimenu. Fixed - Fixing input problem for shiny_input. - Fixed suspendWhenHidden problem with tabset. Removed - Deleted repetition of dropdown_choice function Changes in version 0.1.1 (2017-05-29) Added - Show pointer when hovering over tabset menu items. - Multiple selection search dropdown. - Semantic search api and choice selection + example. - Default dropdown component added to shiny.semantic. Fixed - Documentation. Changed - Documentation and examples. - Lexical changes in description section. Changes in version 0.1.0 Added - First version of API. - Search selection to use api with example. - Examples added. - Wrap up README docs. - Basic text input. - Enable updateTextInput for shiny inputs.