Changes in version 0.1.4.9000 Changes in version 0.1.4 (2026-03-31) - Added max_width parameter for text-based widgets. - Fixed a problem with the caret not appearing in text-based widgets. Changes in version 0.1.3 (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. Changes in version 0.1.2 (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. Changes in version 0.1.1 (2025-12-03) - Bug fix: updated to work with the newly released shiny 1.12.0. Changes in version 0.1.0 (2025-09-09) - Initial CRAN submission.