Changelog
Source:NEWS.md
inshiny (development version)
Added max_width parameter for text-based widgets.
Fixed a problem with the caret not appearing in text-based widgets.
inshiny 0.1.3
CRAN release: 2026-03-20
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.
inshiny 0.1.2
CRAN release: 2026-02-14
- Changed to use htmltools::tagQuery for tag editing, and modified check_tags() so it only runs during continuous integration. These are changes in internal details that doesn’t affect users of the package, done to make the package more robust to future changes to Shiny and to move the onus of keeping this package accurate onto myself rather than Shiny developers. Thanks to @schloerke who raised this in PR #1 and issue #2.