inshiny widgets can now be used with Shiny’s
uiOutput() and renderUI().
update_inline() now works with widgets inside a
Shiny module.
update_inline() no longer reports an error when no
widget with the given id has been rendered. As with Shiny’s own update
functions, the update is ignored.
update_inline() now works with a multiple select,
i.e. one created with inline_select(multiple = TRUE).
Accordingly, selected can now name more than one
option.
Fixed a bug in which the up and down arrows on
inline_number() were invisible against the background under
several Bootstrap themes.
Fixed a bug in which a multiple select was not made wide enough for its contents when a selected choice was more than one word long.
Fixed a bug in which an HTML element passed as the
placeholder of a text-based widget was displayed as escaped
markup instead of being rendered. The aria-placeholder
attribute now carries the plain text of such a placeholder, rather than
its markup.
Added max_width parameter for text-based widgets.
Fixed a problem with the caret not appearing in text-based widgets.
Updated tests for shiny 1.13.0.
Made the arrow elements within inline_number() optional and fixed a spacing issue when inline_number() appeared in a flex layout.
Fixed some slight spacing differences when inline elements appeared in a page_sidebar() versus a page_fixed().
Fixed a bug in which borders around input elements wouldn’t appear within a card or accordion panel.